3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
7 LIBRARY_NAME = libOGoContentStore
8 TOOL_NAME = test_quick_extract
10 TYPEMODELS_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/OCSTypeModels/
12 libOGoContentStore_HEADER_FILES_DIR = .
13 libOGoContentStore_HEADER_FILES_INSTALL_DIR = /OGoContentStore
14 # no headers, commented out: FHS_HEADER_DIRS = OGoContentStore
16 ADDITIONAL_INCLUDE_DIRS += -I../SOPE/sope-gdl1/
17 ADDITIONAL_LIB_DIRS += -L../SOPE/sope-gdl1/GDLContentStore/obj/
19 libOGoContentStore_OBJC_FILES += \
20 iCalEntityObject+OCS.m \
21 iCalRepeatableEntityObject+OCS.m \
23 OCSiCalFieldExtractor.m \
24 OCSContactFieldExtractor.m \
26 libOGoContentStore_TYPEMODELS += \
29 appointment-oracle.ocs \
32 test_quick_extract_OBJC_FILES += \
35 -include GNUmakefile.preamble
36 include $(GNUSTEP_MAKEFILES)/library.make
37 include $(GNUSTEP_MAKEFILES)/tool.make
38 -include GNUmakefile.postamble
39 -include ../fhslib.make