# GNUstep makefile

-include ../../config.make
include ../common.make

LIBRARY_NAME   = libXmlRpc
FRAMEWORK_NAME = XmlRpc

libXmlRpc_HEADER_FILES_DIR         = .
libXmlRpc_HEADER_FILES_INSTALL_DIR = /XmlRpc
libXmlRpc_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
libXmlRpc_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)

libXmlRpc_HEADER_FILES = \
	XmlRpc.h			\
	NSObject+XmlRpc.h		\
	XmlRpcCoder.h			\
	XmlRpcMethodCall.h		\
	XmlRpcMethodResponse.h		\

libXmlRpc_OBJC_FILES = \
	XmlRpcEncoder.m			\
	XmlRpcDecoder.m			\
	XmlRpcMethodCall.m		\
	XmlRpcMethodResponse.m		\
	XmlRpcSaxHandler.m		\
	XmlRpcValue.m			\
	NSMutableString+XmlRpcDecoder.m	\
	\
	NSArray+XmlRpcCoding.m		\
	NSData+XmlRpcCoding.m		\
	NSDate+XmlRpcCoding.m		\
	NSDictionary+XmlRpcCoding.m	\
	NSException+XmlRpcCoding.m	\
	NSHost+XmlRpcCoding.m		\
	NSNotification+XmlRpcCoding.m	\
	NSNumber+XmlRpcCoding.m		\
	NSObject+XmlRpc.m		\
	NSString+XmlRpcCoding.m		\
	NSURL+XmlRpcCoding.m		\

XmlRpc_HEADER_FILES = $(libXmlRpc_HEADER_FILES)
XmlRpc_OBJC_FILES   = $(libXmlRpc_OBJC_FILES)

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make

ifeq ($(FOUNDATION_LIB),apple)
include $(GNUSTEP_MAKEFILES)/framework.make
endif
-include GNUmakefile.postamble
-include fhs.make