| Revision: | 1793 |
| Committed: | Sun Mar 31 14:06:08 2013 UTC (13 years, 3 months ago) by michael |
| File size: | 1943 byte(s) |
| Log Message: | - Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h) |
| # | Content |
|---|---|
| 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | |
| 3 | sbin_PROGRAMS = ircd |
| 4 | |
| 5 | AM_YFLAGS = -d |
| 6 | |
| 7 | AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include |
| 8 | ircd_LDFLAGS = -export-dynamic |
| 9 | ircd_LDADD = $(LIBLTDL) |
| 10 | ircd_DEPENDENCIES = $(LTDLDEPS) |
| 11 | |
| 12 | ircd_SOURCES = channel.c \ |
| 13 | channel_mode.c \ |
| 14 | client.c \ |
| 15 | conf.c \ |
| 16 | conf_class.c \ |
| 17 | conf_db.c \ |
| 18 | conf_parser.y \ |
| 19 | conf_lexer.l \ |
| 20 | 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 | log.c \ |
| 35 | match.c \ |
| 36 | memory.c \ |
| 37 | mempool.c \ |
| 38 | modules.c \ |
| 39 | motd.c \ |
| 40 | rng_mt.c \ |
| 41 | numeric.c \ |
| 42 | packet.c \ |
| 43 | parse.c \ |
| 44 | s_bsd_epoll.c \ |
| 45 | s_bsd_poll.c \ |
| 46 | s_bsd_devpoll.c \ |
| 47 | s_bsd_kqueue.c \ |
| 48 | s_bsd_select.c \ |
| 49 | restart.c \ |
| 50 | resv.c \ |
| 51 | rsa.c \ |
| 52 | s_auth.c \ |
| 53 | s_bsd.c \ |
| 54 | s_gline.c \ |
| 55 | s_misc.c \ |
| 56 | s_serv.c \ |
| 57 | s_user.c \ |
| 58 | send.c \ |
| 59 | version.c \ |
| 60 | watch.c \ |
| 61 | whowas.c |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id Revision |