Removed reference to GNUSTEP_SYSTEM_ROOT

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24538 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-14 04:00:19 +00:00
parent 488d4630ed
commit e0a6d8aa55
2 changed files with 10 additions and 13 deletions

View file

@ -1,3 +1,9 @@
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* target.make (TARGET_LIB_DIR): (MacOS-Server 1.0, OpenStep 4.x):
Variable removed. Use GNUSTEP_LIBRARIES instead to get the same
effect.
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.in (install): Install GNUstep.sh, GNUstep.csh,

View file

@ -205,15 +205,12 @@ ifeq ($(FOUNDATION_LIB), apple)
endif
endif
TARGET_LIB_DIR = \
Library/Libraries/$(GNUSTEP_TARGET_LDIR)
ifneq ($(OBJC_COMPILER), NeXT)
SHARED_LIB_LINK_CMD = \
$(CC) $(SHARED_LD_PREFLAGS) \
-dynamiclib $(ARCH_FLAGS) -dynamic \
-compatibility_version 1 -current_version 1 \
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIB_LINK_FILE) \
-install_name $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)/$(LIB_LINK_FILE) \
$(ALL_LDFLAGS) -o $@ \
-framework Foundation \
-framework System \
@ -227,7 +224,7 @@ SHARED_LIB_LINK_CMD = \
-dynamiclib $(ARCH_FLAGS) -dynamic \
-compatibility_version 1 -current_version 1 \
-read_only_relocs warning -undefined warning \
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIB_LINK_FILE) \
-install_name $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)/$(LIB_LINK_FILE) \
$(ALL_LDFLAGS) -o $@ \
$(INTERNAL_LIBRARIES_DEPEND_UPON) $(LIBRARIES_FOUNDATION_DEPEND_UPON) \
-framework Foundation \
@ -423,14 +420,11 @@ ifeq ($(FOUNDATION_LIB), nx)
endif
endif
TARGET_LIB_DIR = \
Library/Libraries/$(GNUSTEP_TARGET_LDIR)
ifneq ($(OBJC_COMPILER), NeXT)
SHARED_LIB_LINK_CMD = \
/bin/libtool $(SHARED_LD_PREFLAGS) \
-dynamic -read_only_relocs suppress $(ARCH_FLAGS) \
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIB_LINK_FILE) \
-install_name $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)/$(LIB_LINK_FILE) \
$(ALL_LDFLAGS) -o $@ \
-framework System \
$(INTERNAL_LIBRARIES_DEPEND_UPON) $(LIBRARIES_FOUNDATION_DEPEND_UPON) \
@ -441,7 +435,7 @@ else
SHARED_LIB_LINK_CMD = \
/bin/libtool $(SHARED_LD_PREFLAGS) \
-dynamic -read_only_relocs suppress $(ARCH_FLAGS) \
-install_name $(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIB_LINK_FILE) \
-install_name $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)/$(LIB_LINK_FILE) \
$(ALL_LDFLAGS) $@ \
-framework System \
$(INTERNAL_LIBRARIES_DEPEND_UPON) \
@ -494,9 +488,6 @@ ifeq ($(FOUNDATION_LIB), nx)
endif
endif
TARGET_LIB_DIR = \
Library/Libraries/$(GNUSTEP_TARGET_LDIR)
ifneq ($(OBJC_COMPILER), NeXT)
SHARED_LIB_LINK_CMD = \
/bin/libtool $(SHARED_LD_PREFLAGS) -dynamic -read_only_relocs suppress \