ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/chanserv/Makefile.in
Revision: 1.4
Committed: Sat Sep 22 14:27:26 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +7 -3 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 = chanserv
15
16 include ../Makefile.defs
17
18 BASE_SRCS = \
19 $(SRCDIR)/main.C \
20 $(SRCDIR)/akick.C \
21 $(SRCDIR)/ban.C \
22 $(SRCDIR)/clear.C \
23 $(SRCDIR)/clear_bans.C \
24 $(SRCDIR)/clear_users.C \
25 $(SRCDIR)/close.C \
26 $(SRCDIR)/count.C \
27 $(SRCDIR)/drop.C \
28 $(SRCDIR)/fflags.C \
29 $(SRCDIR)/flags.C \
30 $(SRCDIR)/ftransfer.C \
31 $(SRCDIR)/getkey.C \
32 $(SRCDIR)/halfop.C \
33 $(SRCDIR)/help.C \
34 $(SRCDIR)/hold.C \
35 $(SRCDIR)/info.C \
36 $(SRCDIR)/invite.C \
37 $(SRCDIR)/kick.C \
38 $(SRCDIR)/list.C \
39 $(SRCDIR)/mark.C \
40 $(SRCDIR)/op.C \
41 $(SRCDIR)/quiet.C \
42 $(SRCDIR)/recover.C \
43 $(SRCDIR)/register.C \
44 $(SRCDIR)/set.C \
45 $(SRCDIR)/status.C \
46 $(SRCDIR)/taxonomy.C \
47 $(SRCDIR)/template.C \
48 $(SRCDIR)/topic.C \
49 $(SRCDIR)/unban_self.C \
50 $(SRCDIR)/version.C \
51 $(SRCDIR)/voice.C \
52 $(SRCDIR)/why.C \
53 $(SRCDIR)/xop.C
54
55 include ../Makefile.common