]> git.pld-linux.org Git - projects/rc-scripts.git/blob - Makefile.am
Add rfkill support.
[projects/rc-scripts.git] / Makefile.am
1 #
2 #       $Id$
3 #
4
5 SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
6
7 sysconf_DATA = \
8         adjtime \
9         inittab \
10         modules \
11         crypttab \
12         sysctl.conf
13
14 profiledir = @sysconfdir@/profile.d
15
16 profile_DATA = \
17         lang.sh \
18         lang.csh
19
20 bin_SCRIPTS = run-parts
21 sbin_SCRIPTS = \
22         setsysfont \
23         hwprofile \
24         service
25
26 EXTRA_DIST = \
27         $(sysconf_DATA) \
28         $(profile_DATA) \
29         $(sbin_SCRIPTS) \
30         $(bin_SCRIPTS)
31
32 install-data-hook:
33         install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
34         [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
35
36 # make rpms
37 rpm: $(PACKAGE).spec
38         $(MAKE) dist
39         rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
40                 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.034689 seconds and 3 git commands to generate.