ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/contrib/Makefile.in
Revision: 1.5
Committed: Sat Sep 22 14:27:27 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +8 -4 lines
Log Message:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core

File Contents

# Content
1 # Makefile.in: This file contains build instructions.
2 #
3 # Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
4 # Rights to this code are as documented in COPYING.
5 #
6 #
7 # Portions of this file were derived from sources bearing the following license:
8 # Copyright © 2003-2004 E. Will et al.
9 # Rights to this code are documented in doc/pod/license.pod.
10 #
11 # $Id: Makefile.in,v 1.3 2007-08-28 17:08:07 pippijn Exp $
12 #
13
14 MODULE = contrib
15
16 include ../Makefile.defs
17
18 BASE_SRCS = \
19 $(SRCDIR)/cs_kickdots.C \
20 $(SRCDIR)/cs_ping.C \
21 $(SRCDIR)/cs_sync.C \
22 $(SRCDIR)/cs_userinfo.C \
23 $(SRCDIR)/gen_echoserver.C \
24 $(SRCDIR)/gen_listenerdemo.C \
25 $(SRCDIR)/gen_regcheckemail.C \
26 $(SRCDIR)/gen_vhostonreg.C \
27 $(SRCDIR)/graphtastical.C \
28 $(SRCDIR)/ircd_alis.C \
29 $(SRCDIR)/ircd_catserv.C \
30 $(SRCDIR)/ircd_nohalfops.C \
31 $(SRCDIR)/ircd_noowner.C \
32 $(SRCDIR)/ircd_noprotect.C \
33 $(SRCDIR)/ns_fregister.C \
34 $(SRCDIR)/ns_generatepass.C \
35 $(SRCDIR)/ns_mxcheck.C \
36 $(SRCDIR)/ns_ratelimitreg.C \
37 $(SRCDIR)/os_logonnews.C \
38 $(SRCDIR)/os_logstream.C \
39 $(SRCDIR)/os_pingspam.C \
40 $(SRCDIR)/os_tabletest.C \
41 $(SRCDIR)/os_testcmd.C \
42
43 # $(SRCDIR)/ircd_loveserv.C \
44 # $(SRCDIR)/wumpus.C
45
46 include ../Makefile.common