Blob


1 bin_PROGRAMS = kamictl kamid
3 kamictl_SOURCES = compat.h \
4 compat/*.[ch] \
5 ctl_parser.c \
6 ctl_parser.h \
7 kamictl.c \
8 log.c \
9 log.h \
10 sandbox.c \
11 sandbox.h
13 kamid_SOURCES = client.c \
14 client.h \
15 control.c \
16 control.h \
17 compat.h \
18 compat/*.[ch] \
19 kamid.c \
20 kamid.h \
21 listener.c \
22 listener.h \
23 log.c \
24 log.h \
25 parse.y \
26 sandbox.c \
27 sandbox.h \
28 table.c \
29 table.h \
30 table_static.c \
31 utils.c \
32 utils.h
34 LDADD = $(LIBOBJ)
36 BUILT_SOURCES = compile_flags.txt
37 CLEANFILES = compile_flags.txt
39 dist_doc_DATA = README.md LICENSE
40 dist_man5_MANS = kamid.conf.5
41 dist_man8_MANS = kamictl.8 kamid.8
43 compile_flags.txt:
44 printf "%s\n" ${CFLAGS} > compile_flags.txt