]> err.no Git - scalable-opengroupware.org/blob - OGoContentStore/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1305 d1b88da0-ebda-0310...
[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 ADDITIONAL_INCLUDE_DIRS += -I../SOPE
17 ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj
18
19 libOGoContentStore_OBJC_FILES +=                \
20         iCalEntityObject+OCS.m                  \
21         iCalRepeatableEntityObject+OCS.m        \
22         \
23         OCSiCalFieldExtractor.m                 \
24         OCSContactFieldExtractor.m              \
25
26 libOGoContentStore_TYPEMODELS += \
27         appointment.ocs \
28         contact.ocs \
29         appointment-oracle.ocs \
30         contact-oracle.ocs
31
32 test_quick_extract_OBJC_FILES += \
33         test_quick_extract.m
34
35 -include GNUmakefile.preamble
36 include $(GNUSTEP_MAKEFILES)/library.make
37 include $(GNUSTEP_MAKEFILES)/tool.make
38 -include GNUmakefile.postamble
39 -include ../fhslib.make