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

38 files changed:
sope-appserver/ChangeLog
sope-appserver/NGObjWeb/Associations/GNUmakefile
sope-appserver/NGObjWeb/Associations/GNUmakefile.preamble
sope-appserver/NGObjWeb/DAVPropMap.plist
sope-appserver/NGObjWeb/DynamicElements/GNUmakefile
sope-appserver/NGObjWeb/DynamicElements/README
sope-appserver/NGObjWeb/GNUmakefile
sope-appserver/NGObjWeb/NGHttp/GNUmakefile
sope-appserver/NGObjWeb/NGHttp/GNUmakefile.preamble
sope-appserver/NGObjWeb/NGHttp/README
sope-appserver/NGObjWeb/SoObjects/GNUmakefile
sope-appserver/NGObjWeb/SoObjects/NOTES
sope-appserver/NGObjWeb/SoObjects/TODO
sope-appserver/NGObjWeb/TROUBLESHOOTING
sope-appserver/NGObjWeb/Templates/GNUmakefile
sope-appserver/NGObjWeb/WOHttpAdaptor/GNUmakefile
sope-appserver/NGObjWeb/WebDAV/GNUmakefile
sope-appserver/NGObjWeb/WebDAV/TODO
sope-appserver/NGXmlRpc/GNUmakefile
sope-appserver/PROJECTLEAD
sope-appserver/SoOFS/GNUmakefile
sope-appserver/WEExtensions/GNUmakefile
sope-appserver/WEPrototype/GNUmakefile
sope-appserver/WOExtensions/GNUmakefile
sope-appserver/WOXML/GNUmakefile
sope-appserver/WOXML/README
sope-appserver/WOXML/samples/slashdot/GNUmakefile
sope-appserver/common.make
sope-appserver/samples/HelloWorld/Main.wo/Main.wod
sope-appserver/samples/TestSite/README
sope-appserver/samples/WOxExtTest/site.css
sope-appserver/samples/davpropget/NOTES
sope-appserver/samples/iCalPortal/GNUmakefile.preamble
sope-appserver/samples/iCalPortal/Pages/GNUmakefile
sope-appserver/samples/iCalPortal/WebDAV/GNUmakefile
sope-appserver/samples/iCalPortal/icons.make
sope-appserver/samples/iCalPortal/mkpage.sh
sope-xml/ChangeLog

index eb6292bd51e2114da42af63022f08b7c0b05b75d..0396b200b6cab23aecfbabe2623e0d4c3a32a095 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-26  Helge Hess  <helge.hess@opengroupware.org>
+
+       * all makefiles: add common.h as the precompiled header file
+
 2005-08-11  Helge Hess  <helge.hess@opengroupware.org>
 
        * more work on OSX framework support
index 9614f2d7ef8e26797cf0780ae0d3b6a521afbcf0..e24465434723230556acc73b80f0cc436677a6d5 100644 (file)
@@ -5,6 +5,8 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECT_NAME = Associations
 
+Associations_PCH_FILE = common.h
+
 Associations_OBJC_FILES = \
        WOAssociation.m                 \
        WOValueAssociation.m            \
index 6c40b404449262f14659e353c285716c46d6ae11..47b97de7ed10ecd057e2171e8905fd17af4c7756 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 ADDITIONAL_INCLUDE_DIRS += \
        -I..    \
index 7eb2eeab3c58e90f67127d13d1d487df8bf329a0..bdd7453357e4daa35e587c96ea6739c1f3ec27da 100644 (file)
@@ -1,6 +1,5 @@
 {
   NGObjWeb_doc_   = "default WebDAV property mappings for NGObjWeb";
-  NGObjWeb_cvs_id = "$Id$";
 
   /* DAV */
   "{DAV:}iscollection"         = "davIsCollection";
index 07085bc51bf5ee7172306fbef95676f4db51cf56..55fcf889dc823b95bcc6b331974fa1abe742f724 100644 (file)
@@ -5,6 +5,8 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECT_NAME = DynamicElements
 
+# does not work yet: DynamicElements_PCH_FILE = decommon.h
+
 DynamicElements_OBJC_FILES = \
         WOxHTMLElemBuilder.m   \
         WOxControlElemBuilder.m        \
index af10c66f2a16854ba12776ae0f49c8d48e4a82e7..ed1bd183f60ebbc97b4e109aacefa19c1855a67d 100644 (file)
@@ -1,6 +1,8 @@
-# $Id$
+DynamicElements
+===============
 
-  Class-Hierachy
+Class-Hierachy
+==============
 
     WOElement
       WODynamicElement
index 169403fb803c244b0d5d9ba7ad64d54c587dd1ca..9e8aab30ef0312275eb4d22472a43744def756de 100644 (file)
@@ -21,6 +21,7 @@ RESOURCES_DIR = $(FHS_INSTALL_ROOT)/share/sope-$(MAJOR_VERSION).$(MINOR_VERSION)
 endif
 endif
 
+libNGObjWeb_PCH_FILE = common.h
 libNGObjWeb_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
 libNGObjWeb_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
@@ -165,6 +166,7 @@ BUNDLE_NAME      = SoCore
 BUNDLE_EXTENSION = .sxp
 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SoProducts-$(MAJOR_VERSION).$(MINOR_VERSION)/
 
+SoCore_PCH_FILE        = common.h
 SoCore_OBJC_FILES      = SoCoreProduct.m
 SoCore_RESOURCE_FILES  = SoObjects/product.plist Version
 SoCore_PRINCIPAL_CLASS = SoCoreProduct
@@ -174,6 +176,7 @@ SoCore_PRINCIPAL_CLASS = SoCoreProduct
 
 TOOL_NAME = wod
 
+wod_PCH_FILE    += common.h
 wod_OBJC_FILES  += wod.m $(NGObjWebCore_OBJC_FILES)
 ifeq ($(FOUNDATION_LIB),gnu)
 wod_OBJC_FILES  += UnixSignalHandler.m
index 2f98be4940d3cdc9ea471011367a0f24acfef079..bd7ed45360cec22e4e66c87f248a617f8cef69cf 100644 (file)
@@ -7,6 +7,7 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
 
 SUBPROJECT_NAME = NGHttp
 
+NGHttp_PCH_FILE = common.h
 NGHttp_HEADER_FILES_DIR         = .
 NGHttp_HEADER_FILES_INSTALL_DIR = /NGHttp
 
index 557c9a4a489be04b1d0cf7bc4b4e5e019860ff95..99b43b0c9c55a68ad92bccf3aa95e5d8ee933a2e 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 NGHttp_INCLUDE_DIRS += \
        -I.. -I../..    \
index 80627cb82041ad25613215200f01ba0803d751aa..13a83276b042feea31649c980e7d74edef23225a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 Note: This should be removed in favor of WOSimpleHTTPParser which should
       be completed to implement all features
index e5b26b24456cb141016f0b6d7c7c7e6e0ab147db..993d63795a3632e8d87c3bfc85757fda5e0472b3 100644 (file)
@@ -5,6 +5,7 @@ include ../subdirs.make
 
 SUBPROJECT_NAME = SoObjects
 
+SoObjects_PCH_FILE = common.h
 SoObjects_HEADER_FILES_DIR         = .
 SoObjects_HEADER_FILES_INSTALL_DIR = /NGObjWeb
 
index b6f80dd9c3afc2de1a7096bd2e5689b659de1fec..e1a656bd7fb131edc089b5182e45d48f1454e9b6 100644 (file)
@@ -1,4 +1,5 @@
-# $Id$
+SoObjects
+=========
 
 Some Notes on the implementation ...
 
index 766ff9d0a89a8ebffa2e1adee5b07fd6ca66b2d4..89881ec0a175dbca7e3112295a3d9d14b94eb81d 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 Todo's for SOPE subsystem
 =========================
 
index 24ff3a026c2b99131b0bad194b8d37a0a569685c..8a2b35aadc77ad889c204b81623f3ab2f5347912 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 Collect "common" issues around NGObjWeb ...
 
 ___________________________________________________________________________
index be65cb63570c4c1bd860a7e49e13569011f292e2..ccf99f0c12f3e0483b0dcb4f8f7bc83e84edbb72 100644 (file)
@@ -5,6 +5,7 @@ include ../subdirs.make
 
 SUBPROJECT_NAME = Templates
 
+Templates_PCH_FILE = common.h
 Templates_HEADER_FILES_DIR         = .
 Templates_HEADER_FILES_INSTALL_DIR = /NGObjWeb
 
index a66bdb1b5994d8b0e8469e6604145492030431a9..4e7a5d5907f47ae6a1cc77f67a7a6887bddf90f7 100644 (file)
@@ -5,6 +5,8 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECT_NAME = WOHttpAdaptor
 
+WOHttpAdaptor_PCH_FILE = common.h
+
 WOHttpAdaptor_OBJC_FILES = \
        WOHttpAdaptor.m         \
        WORecordRequestStream.m \
index e1435678077778e3f357346de1da206df135843c..bfcb3e7766a2e9b94a52754272cf62fc6b412891 100644 (file)
@@ -7,6 +7,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECT_NAME = WebDAV
 
+WebDAV_PCH_FILE = common.h
 WebDAV_HEADER_FILES_DIR         = .
 WebDAV_HEADER_FILES_INSTALL_DIR = /NGObjWeb
 
index 8839b79b205547512f12f2fefa3f0e248f1a70e3..77e03b2cf1111da5b53b776745b651ca71a50d3c 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 SOPE WebDAV Todos
 =================
 
index aede91dd17fb84f71af33c137f0db0d5f5287b0b..82382a001c5d5393cca4d309bc28f4c1d88b833c 100644 (file)
@@ -11,6 +11,7 @@ else
 FRAMEWORK_NAME = NGXmlRpc
 endif
 
+libNGXmlRpc_PCH_FILE = common.h
 libNGXmlRpc_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
 libNGXmlRpc_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
index ab0c70acd224c130396a50b22874d259bbf15194..7d659c6b4f559e0486885fe75f928854cf6df6f1 100644 (file)
@@ -1,3 +1 @@
-# $Id$
-
 PROJECTLEAD=helge.hess@opengroupware.org
index 91f046f95a81cfb3420cb8e83b9543769435275e..65750aa6ba981d4d2105a68e9059c8d27c1be4bd 100644 (file)
@@ -13,6 +13,7 @@ FRAMEWORK_NAME = SoOFS
 endif
 
 
+libSoOFS_PCH_FILE = common.h
 libSoOFS_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
 libSoOFS_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
index aff4a5d719aa8364818f058782b94078b703c6f8..ae5c0f50e7d1bf44e3dbb4adf2e4fe26eb56349c 100644 (file)
@@ -21,6 +21,7 @@ endif
 
 FHS_MANPAGES += doc/*.3
 
+libWEExtensions_PCH_FILE = common.h
 libWEExtensions_HEADER_FILES_DIR         = .
 libWEExtensions_HEADER_FILES_INSTALL_DIR = /WEExtensions
 
index 175f8d06f46184a0ff73a0cec67a83ac7fb85f4c..7e71977102e7fe7fc3f762a682b610510e22cf82 100644 (file)
@@ -19,6 +19,7 @@ BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-$(MAJOR
 
 FHS_MANPAGES += doc/*.3
 
+libWEPrototype_PCH_FILE = common.h
 libWEPrototype_HEADER_FILES_DIR         = .
 libWEPrototype_HEADER_FILES_INSTALL_DIR = /WEPrototype
 
index f4fa1791bda5b15c890a526fdcaec4a160024c2d..51b527f8e633b353ccecc5754f5dda005d2fcaed 100644 (file)
@@ -18,6 +18,7 @@ endif
 
 FHS_MANPAGES += doc/*.3
 
+libWOExtensions_PCH_FILE = common.h
 libWOExtensions_HEADER_FILES_DIR        = .
 libWOExtensions_HEADER_FILES_INSTALL_DIR = /WOExtensions
 
index d56827f0d755ce6f80c87717a8dd11c5fa36565a..0bf2fc545328c165615f70c210110ffb40d31fc7 100644 (file)
@@ -12,6 +12,7 @@ FRAMEWORK_NAME = WOXML
 endif
 
 
+libWOXML_PCH_FILE = common.h
 libWOXML_HEADER_FILES_DIR         = .
 libWOXML_HEADER_FILES_INSTALL_DIR = /WOXML
 
index 718e1a9ac96c775f4fcd31513ba23194e70e7640..c21be3d06063133a6e8a8cc97fe04ac97ec47ba6 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 WOXML
 =====
 
index 928527d813d8d27b69f9196c846a63e26e56af7c..90c624d13dae2b545b1fd4573ab1f23d8c1a41f3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: GNUmakefile 1 2004-08-20 10:08:27Z znek $
 
 include $(GNUSTEP_MAKEFILES)/common.make
 
index 45fb8952392e6eaba35807cb28cc97067dbc7617..e4d556db512e806a3ea48ece6bca88f3095eb374 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 include $(GNUSTEP_MAKEFILES)/common.make
 include ../Version
index e79ffd961d95497f99cd3e4d95cea5e501acfab2..9f9b4deb924d0626f6ba423082fedcd732cc9416 100644 (file)
@@ -1,5 +1,3 @@
-// $Id$
-
 AppName: WOString {
   value = application.name;
 }
\ No newline at end of file
index 5cb5f9af316ec1ae6e9e3e3583eba15ab122c687..5a5dc16954752ba1ff77fc382f1081a7241b5123 100644 (file)
@@ -1,3 +1 @@
-# $Id$
-
 A small SOPE test site ...
index 8039a467eedde9cfc66ea2e1a3ffbe574ee27d99..0491e700d702fa5b8cc2b1f0b7ee149f03ad4e0c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #tmplsrc {
   font-size: 8pt;
   padding:   1em;
index e9842a28e53d8d42425331c3e9718254196af9ea..9456aa9c496acaf91d582f777178793414374e33 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 Q: Apache 1.3 WebDAV not returning a content-length header?
 ==
 
index 04f0c4d67a6ce41f36541917e07cc21070f29bd5..ba06b11f6959b186d0ad4e673064619b1182abac 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 ADDITIONAL_INCLUDE_DIRS += -I. -I./WebDAV
 
 ADDITIONAL_TOOL_LIBS += -lNGiCal
index 61147bdf010c5555f13f0381105d766048eb297e..1d58b296c07d8454466ad02e5268b732dd99b4ae 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 include $(GNUSTEP_MAKEFILES)/common.make
 
index 01572b7016af3f9c8074d675c822844720a6e09c..b5c3d723bd7546c2be8de021fb3bedaf4d4ae8a9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# GNUstep makefile
 
 include $(GNUSTEP_MAKEFILES)/common.make
 
index a7ad64dd47fcc8dad590980ec2f4cb4d8480edbe..80a653f4d99c30395f21f24a566b5a370484040f 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 iCalPortal_LOCALIZED_WEBSERVER_RESOURCE_FILES += \
        favicon.ico     \
        site.css        \
index 8cdccfb69a4cf290900b41619fcd13207d2a82c5..de5d9621e381d20f43ce330377400394133933fc 100755 (executable)
@@ -6,9 +6,7 @@ actname=`echo "$pgname"|sed "s|Page|Action|g"`
 mfile="$pgname.m"
 woxfile="$pgname.wox"
 
-echo "// \$Id\$
-
-#include <NGObjWeb/WOComponent.h>
+echo "#include <NGObjWeb/WOComponent.h>
 #include <NGObjWeb/WODirectAction.h>
 
 @interface $pgname : WOComponent
index c9c02c7ac4b29126e44c3c26ffdce78bd5653181..0319e7b7e7448109e00ccc80b448b0c1fca3f5fb 100644 (file)
@@ -1,4 +1,4 @@
-2005-08-27  Helge Hess  <helge.hess@opengroupware.org>
+2005-08-26  Helge Hess  <helge.hess@opengroupware.org>
 
        * all makefiles: add common.h as the precompiled header file