]> git.pld-linux.org Git - projects/rc-scripts.git/blob - src/Makefile.am
added start-stop-daemon from dpkg-1.10.23
[projects/rc-scripts.git] / src / Makefile.am
1 @SET_MAKE@
2
3 GLIBDIR = @GLIBDIR@
4 GCFLAGS = @GCFLAGS@
5 GLIBNAME = @GLIBNAME@
6
7 DEFS = @DEFS@ -D_GNU_SOURCE=1 -DSBINDIR=\""@sbindir@"\"
8
9 sysconf_DATA = \
10         initlog.conf
11
12 bin_PROGRAMS = \
13         doexec \
14         ipcalc \
15         usleep \
16         resolvesymlink
17         
18 sbin_PROGRAMS = \
19         genhostid \
20         netreport \
21         usernetctl \
22         initlog \
23         loglevel \
24         getkey \
25         ppp-watch \
26         consoletype \
27         start-stop-daemon
28         
29 EXTRA_PROGRAMS = \
30         testd 
31
32 EXTRA_DIST = $(sysconf_DATA)
33
34 doexec_SOURCES = doexec.c
35
36 resolvesymlink_SOURCE = resolvesymlink.c
37
38 ipcalc_SOURCES = ipcalc.c
39 ipcalc_LDADD = -lpopt
40
41 genhostid_SOURCES = genhostid.c
42
43 netreport_SOURCES = netreport.c
44
45 testd_SOURCES = testd.c
46
47 usernetctl_SOURCES = usernetctl.c
48
49 usleep_SOURCES = usleep.c
50 usleep_LDADD = -lpopt
51
52 loglevel_SOURCES = loglevel.c
53
54 initlog_SOURCES = initlog.c initlog.h process.c process.h
55 initlog_LDADD = -lpopt
56
57 getkey_SOURCES = getkey.c
58 getkey_LDADD = -lpopt
59
60 ppp_watch_SOURCES = ppp-watch.c shvar.c shvar.h
61 ppp_watch_LDADD = $(GLIBDIR)/$(GLIBNAME)
62 INCLUDES = $(GCFLAGS)
63
64 consoletype_SOURCES = consoletype.c
65
66 start_stop_daemon_SOURCES = start-stop-daemon.c
67
This page took 0.027286 seconds and 3 git commands to generate.