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