sogo/OGoContentStore/GNUmakefile
Wolfgang Sourdeau 2e3dc07a59 Monotone-Parent: 4f222b50f7fa13fbfac1e7b3ffae8e63d5b06873
Monotone-Revision: ebf9c6d48584b1bd57997689934388548648dbfe

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-08T16:24:36
Monotone-Branch: ca.inverse.sogo
2007-02-08 16:24:36 +00:00

35 lines
873 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_INSTALLATION_DIR)/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
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