# Makefile.in: This file contains build instructions. # # Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team # Rights to this code are as documented in COPYING. # # # Portions of this file were derived from sources bearing the following license: # Copyright © 2003-2004 E. Will et al. # Rights to this code are documented in doc/pod/license.pod. # # $Id: Makefile.in,v 1.4 2007/09/22 14:27:28 pippijn Exp $ # MODULE = rpc include ../Makefile.defs default: all build BASE_SRCS = \ $(SRCDIR)/xml/rpc.C \ $(SRCDIR)/json/iterator.C \ $(SRCDIR)/json/reader.C \ $(SRCDIR)/json/value.C \ $(SRCDIR)/json/writer.C \ $(SRCDIR)/json/rpc.C \ $(SRCDIR)/httpd.C \ $(SRCDIR)/jsonrpc.C \ $(SRCDIR)/xmlrpc.C CXXFLAGS += -I$(SRCDIR)/include include ../Makefile.common extra-clean: @${RM} -f ${JSON_OBJS} ${XML_OBJS}