]> err.no Git - scalable-opengroupware.org/blob - OGoContentStore/GNUmakefile
d8a20b4f9cdaa77d3c0bedd519034853997d2e3a
[scalable-opengroupware.org] / OGoContentStore / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 include ./Version
6
7 LIBRARY_NAME = libOGoContentStore
8 TOOL_NAME    = test_quick_extract
9
10 TYPEMODELS_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/OCSTypeModels/
11
12 libOGoContentStore_HEADER_FILES_DIR         = .
13 libOGoContentStore_HEADER_FILES_INSTALL_DIR = /OGoContentStore
14 # no headers, commented out: FHS_HEADER_DIRS = OGoContentStore
15
16 libOGoContentStore_OBJC_FILES +=                \
17         iCalEntityObject+OCS.m                  \
18         iCalRepeatableEntityObject+OCS.m        \
19         \
20         OCSiCalFieldExtractor.m                 \
21         OCSContactFieldExtractor.m              \
22
23 libOGoContentStore_TYPEMODELS += \
24         appointment.ocs \
25         contact.ocs
26
27 test_quick_extract_OBJC_FILES += \
28         test_quick_extract.m
29
30 -include GNUmakefile.preamble
31 include $(GNUSTEP_MAKEFILES)/library.make
32 include $(GNUSTEP_MAKEFILES)/tool.make
33 -include GNUmakefile.postamble
34 -include ../fhslib.make