]> err.no Git - sope/commitdiff
fixed OSX installdir
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 9 Aug 2005 23:46:59 +0000 (23:46 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 9 Aug 2005 23:46:59 +0000 (23:46 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1021 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/EOControl/GNUmakefile.preamble
sope-core/EOCoreData/GNUmakefile.preamble
sope-core/NGExtensions/GNUmakefile
sope-core/NGExtensions/GNUmakefile.preamble
sope-core/NGStreams/GNUmakefile.preamble

index d4cdb0f98cf3c0cc140e86650e8742e3ff4c078e..93f8b97cebf80c26576f36d33a4f404ebc6fb9c4 100644 (file)
@@ -1,5 +1,9 @@
 # GNUstep Makefile
 
+ifeq ($(FOUNDATION_LIB),apple)
+EOControl_INSTALL_DIR = /Library/Frameworks/
+endif
+
 libEOControl_INCLUDE_DIRS += -I..
 
 ADDITIONAL_CPPFLAGS += -Wall -funsigned-char
index 62e1aff03c5d6ac56404f9c624fd7b7ec1227b30..cf89f7f3100063955763bb479684a6d124e625c1 100644 (file)
@@ -1,5 +1,9 @@
 # GNUstep Makefile
 
+ifeq ($(FOUNDATION_LIB),apple)
+EOCoreData_INSTALL_DIR = /Library/Frameworks/
+endif
+
 ADDITIONAL_CPP_FLAGS += -Wall -Wno-import -Wno-protocol -O2
 
 libEOCoreData_INCLUDE_DIRS += -I..
index faccdd7485db7317f64b67b4aca0bfc6eb17cf0d..ab3717831919d25b15c06a4986528760fce41fd1 100644 (file)
@@ -146,7 +146,6 @@ libNGExtensions_HEADER_FILES += \
 
 # framework support
 
-
 NGExtensions_HEADER_FILES_DIR = NGExtensions
 NGExtensions_HEADER_FILES = $(libNGExtensions_HEADER_FILES)
 NGExtensions_OBJC_FILES   = $(libNGExtensions_OBJC_FILES)
index 5c3c0fb572a0b9523353b16aee9c3019831c58b7..36baadc9e4610c66499838c65c0e1e27602e404b 100644 (file)
@@ -1,5 +1,9 @@
 # compilation settings
 
+ifeq ($(FOUNDATION_LIB),apple)
+NGExtensions_INSTALL_DIR = /Library/Frameworks/
+endif
+
 ADDITIONAL_INCLUDE_DIRS += \
        -I./NGExtensions/       \
        -I./FdExt.subproj/ -I./EOExt.subproj/
index 25f2e99a14bed69d331600ed40c8d35342b21cf6..e3e00ec4f6b5be7c0533099732cb67501cb61541 100644 (file)
@@ -1,5 +1,9 @@
 # compilation settings
 
+ifeq ($(FOUNDATION_LIB),apple)
+NGStreams_INSTALL_DIR = /Library/Frameworks/
+endif
+
 libNGStreams_INCLUDE_DIRS += \
        -I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \
        -INGStreams             \