From: helge Date: Sat, 27 Aug 2005 12:22:19 +0000 (+0000) Subject: added PCH support X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f816ccef717f85e88b652d6ed0fe2efcf6c993;p=sope added PCH support git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1087 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ldap/NGLdap/ChangeLog b/sope-ldap/NGLdap/ChangeLog index 7c9c7d8e..eecd02bf 100644 --- a/sope-ldap/NGLdap/ChangeLog +++ b/sope-ldap/NGLdap/ChangeLog @@ -1,3 +1,7 @@ +2005-08-27 Helge Hess + + * GNUmakefile: added PCH support (v4.5.25) + 2005-08-16 Helge Hess * GNUmakefile, GNUmakefile.preamble: added OSX framework compilation diff --git a/sope-ldap/NGLdap/GNUmakefile b/sope-ldap/NGLdap/GNUmakefile index c374918d..73a1bb9c 100644 --- a/sope-ldap/NGLdap/GNUmakefile +++ b/sope-ldap/NGLdap/GNUmakefile @@ -12,7 +12,7 @@ else FRAMEWORK_NAME = NGLdap endif - +libNGLdap_PCH_FILE = common.h libNGLdap_HEADER_FILES_DIR = . libNGLdap_HEADER_FILES_INSTALL_DIR = /NGLdap libNGLdap_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) diff --git a/sope-ldap/NGLdap/README b/sope-ldap/NGLdap/README index 3c08dded..57aade56 100644 --- a/sope-ldap/NGLdap/README +++ b/sope-ldap/NGLdap/README @@ -1,5 +1,3 @@ -# $Id$ - NGLdap ====== diff --git a/sope-ldap/NGLdap/Version b/sope-ldap/NGLdap/Version index 19b1711d..85b2c4bc 100644 --- a/sope-ldap/NGLdap/Version +++ b/sope-ldap/NGLdap/Version @@ -2,4 +2,4 @@ MAJOR_VERSION=4 MINOR_VERSION=5 -SUBMINOR_VERSION:=24 +SUBMINOR_VERSION:=25 diff --git a/sope-ldap/README-OSX.txt b/sope-ldap/README-OSX.txt index 4cf78f8b..66b794c5 100644 --- a/sope-ldap/README-OSX.txt +++ b/sope-ldap/README-OSX.txt @@ -43,12 +43,6 @@ are. I usually build everything in a central place (i.e. /Local/BuildArea) and have symlinks from /Library/Frameworks to /Local/BuildArea for each of the products. -Also the following products are expected to be in the following locations: -*.sax -> /Library/SaxDrivers -*.sxp -> /Library/SoProducts - -Either copy them to the appropriate places or symlink them (my suggestion). - Deployment ---------- @@ -75,20 +69,8 @@ see the "Direct Dependencies" of all "Wrapper Contents" targets in all SOPE 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 +sope-ldap NGLdap.framework - NGMail.framework - NGiCal.framework Note: "A word on umbrellas" diff --git a/sope-ldap/samples/GNUmakefile.preamble b/sope-ldap/samples/GNUmakefile.preamble index d0777389..6670de76 100644 --- a/sope-ldap/samples/GNUmakefile.preamble +++ b/sope-ldap/samples/GNUmakefile.preamble @@ -2,6 +2,10 @@ SOPE_ROOT=../.. +ldapls_PCH_FILE = common.h +ldap2dsml_PCH_FILE = common.h +ldapchkpwd_PCH_FILE = common.h + ADDITIONAL_INCLUDE_DIRS += \ -I.. \ -I$(SOPE_ROOT)/sope-core/NGStreams \ diff --git a/sope-ldap/samples/README b/sope-ldap/samples/README index 692d2a6d..5cb78c11 100644 --- a/sope-ldap/samples/README +++ b/sope-ldap/samples/README @@ -1,25 +1,8 @@ -# $Id$ - -This directory contains sample programs for the skyrix-core libraries. +This directory contains sample programs for the sope-ldap libraries. Tools ===== -mime2xml - read a MIME file and output the structure as XML - -imapls - list IMAP4 server directories, sample for NGImap4FileManager - -bmlookup - perform resource lookups using the NGExtensions NGBundleManager - class - -fmdls - list directories using the NGFileManager directory-datasource - implementation - -subclassing - test runtime subclassing in the Objective-C runtime - (NGObjCRuntime in NGExtensions) - -testdirenum - test the NGDirectoryEnumerator - ldapls - an 'ls' for LDAP directories ldap2dsml - return the output of an LDAP server as DSML (directory service markup language)