2010-03-26 01:20:59 +02:00
|
|
|
|
|
|
|
if WITH_UDEV
|
|
|
|
udevrulesdir = $(udevdir)/rules.d
|
2011-09-29 21:14:46 +03:00
|
|
|
udevrules_DATA =
|
|
|
|
if WITH_USB
|
2015-04-30 16:53:36 +03:00
|
|
|
udevrules_DATA += 62-nut-usbups.rules
|
2011-09-29 21:14:46 +03:00
|
|
|
endif
|
|
|
|
if WITH_IPMI
|
|
|
|
udevrules_DATA += 52-nut-ipmipsu.rules
|
|
|
|
endif
|
2010-03-26 01:20:59 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
EXTRA_DIST = README
|
|
|
|
|
2015-04-30 16:53:36 +03:00
|
|
|
62-nut-usbups.rules: nut-usbups.rules
|
|
|
|
cp nut-usbups.rules $@
|
2010-03-26 01:20:59 +02:00
|
|
|
|
2011-09-29 21:14:46 +03:00
|
|
|
52-nut-ipmipsu.rules: nut-ipmipsu.rules
|
2015-04-30 16:53:36 +03:00
|
|
|
cp nut-ipmipsu.rules $@
|
2011-09-29 21:14:46 +03:00
|
|
|
|
2022-07-10 10:23:45 +03:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in .dirstamp
|
|
|
|
|
|
|
|
# Generated by configure script:
|
2011-09-29 21:14:46 +03:00
|
|
|
DISTCLEANFILES = nut-usbups.rules nut-ipmipsu.rules
|
2022-07-10 10:23:45 +03:00
|
|
|
|
2015-04-30 16:53:36 +03:00
|
|
|
CLEANFILES = 62-nut-usbups.rules 52-nut-ipmipsu.rules
|
2022-07-10 10:23:45 +03:00
|
|
|
|
2010-03-26 01:20:59 +02:00
|
|
|
# we should never remove this one, apart from a distclean-check
|
|
|
|
#MAINTAINERCLEANFILES = nut-usbups.rules.in
|
2022-07-10 10:23:45 +03:00
|
|
|
|
|
|
|
# Generated by autogen.sh and needed to run the configure script
|
|
|
|
# (technically, generated by tools/nut-usbinfo.pl script among
|
|
|
|
# GENERATED_USB_OS_FILES):
|
|
|
|
MAINTAINERCLEANFILES += nut-usbups.rules.in nut-usbups.rules.in.AUTOGEN_WITHOUT
|