]> jfr.im git - irc/evilnet/x3.git/blame - src/Makefile.am
Replaced a tab with consistent indenting
[irc/evilnet/x3.git] / src / Makefile.am
CommitLineData
d76ed9a9 1AM_CPPFLAGS = @RX_INCLUDES@
35305a49 2LIBS = @LIBS@ @RX_LIBS@
ec311f39 3TRACK = @TRACK@
0b350353 4pythonpath = @pythonpath@
5PY_CFLAGS = @PY_CFLAGS@
6PY_LIBS = @PY_LIBS@
7
d76ed9a9 8
1136f709 9noinst_PROGRAMS = x3 slab-read
d76ed9a9 10EXTRA_PROGRAMS = checkdb globtest
1136f709 11noinst_DATA = \
12 chanserv.help \
13 global.help \
14 modcmd.help \
15 nickserv.help \
16 opserv.help \
17 saxdb.help \
18 mail.help \
19 spamserv.help \
20 mod-sockcheck.help \
21 mod-helpserv.help \
22 mod-memoserv.help \
23 mod-qserver.help \
24 mod-snoop.help \
25 mod-webtv.help \
26 mod-python.help
27
d76ed9a9 28EXTRA_DIST = $(noinst_DATA)
d76ed9a9 29
1136f709 30EXTRA_x3_SOURCES = \
31 alloc-slab.c \
32 alloc-x3.c \
33 ioset-epoll.c \
34 ioset-kevent.c \
35 ioset-select.c \
36 mail-common.c \
37 mail-sendmail.c \
38 main-common.c \
39 proto-common.c \
40 proto-p10.c \
e9df2b7d 41 mod-blacklist.c \
1136f709 42 mod-snoop.c \
43 mod-track.c \
44 mod-memoserv.c \
45 mod-helpserv.c \
46 mod-sockcheck.c \
47 mod-webtv.c \
48 mod-python.c \
49 mod-qserver.c
50
ceafd592 51x3_LDADD = @MODULE_OBJS@
52x3_DEPENDENCIES = @MODULE_OBJS@
53x3_SOURCES = \
c8b4b87b 54 base64.c base64.h \
d76ed9a9 55 chanserv.c chanserv.h \
56 compat.c compat.h \
57 conf.c conf.h \
58 dict-splay.c dict.h \
59 getopt.c getopt.h \
60 getopt1.c getopt.h \
61 gline.c gline.h \
62 global.c global.h \
63 hash.c hash.h \
64 heap.c heap.h \
65 helpfile.c helpfile.h \
37ef8ee3 66 hosthiding.c hosthiding.h \
1136f709 67 ioset.c ioset.h ioset-impl.h \
d76ed9a9 68 log.c log.h \
1136f709 69 mail.h \
d76ed9a9 70 main.c common.h \
e5a8f7cd 71 math.c \
d76ed9a9 72 md5.c md5.h \
73 modcmd.c modcmd.h \
74 modules.c modules.h \
75 nickserv.c nickserv.h \
76 opserv.c opserv.h \
77 policer.c policer.h \
78 proto.h \
79 recdb.c recdb.h \
1136f709 80 sar.c sar.h \
d76ed9a9 81 saxdb.c saxdb.h \
63c95a47 82 spamserv.c spamserv.h \
d914d1cb 83 shun.c shun.h \
d76ed9a9 84 timeq.c timeq.h \
d83ee1ea
R
85 tools.c x3ldap.c x3ldap.h \
86 version.c version.h
d76ed9a9 87
88checkdb_SOURCES = checkdb.c common.h compat.c compat.h dict-splay.c dict.h recdb.c recdb.h saxdb.c saxdb.h tools.c conf.h log.h modcmd.h saxdb.h timeq.h
89globtest_SOURCES = common.h compat.c compat.h dict-splay.c dict.h globtest.c tools.c
1136f709 90slab_read_SOURCES = slab-read.c
d83ee1ea
R
91
92version.c: version.c.SH
93 ${SHELL} ${srcdir}/version.c.SH
94
dacc33eb 95.PHONY: version.c