ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/Makefile.am
(Generate patch)

Comparing ircd-hybrid-7.2/src/Makefile.am (file contents):
Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC vs.
Revision 912 by michael, Wed Nov 7 22:47:44 2007 UTC

# Line 1 | Line 1
1 < MAINTAINERCLEANFILES=Makefile.in
2 < sbin_PROGRAMS=ircd
3 < ircd_SOURCES=balloc.c channel.c channel_mode.c client.c csvlib.c dbuf.c dynlink.c event.c fdlist.c fileio.c getopt.c hash.c hook.c hostmask.c irc_getaddrinfo.c irc_getnameinfo.c irc_res.c irc_reslib.c irc_string.c ircd.c ircd_signal.c list.c listener.c m_error.c match.c memory.c modules.c motd.c numeric.c packet.c parse.c s_conf.c s_bsd_epoll.c s_bsd_poll.c s_bsd_sigio.c s_bsd_devpoll.c s_bsd_kqueue.c s_bsd_select.c s_bsd_win32.c restart.c resv.c rsa.c s_auth.c s_bsd.c s_gline.c s_log.c s_misc.c s_serv.c s_user.c send.c sprintf_irc.c tools.c version.c watch.c whowas.c ircd_parser.y ircd_lexer.l
1 > AUTOMAKE_OPTIONS = foreign
2 >
3 > sbin_PROGRAMS = ircd
4 >
5 > AM_YFLAGS = -d
6 >
7 > AM_CPPFLAGS = $(INCLTDL) -I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
8 > ircd_LDFLAGS =-export-dynamic
9 > ircd_LDADD = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
10 > ircd_DEPENDENCIES = $(LIBLTDL) $(top_srcdir)/lib/pcre/libpcre.a
11 >
12 > ircd_SOURCES = balloc.c          \
13 >               channel.c         \
14 >               channel_mode.c    \
15 >               client.c          \
16 >               csvlib.c          \
17 >               dbuf.c            \
18 >               dynlink.c         \
19 >               event.c           \
20 >               fdlist.c          \
21 >               fileio.c          \
22 >               getopt.c          \
23 >               hash.c            \
24 >               hook.c            \
25 >               hostmask.c        \
26 >               irc_getaddrinfo.c \
27 >               irc_getnameinfo.c \
28 >               irc_res.c         \
29 >               irc_reslib.c      \
30 >               irc_string.c      \
31 >               ircd.c            \
32 >               ircd_signal.c     \
33 >               list.c            \
34 >               listener.c        \
35 >               m_error.c         \
36 >               match.c           \
37 >               memory.c          \
38 >               modules.c         \
39 >               motd.c            \
40 >               numeric.c         \
41 >               packet.c          \
42 >               parse.c           \
43 >               s_conf.c          \
44 >               s_bsd_epoll.c     \
45 >               s_bsd_poll.c      \
46 >               s_bsd_sigio.c     \
47 >               s_bsd_devpoll.c   \
48 >               s_bsd_kqueue.c    \
49 >               s_bsd_select.c    \
50 >               s_bsd_win32.c     \
51 >               restart.c         \
52 >               resv.c            \
53 >               s_auth.c          \
54 >               s_bsd.c           \
55 >               s_gline.c         \
56 >               s_log.c           \
57 >               s_misc.c          \
58 >               s_serv.c          \
59 >               s_user.c          \
60 >               send.c            \
61 >               sprintf_irc.c     \
62 >               tools.c           \
63 >               version.c         \
64 >               watch.c           \
65 >               whowas.c          \
66 >               ircd_parser.y     \
67 >               ircd_lexer.l
68   if HAVE_CRYPT
69 < ircd_SOURCES+=crypt.c
69 > ircd_SOURCES += crypt.c
70   endif
71 < ircd_LDFLAGS=@LIBLTDL@ -export-dynamic
72 < ircd_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/lib/pcre
9 < INCLUDES=@INCLTDL@
10 < if USE_SHARED_MODULES
11 < ircd_LDADD=
12 < else
13 < ircd_LDADD=$(top_srcdir)/modules/libmodules.la
71 > if ENABLE_SSL
72 > ircd_SOURCES += rsa.c
73   endif
15 ircd_LDADD+=$(top_srcdir)/lib/pcre/libpcre.a
16 AM_YFLAGS=-d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines