]> err.no Git - sope/blobdiff - Recycler/SxComponents/GNUmakefile
moved SxComponents to Recycler
[sope] / Recycler / SxComponents / GNUmakefile
diff --git a/Recycler/SxComponents/GNUmakefile b/Recycler/SxComponents/GNUmakefile
new file mode 100644 (file)
index 0000000..73d1947
--- /dev/null
@@ -0,0 +1,42 @@
+# $Id$
+
+include ../common.make
+
+LIBRARY_NAME = libSxComponents
+TOOL_NAME = sxc_ls sxc_call
+
+libSxComponents_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
+
+libSxComponents_HEADER_FILES_DIR         = .
+libSxComponents_HEADER_FILES_INSTALL_DIR = /SxComponents
+
+libSxComponents_HEADER_FILES =         \
+       SxComponents.h                  \
+       SxComponent.h                   \
+       SxComponentRegistry.h           \
+       SxXmlRpcComponent.h             \
+        SxComponentInvocation.h        \
+       SxComponentMethodSignature.h    \
+       SxBasicAuthCredentials.h        \
+       SxComponentException.h          \
+
+libSxComponents_OBJC_FILES =           \
+       SxComponent.m                   \
+       SxComponentRegistry.m           \
+        SxComponentInvocation.m        \
+       SxComponentMethodSignature.m    \
+       \
+       SxXmlRpcRegBackend.m            \
+       SxXmlRpcComponent.m             \
+       SxXmlRpcInvocation.m            \
+       SxBasicAuthCredentials.m        \
+       SxComponentException.m          \
+       NSObject+SxXmlRpcValue.m        \
+
+sxc_ls_OBJC_FILES   = sxc_ls.m
+sxc_call_OBJC_FILES = sxc_call.m
+
+-include GNUmakefile.preamble
+include $(GNUSTEP_MAKEFILES)/library.make
+include $(GNUSTEP_MAKEFILES)/tool.make
+-include GNUmakefile.postamble