]> err.no Git - sope/blob - sope-appserver/SoOFS/GNUmakefile
fixed version dependend bundles
[sope] / sope-appserver / SoOFS / GNUmakefile
1 # GNUstep makefile
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 include ../Version
5 include ./Version
6
7 LIBRARY_NAME = libSoOFS
8
9 libSoOFS_HEADER_FILES_DIR         = .
10 libSoOFS_HEADER_FILES_INSTALL_DIR = /SoOFS
11
12 libSoOFS_HEADER_FILES = \
13         SoOFS.h                 \
14         OFSBaseObject.h         \
15         OFSFactoryContext.h     \
16         OFSFactoryRegistry.h    \
17         OFSFile.h               \
18         OFSFileRenderer.h       \
19         OFSFolder.h             \
20         OFSImage.h              \
21         OFSPropertyListObject.h \
22         OFSResourceManager.h    \
23         OFSWebMethod.h          \
24         OFSWebMethodRenderer.h  \
25         OFSWebTemplate.h        \
26         OFSWebDocument.h        \
27         OFSHttpPasswd.h         \
28         OFSChangeLog.h          \
29         OFSFolderDataSource.h   \
30
31 libSoOFS_OBJC_FILES = \
32         OFSBaseObject.m                 \
33         OFSFactoryContext.m             \
34         OFSFactoryRegistry.m            \
35         OFSFile.m                       \
36         OFSFileRenderer.m               \
37         OFSFolder+SoDAV.m               \
38         OFSFolder.m                     \
39         OFSFolderClassDescription.m     \
40         OFSImage.m                      \
41         OFSPropertyListObject.m         \
42         OFSResourceManager.m            \
43         OFSWebMethod.m                  \
44         OFSWebMethodRenderer.m          \
45         OFSWebTemplate.m                \
46         OFSWebDocument.m                \
47         OFSHttpPasswd.m                 \
48         OFSChangeLog.m                  \
49         OFSFolderDataSource.m           \
50
51 # ----- SoCore product for SOPE core registrations
52
53 BUNDLE_NAME      = SoOFS
54 BUNDLE_EXTENSION = .sxp
55 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SoProducts/4.3/
56
57 SoOFS_OBJC_FILES       = SoOFSProduct.m
58 SoOFS_RESOURCE_FILES   = product.plist Version
59 SoOFS_PRINCIPAL_CLASS  = SoOFSProduct
60
61 # ----- NGObjWeb tools
62
63 TOOL_NAME = sope
64
65 sope_OBJC_FILES = sope.m
66
67 -include GNUmakefile.preamble
68 include $(GNUSTEP_MAKEFILES)/library.make
69 include $(GNUSTEP_MAKEFILES)/bundle.make
70 include $(GNUSTEP_MAKEFILES)/tool.make
71 -include GNUmakefile.postamble