]> err.no Git - scalable-opengroupware.org/blob - SOGo/OGoContentStore/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@900 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / 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_USER_ROOT)/Library/OCSTypeModels/
11
12 libOGoContentStore_HEADER_FILES_DIR         = .
13 libOGoContentStore_HEADER_FILES_INSTALL_DIR = /OGoContentStore
14
15 libOGoContentStore_OBJC_FILES +=                \
16         iCalEntityObject+OCS.m                  \
17         iCalRepeatableEntityObject+OCS.m        \
18         \
19         OCSiCalFieldExtractor.m                 \
20         OCSContactFieldExtractor.m              \
21
22 libOGoContentStore_TYPEMODELS += \
23         appointment.ocs \
24         contact.ocs     \
25
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