]> jfr.im git - solanum.git/blame - ircd/Makefile.am
Avoid show_iline_prefix showing leftovers (#266)
[solanum.git] / ircd / Makefile.am
CommitLineData
c52df125
AC
1AUTOMAKE_OPTIONS = foreign
2
bc38c72c 3prefix = @prefix@
ff12cc94 4libircddir = @libdir@
bc38c72c 5
c83f2f5e
AC
6AM_CPPFLAGS = @LTDLINCL@ -I$(top_srcdir)/include -I$(top_srcdir)/librb/include
7AM_LDFLAGS = -L$(top_srcdir)/librb/src -export-dynamic -avoid-version -no-undefined
c52df125 8AM_YFLAGS = -d
c52df125 9
2b535500 10BUILT_SOURCES = ircd_parser.h version.c
c52df125
AC
11
12version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
13 $(SHELL) version.c.SH
14 $(CP) version.c version.c.last
15 touch version.c.SH
16
7445ece1 17libircd_la_SOURCES = \
64fae260 18 authproc.c \
c52df125 19 bandbi.c \
c52df125
AC
20 cache.c \
21 capability.c \
22 channel.c \
23 chmode.c \
24 class.c \
25 client.c \
7d2852b4 26 dns.c \
c52df125
AC
27 extban.c \
28 getopt.c \
29 hash.c \
30 hook.c \
31 hostmask.c \
c52df125
AC
32 ircd.c \
33 ircd_parser.y \
34 ircd_lexer.l \
35 ircd_signal.c \
36 listener.c \
37 logger.c \
38 match.c \
39 modules.c \
40 monitor.c \
a8e69f5d 41 msgbuf.c \
c52df125
AC
42 newconf.c \
43 operhash.c \
44 packet.c \
45 parse.c \
46 privilege.c \
bc38c72c 47 ratelimit.c \
c52df125
AC
48 reject.c \
49 restart.c \
c52df125
AC
50 s_conf.c \
51 s_newconf.c \
52 s_serv.c \
53 s_user.c \
54 scache.c \
55 send.c \
56 snomask.c \
57 sslproc.c \
58 substitution.c \
59 supported.c \
60 tgchange.c \
61 version.c \
c53ca1e0
AC
62 whowas.c \
63 wsproc.c
61eb4ba6 64libircd_la_LDFLAGS = $(EXTRA_FLAGS) -avoid-version -no-undefined
a3a2f405 65libircd_la_LIBADD = @LIBLTDL@ -L$(top_srcdir)/librb/src -lrb
ff12cc94 66libircd_LTLIBRARIES = libircd.la
bc38c72c 67
a6f63a82
EK
68bin_PROGRAMS = solanum
69solanum_SOURCES = main.c
70solanum_LDFLAGS = $(EXTRA_FLAGS) -dlopen self
71solanum_LDADD = libircd.la -L$(top_srcdir)/librb/src -lrb
bc38c72c 72
ff12cc94 73install-exec-hook: install-libircdLTLIBRARIES
bc38c72c 74 $(RM) -f version.c