+2005-08-27 Helge Hess <helge.hess@opengroupware.org>
+
+ * added PCH support
+
2004-10-22 Marcus Mueller <znek@mulle-kybernetik.com>
* sope-ical.xcode: removed iCalSaxDriver project reference
endif
+libNGiCal_PCH_FILE = common.h
libNGiCal_HEADER_FILES_DIR = .
libNGiCal_HEADER_FILES_INSTALL_DIR = /NGiCal
libNGiCal_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
related projects. At the time of this writing the complete list for SOPE
consisted of the following:
-SxXML
- SaxObjC.framework
- DOM.framework
- XmlRpc.framework
-
-SxCore
- EOControl.framework
- NGExtensions.framework
- NGStreams.framework
- NGMime.framework
- NGImap4.framework
- NGLdap.framework
- NGMail.framework
+sope-ical
NGiCal.framework
-I$(SOPE_CORE)/NGExtensions \
-# dependencies
+# PCH
+
+icalparsetest_PCH_FILE = common.h
+icalds_PCH_FILE = common.h
+vcf2xml_PCH_FILE = common.h
+vcfparsetest_PCH_FILE = common.h
+# dependencies
+
ifneq ($(frameworks),yes)
icalparsetest_TOOL_LIBS += -lNGiCal
icalds_TOOL_LIBS += -lNGiCal
BUNDLE_EXTENSION = .sax
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
+versitSaxDriver_PCH_FILE = common.h
+
versitSaxDriver_OBJC_FILES = \
VSSaxDriver.m \
VSiCalSaxDriver.m \