sogo/OGoContentStore/GNUmakefile
Wolfgang Sourdeau 7d87683598 Monotone-Parent: bee2c28f8870faa095837e688a99e1636a7417cd
Monotone-Revision: 4cc4514f17681c5d856ebe70bfc83cff727852cb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-27T16:52:17
Monotone-Branch: ca.inverse.sogo
2006-11-27 16:52:17 +00:00

37 lines
880 B
Makefile

# GNUstep makefile
-include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ./Version
LIBRARY_NAME = libOGoContentStore
TOOL_NAME = test_quick_extract
TYPEMODELS_DIR = $(GNUSTEP_USER_ROOT)/Library/OCSTypeModels/
libOGoContentStore_HEADER_FILES_DIR = .
libOGoContentStore_HEADER_FILES_INSTALL_DIR = /OGoContentStore
# no headers, commented out: FHS_HEADER_DIRS = OGoContentStore
libOGoContentStore_OBJC_FILES += \
iCalEntityObject+OCS.m \
iCalRepeatableEntityObject+OCS.m \
\
OCSiCalFieldExtractor.m \
OCSContactFieldExtractor.m \
libOGoContentStore_TYPEMODELS += \
appointment.ocs \
contact.ocs \
acls.ocs
test_quick_extract_OBJC_FILES += \
test_quick_extract.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
-include ../fhslib.make