]> err.no Git - sope/blob - xmlrpc_call/GNUmakefile
fixed gstep-base warnings
[sope] / xmlrpc_call / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 include ../Version
6
7 TOOL_NAME = xmlrpc_call
8
9 xmlrpc_call_PCH_FILE = common.h
10
11 xmlrpc_call_OBJC_FILES += \
12         xmlrpc_call.m           \
13         XmlRpcClientTool.m      \
14         NSObject+Printing.m     \
15         HandleCredentialsClient.m
16
17 -include GNUmakefile.preamble
18 include $(GNUSTEP_MAKEFILES)/tool.make
19 -include GNUmakefile.postamble
20 -include fhs.make
21
22 macosx-pkg ::
23         # do not build a pkg just for this tool
24