]> err.no Git - sope/blob - sope-xml/XmlRpc/GNUmakefile
cde9b4af365ea58795d00fbc92fa9265a9efd784
[sope] / sope-xml / XmlRpc / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include ../common.make
5
6 ifneq ($(frameworks),yes)
7 LIBRARY_NAME   = libXmlRpc
8 else
9 FRAMEWORK_NAME = XmlRpc
10 XmlRpc_RESOURCE_FILES += Version
11 endif
12
13 libXmlRpc_PCH_FILE = common.h
14 XmlRpc_PCH_FILE = common.h
15
16 libXmlRpc_HEADER_FILES = \
17         XmlRpc.h                        \
18         NSObject+XmlRpc.h               \
19         XmlRpcCoder.h                   \
20         XmlRpcMethodCall.h              \
21         XmlRpcMethodResponse.h          \
22
23 libXmlRpc_OBJC_FILES = \
24         XmlRpcEncoder.m                 \
25         XmlRpcDecoder.m                 \
26         XmlRpcMethodCall.m              \
27         XmlRpcMethodResponse.m          \
28         XmlRpcSaxHandler.m              \
29         XmlRpcValue.m                   \
30         NSMutableString+XmlRpcDecoder.m \
31         \
32         NSArray+XmlRpcCoding.m          \
33         NSData+XmlRpcCoding.m           \
34         NSDate+XmlRpcCoding.m           \
35         NSDictionary+XmlRpcCoding.m     \
36         NSException+XmlRpcCoding.m      \
37         NSHost+XmlRpcCoding.m           \
38         NSNotification+XmlRpcCoding.m   \
39         NSNumber+XmlRpcCoding.m         \
40         NSObject+XmlRpc.m               \
41         NSString+XmlRpcCoding.m         \
42         NSURL+XmlRpcCoding.m            \
43
44
45 -include GNUmakefile.preamble
46 ifneq ($(frameworks),yes)
47 include $(GNUSTEP_MAKEFILES)/library.make
48 else
49 include $(GNUSTEP_MAKEFILES)/framework.make
50 endif
51 -include GNUmakefile.postamble
52 -include fhs.make