Revision: | 1832 |
Committed: | Fri Apr 19 19:16:09 2013 UTC (12 years, 4 months ago) by michael |
File size: | 1908 byte(s) |
Log Message: | - Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation |
# | User | Rev | Content |
---|---|---|---|
1 | michael | 912 | AUTOMAKE_OPTIONS = foreign |
2 | |||
3 | sbin_PROGRAMS = ircd | ||
4 | |||
5 | AM_YFLAGS = -d | ||
6 | |||
7 | michael | 1090 | AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include |
8 | michael | 977 | ircd_LDFLAGS = -export-dynamic |
9 | michael | 1009 | ircd_LDADD = $(LIBLTDL) |
10 | michael | 1090 | ircd_DEPENDENCIES = $(LTDLDEPS) |
11 | michael | 912 | |
12 | michael | 1654 | ircd_SOURCES = channel.c \ |
13 | michael | 912 | channel_mode.c \ |
14 | client.c \ | ||
15 | michael | 1309 | conf.c \ |
16 | michael | 1632 | conf_class.c \ |
17 | michael | 1620 | conf_db.c \ |
18 | michael | 1316 | conf_parser.y \ |
19 | michael | 1309 | conf_lexer.l \ |
20 | michael | 912 | dbuf.c \ |
21 | event.c \ | ||
22 | fdlist.c \ | ||
23 | getopt.c \ | ||
24 | hash.c \ | ||
25 | hook.c \ | ||
26 | hostmask.c \ | ||
27 | irc_res.c \ | ||
28 | irc_reslib.c \ | ||
29 | irc_string.c \ | ||
30 | ircd.c \ | ||
31 | ircd_signal.c \ | ||
32 | list.c \ | ||
33 | listener.c \ | ||
34 | michael | 1309 | log.c \ |
35 | michael | 912 | match.c \ |
36 | memory.c \ | ||
37 | michael | 1654 | mempool.c \ |
38 | michael | 912 | modules.c \ |
39 | motd.c \ | ||
40 | michael | 982 | rng_mt.c \ |
41 | michael | 912 | packet.c \ |
42 | parse.c \ | ||
43 | s_bsd_epoll.c \ | ||
44 | s_bsd_poll.c \ | ||
45 | s_bsd_devpoll.c \ | ||
46 | s_bsd_kqueue.c \ | ||
47 | s_bsd_select.c \ | ||
48 | restart.c \ | ||
49 | resv.c \ | ||
50 | michael | 1304 | rsa.c \ |
51 | michael | 912 | s_auth.c \ |
52 | s_bsd.c \ | ||
53 | s_gline.c \ | ||
54 | s_misc.c \ | ||
55 | s_serv.c \ | ||
56 | s_user.c \ | ||
57 | send.c \ | ||
58 | version.c \ | ||
59 | watch.c \ | ||
60 | michael | 1309 | whowas.c |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id Revision |