]> err.no Git - sope/commitdiff
added PCH support
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 27 Aug 2005 11:38:59 +0000 (11:38 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 27 Aug 2005 11:38:59 +0000 (11:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1085 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

21 files changed:
sope-xml/ChangeLog
sope-xml/DOM/GNUmakefile
sope-xml/STXSaxDriver/ChangeLog
sope-xml/STXSaxDriver/ExtraSTX/COPYRIGHT
sope-xml/STXSaxDriver/ExtraSTX/GNUmakefile
sope-xml/STXSaxDriver/ExtraSTX/README
sope-xml/STXSaxDriver/ExtraSTX/common.h [new file with mode: 0644]
sope-xml/STXSaxDriver/GNUmakefile
sope-xml/STXSaxDriver/Model/COPYRIGHT
sope-xml/STXSaxDriver/Model/GNUmakefile
sope-xml/STXSaxDriver/Model/README
sope-xml/STXSaxDriver/Model/common.h [new file with mode: 0644]
sope-xml/STXSaxDriver/Version
sope-xml/SaxObjC/GNUmakefile
sope-xml/XmlRpc/GNUmakefile
sope-xml/common.make
sope-xml/libxmlSAXDriver/GNUmakefile
sope-xml/samples/GNUmakefile.preamble
sope-xml/samples/PlistSaxDriver/GNUmakefile
sope-xml/samples/PlistSaxDriver/README
sope-xml/samples/PlistSaxDriver/bundle-info.plist

index 7150bc4fee2601255999400f383e072192023aef..c9c02c7ac4b29126e44c3c26ffdce78bd5653181 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * all makefiles: add common.h as the precompiled header file
+
 2005-08-09  Helge Hess  <helge.hess@opengroupware.org>
 
        * all makefiles: added flags to build only frameworks on MacOSX
index 6a9b051823bbdb5223506bb80d3e18f57bd6bb11..d1aa43a71827aa453a5f38301a404d970b9d4fa8 100644 (file)
@@ -9,6 +9,8 @@ else
 FRAMEWORK_NAME = DOM
 endif
 
+libDOM_PCH_FILE = common.h
+
 LDOM_HEADER_FILES += \
        DOM.h                           \
        DOMProtocols.h                  \
index 9098db4b1c9c2e3c2baa2352ceef5656b363e290..24bd2f97d9e493bf0facc7760bda599cb38dc285 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * added common.h in project subdirs for PCH support (v4.5.13)
+
 2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.5.12
index cee7d8ec04dee2546f402a68d0fe1b9a4d77f4f9..f3880857ff24691b5a1ab79d2ec76dbd1036c5f8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+
 
 Structured Text Code
 Copyright (C) 2004 eXtrapola Srl
index a91adceb6c19045ae3c753fee90239add6f2f371..6e112aaff8f4c808245e1c7e0706f6ed5b306fa3 100644 (file)
@@ -5,6 +5,8 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECT_NAME = ExtraSTX
 
+ExtraSTX_PCH_FILE = common.h
+
 ExtraSTX_OBJC_FILES = \
        NSString+STX.m          \
        StructuredLine.m        \
index 96438cd231d154db64f5d42e2b8a4ec76754c553..7aa40dd3c6eb301ee76204452f97335a6dd4dd4d 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 
 How to use
 ==========
diff --git a/sope-xml/STXSaxDriver/ExtraSTX/common.h b/sope-xml/STXSaxDriver/ExtraSTX/common.h
new file mode 100644 (file)
index 0000000..1898d06
--- /dev/null
@@ -0,0 +1 @@
+#include "../common.h"
index 78fcf4cdcf3fd0b6d783a2fb6b0eabbf0245aaa9..145a9f45305ab4b4bca146be89bdbca7cb8da974 100644 (file)
@@ -9,6 +9,8 @@ BUNDLE_NAME        = STXSaxDriver
 BUNDLE_EXTENSION   = .sax
 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(SOPE_MAJOR_VERSION).$(SOPE_MINOR_VERSION)/
 
+STXSaxDriver_PCH_FILE = common.h
+
 STXSaxDriver_OBJC_FILES += \
        STXSaxDriver.m  \
        StructuredTextBodyElement+SAX.m
index cee7d8ec04dee2546f402a68d0fe1b9a4d77f4f9..ea30709086ff987b1d5b6f77f045735d6b67c0bc 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 
 Structured Text Code
 Copyright (C) 2004 eXtrapola Srl
index edc2164e97e7158cf7d73e66bc75a664c6b72cbe..7931c9eeb4f42dbf6f97bba1a634b4dfc199c7fd 100644 (file)
@@ -11,6 +11,8 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECT_NAME = Model
 
+Model_PCH_FILE = common.h
+
 Model_OBJC_FILES = \
        StructuredTextDocument.m        \
        StructuredTextBodyElement.m     \
index a97aaf57ca8531b469847a3f890e5913b76fbf2e..c4616c99c18a0427a9d09f251f4f2476d0adab35 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 
 Notes
 =====
diff --git a/sope-xml/STXSaxDriver/Model/common.h b/sope-xml/STXSaxDriver/Model/common.h
new file mode 100644 (file)
index 0000000..1898d06
--- /dev/null
@@ -0,0 +1 @@
+#include "../common.h"
index 42dcfc3cc52f5a83ecbc52009b42c56fcfacd50f..bb0b16a80143fa419b213c81b50635ef73e0f6fe 100644 (file)
@@ -2,4 +2,4 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=12
+SUBMINOR_VERSION:=13
index b3f04b399e083c581e231b38443222d4064cecd8..3e0b78a64a7efaae595616cbece97bda57525ee0 100644 (file)
@@ -9,6 +9,8 @@ else
 FRAMEWORK_NAME = SaxObjC
 endif
 
+libSaxObjC_PCH_FILE = common.h
+
 libSaxObjC_OBJC_FILES = \
        SaxAttributeList.m              \
        SaxAttributes.m                 \
index 8698b9ef7276dbe56f713c673fc99c6d3b40fd42..611e3ae3315517ff240d8b9f58da8c483817c856 100644 (file)
@@ -9,6 +9,8 @@ else
 FRAMEWORK_NAME = XmlRpc
 endif
 
+libXmlRpc_PCH_FILE = common.h
+
 libXmlRpc_HEADER_FILES = \
        XmlRpc.h                        \
        NSObject+XmlRpc.h               \
index 66d7480e1cb51974804cbc426b08d543d4d7eb5d..1e804491be16151c5f4c7aacc597cc39b9237806 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 SKYROOT=..
 
index 7bfa06a3fac81b4934d224c307e2403a9d4a6e77..74a172827ca3d102b4a56e4cc60e37ab4e78ee34 100644 (file)
@@ -9,6 +9,8 @@ BUNDLE_NAME        = libxmlSAXDriver
 BUNDLE_EXTENSION   = .sax
 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
 
+libxmlSAXDriver_PCH_FILE = common.h
+
 libxmlSAXDriver_OBJC_FILES = \
        libxmlSAXDriver.m       \
        libxmlHTMLSAXDriver.m   \
index 01b9b89ffb01e855913d6cc7a856c507f3e2c116..e6de2b468dbe324c827b5b09b8f816b255a3bace 100644 (file)
@@ -1,6 +1,15 @@
 # compilation settings
 
 
+rss2plist1_PCH_FILE = common.h
+rss2plist2_PCH_FILE = common.h
+rssparse_PCH_FILE   = common.h
+saxxml_PCH_FILE     = common.h
+xmln_PCH_FILE       = common.h
+domxml_PCH_FILE     = common.h
+testqp_PCH_FILE     = common.h
+
+
 ifneq ($(frameworks),yes)
 domxml_TOOL_LIBS  += -lDOM -lSaxObjC
 testqp_TOOL_LIBS  += -lDOM -lSaxObjC
index c4a22e9436440891e601c2dae9d97adc2ac69731..484f109a1eb21b329ca8d5ddc91d571438e7711a 100644 (file)
@@ -1,5 +1,6 @@
-# $Id$
+# GNUstep Makefile
 
+-include ../../config.make
 include $(GNUSTEP_MAKEFILES)/common.make
 
 BUNDLE_NAME        = PlistSaxDriver
@@ -7,7 +8,7 @@ BUNDLE_EXTENSION   = .sax
 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/Bundles
 
 PlistSaxDriver_OBJC_FILES = \
-       PlistSaxDriver.m        \
+       PlistSaxDriver.m
 
 PlistSaxDriver_BUNDLE_LIBS += -lSaxObjC
 
index 176f766ac03515334faccf104b5ac83f55a3db12..527d7fc1e5829b6c2235cdb83dd97d259602c7fb 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 PlistSaxDriver
 ==============
 
index 645d559ed7a86cb2d7d776b4750ef9e29bc296b4..871b1094ca9df17c53d9f8e32c555f67632aef28 100644 (file)
@@ -1,5 +1,4 @@
 {
-  CVS = "$Id$";
   //bundleHandler = NSObject;
 
   requires = {