From db3502ff078473fea4372a16760e42c4c9f87edc Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 27 Aug 2005 12:22:50 +0000 Subject: [PATCH] added PCH support git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1088 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/GDLAccess/GNUmakefile | 4 +++- sope-gdl1/GDLContentStore/GNUmakefile | 1 + sope-gdl1/MySQL/GNUmakefile | 2 ++ sope-gdl1/PostgreSQL/GNUmakefile | 2 ++ sope-gdl1/SQLite3/GNUmakefile | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sope-gdl1/GDLAccess/GNUmakefile b/sope-gdl1/GDLAccess/GNUmakefile index eeb778f0..ef9c1fa0 100644 --- a/sope-gdl1/GDLAccess/GNUmakefile +++ b/sope-gdl1/GDLAccess/GNUmakefile @@ -13,7 +13,7 @@ else FRAMEWORK_NAME = GDLAccess endif - +libGDLAccess_PCH_FILE = common.h libGDLAccess_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libGDLAccess_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) @@ -121,6 +121,8 @@ TOOL_NAME = load-EOAdaptor connect-EOAdaptor load-EOAdaptor_OBJC_FILES = load-EOAdaptor.m connect-EOAdaptor_OBJC_FILES = connect-EOAdaptor.m +load-EOAdaptor_PCH_FILE = common.h +connect-EOAdaptor_PCH_FILE = common.h # framework support diff --git a/sope-gdl1/GDLContentStore/GNUmakefile b/sope-gdl1/GDLContentStore/GNUmakefile index 1f1deb7f..fb3d6526 100644 --- a/sope-gdl1/GDLContentStore/GNUmakefile +++ b/sope-gdl1/GDLContentStore/GNUmakefile @@ -13,6 +13,7 @@ else FRAMEWORK_NAME = GDLContentStore endif +libGDLContentStore_PCH_FILE = common.h libGDLContentStore_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libGDLContentStore_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) diff --git a/sope-gdl1/MySQL/GNUmakefile b/sope-gdl1/MySQL/GNUmakefile index 2ae5c04f..570c8d41 100644 --- a/sope-gdl1/MySQL/GNUmakefile +++ b/sope-gdl1/MySQL/GNUmakefile @@ -29,6 +29,8 @@ include ./Version BUNDLE_NAME = MySQL +MySQL_PCH_FILE = common.h + MySQL_OBJC_FILES = \ MySQL4Expression.m \ MySQL4Adaptor.m \ diff --git a/sope-gdl1/PostgreSQL/GNUmakefile b/sope-gdl1/PostgreSQL/GNUmakefile index 9d502dea..3ab9490b 100644 --- a/sope-gdl1/PostgreSQL/GNUmakefile +++ b/sope-gdl1/PostgreSQL/GNUmakefile @@ -29,6 +29,8 @@ include ./Version BUNDLE_NAME = PostgreSQL +PostgreSQL_PCH_FILE = common.h + PostgreSQL_OBJC_FILES = \ PGConnection.m \ PostgreSQL72Expression.m \ diff --git a/sope-gdl1/SQLite3/GNUmakefile b/sope-gdl1/SQLite3/GNUmakefile index e723c0f1..6af3c03f 100644 --- a/sope-gdl1/SQLite3/GNUmakefile +++ b/sope-gdl1/SQLite3/GNUmakefile @@ -29,6 +29,8 @@ include ./Version BUNDLE_NAME = SQLite3 +SQLite3_PCH_FILE = common.h + SQLite3_OBJC_FILES = \ SQLiteExpression.m \ SQLiteAdaptor.m \ -- 2.39.5