ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/rpc/Makefile.in
Revision: 1.4
Committed: Sat Sep 22 14:27:28 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 = rpc
15
16 include ../Makefile.defs
17
18 default: all build
19
20 BASE_SRCS = \
21 $(SRCDIR)/xml/rpc.C \
22 $(SRCDIR)/json/iterator.C \
23 $(SRCDIR)/json/reader.C \
24 $(SRCDIR)/json/value.C \
25 $(SRCDIR)/json/writer.C \
26 $(SRCDIR)/json/rpc.C \
27 $(SRCDIR)/httpd.C \
28 $(SRCDIR)/jsonrpc.C \
29 $(SRCDIR)/xmlrpc.C
30
31 CXXFLAGS += -I$(SRCDIR)/include
32
33 include ../Makefile.common
34
35 extra-clean:
36 @${RM} -f ${JSON_OBJS} ${XML_OBJS}