| Revision: | 4333 |
| Committed: | Sat Aug 2 15:53:16 2014 UTC (11 years, 11 months ago) by michael |
| File size: | 1907 byte(s) |
| Log Message: | - Removed select() support |
| # | Content |
|---|---|
| 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | |
| 3 | bin_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 = auth.c \ |
| 13 | channel.c \ |
| 14 | channel_mode.c \ |
| 15 | client.c \ |
| 16 | conf.c \ |
| 17 | conf_class.c \ |
| 18 | conf_db.c \ |
| 19 | conf_parser.y \ |
| 20 | conf_lexer.l \ |
| 21 | dbuf.c \ |
| 22 | event.c \ |
| 23 | fdlist.c \ |
| 24 | getopt.c \ |
| 25 | gline.c \ |
| 26 | hash.c \ |
| 27 | hostmask.c \ |
| 28 | ipcache.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 | misc.c \ |
| 39 | modules.c \ |
| 40 | motd.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 | res.c \ |
| 49 | reslib.c \ |
| 50 | restart.c \ |
| 51 | resv.c \ |
| 52 | rng_mt.c \ |
| 53 | rsa.c \ |
| 54 | s_bsd.c \ |
| 55 | send.c \ |
| 56 | server.c \ |
| 57 | user.c \ |
| 58 | version.c \ |
| 59 | watch.c \ |
| 60 | whowas.c |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id Revision |