]> err.no Git - sope/blobdiff - sope-xml/XmlRpc/GNUmakefile
changed "Wrapper" buildstyle to produce universal (fat) binaries by default. Also...
[sope] / sope-xml / XmlRpc / GNUmakefile
index 927f5e04452282f88ff7a0779e2865b9dbc535c0..cde9b4af365ea58795d00fbc92fa9265a9efd784 100644 (file)
@@ -1,13 +1,17 @@
-# $Id$
+# GNUstep makefile
 
+-include ../../config.make
 include ../common.make
 
+ifneq ($(frameworks),yes)
 LIBRARY_NAME   = libXmlRpc
+else
 FRAMEWORK_NAME = XmlRpc
+XmlRpc_RESOURCE_FILES += Version
+endif
 
-libXmlRpc_HEADER_FILES_DIR         = .
-libXmlRpc_HEADER_FILES_INSTALL_DIR = /XmlRpc
-libXmlRpc_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
+libXmlRpc_PCH_FILE = common.h
+XmlRpc_PCH_FILE = common.h
 
 libXmlRpc_HEADER_FILES = \
        XmlRpc.h                        \
@@ -37,13 +41,12 @@ libXmlRpc_OBJC_FILES = \
        NSString+XmlRpcCoding.m         \
        NSURL+XmlRpcCoding.m            \
 
-XmlRpc_HEADER_FILES = $(libXmlRpc_HEADER_FILES)
-XmlRpc_OBJC_FILES   = $(libXmlRpc_OBJC_FILES)
 
 -include GNUmakefile.preamble
+ifneq ($(frameworks),yes)
 include $(GNUSTEP_MAKEFILES)/library.make
-
-ifeq ($(FOUNDATION_LIB),apple)
+else
 include $(GNUSTEP_MAKEFILES)/framework.make
 endif
 -include GNUmakefile.postamble
+-include fhs.make