ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/nickserv/Makefile.in
Revision: 1.4
Committed: Sat Sep 22 14:27:27 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 = nickserv
15
16 include ../Makefile.defs
17
18 BASE_SRCS = \
19 $(SRCDIR)/main.C \
20 $(SRCDIR)/access.C \
21 $(SRCDIR)/drop.C \
22 $(SRCDIR)/enforce.C \
23 $(SRCDIR)/freeze.C \
24 $(SRCDIR)/ghost.C \
25 $(SRCDIR)/group.C \
26 $(SRCDIR)/help.C \
27 $(SRCDIR)/hold.C \
28 $(SRCDIR)/identify.C \
29 $(SRCDIR)/info.C \
30 $(SRCDIR)/list.C \
31 $(SRCDIR)/listchans.C \
32 $(SRCDIR)/listmail.C \
33 $(SRCDIR)/logout.C \
34 $(SRCDIR)/mark.C \
35 $(SRCDIR)/register.C \
36 $(SRCDIR)/resetpass.C \
37 $(SRCDIR)/return.C \
38 $(SRCDIR)/sendpass.C \
39 $(SRCDIR)/set.C \
40 $(SRCDIR)/setpass.C \
41 $(SRCDIR)/status.C \
42 $(SRCDIR)/subscribe.C \
43 $(SRCDIR)/taxonomy.C \
44 $(SRCDIR)/verify.C \
45 $(SRCDIR)/vhost.C
46
47 $(SRCDIR)/login.o: ${SRCDIR}/identify.C
48 @echo " LD $@"
49 @${CXX} -c ${PICFLAGS} ${CPPFLAGS} ${CXXFLAGS} -DNICKSERV_LOGIN ${SRCDIR}/identify.C -o login.o
50
51 include ../Makefile.common
52
53 extra-build: ${SRCDIR}/login.o
54
55 extra-clean:
56 ${RM} -f ${SRCDIR}/login.o