ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.am
Revision: 10033
Committed: Sun May 15 10:11:36 2022 UTC (4 years, 2 months ago) by michael
File size: 2681 byte(s)
Log Message:
- Drop support for /dev/poll

File Contents

# 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_invite.c \
15 channel_mode.c \
16 client.c \
17 client_svstag.c \
18 conf.c \
19 conf_class.c \
20 conf_cluster.c \
21 conf_db.c \
22 conf_gecos.c \
23 conf_pseudo.c \
24 conf_resv.c \
25 conf_service.c \
26 conf_shared.c \
27 conf_parser.y \
28 conf_lexer.l \
29 dbuf.c \
30 event.c \
31 extban.c \
32 extban_account.c \
33 extban_channel.c \
34 extban_fingerprint.c \
35 extban_gecos.c \
36 extban_join.c \
37 extban_mute.c \
38 extban_nick.c \
39 extban_operclass.c \
40 extban_server.c \
41 extban_tlsinfo.c \
42 extban_usermode.c \
43 fdlist.c \
44 getopt.c \
45 hash.c \
46 hostmask.c \
47 id.c \
48 ipcache.c \
49 irc_string.c \
50 ircd.c \
51 ircd_signal.c \
52 isupport.c \
53 list.c \
54 listener.c \
55 log.c \
56 match.c \
57 memory.c \
58 misc.c \
59 modules.c \
60 monitor.c \
61 motd.c \
62 numeric.c \
63 packet.c \
64 parse.c \
65 patricia.c \
66 s_bsd_epoll.c \
67 s_bsd_poll.c \
68 s_bsd_kqueue.c \
69 tls_gnutls.c \
70 tls_none.c \
71 tls_openssl.c \
72 tls_wolfssl.c \
73 res.c \
74 reslib.c \
75 restart.c \
76 rng_mt.c \
77 s_bsd.c \
78 send.c \
79 server.c \
80 server_capab.c \
81 user.c \
82 whowas.c

Properties

Name Value
svn:eol-style native