mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* GSWeb.framework/GNUmakefile
* GSWExtensions.framework/GNUmakefile * GSWExtensionsGSW.framework/GNUmakefile: Update for GNUSTEP_BUILD_DIR changes in -make. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4d9587f9d
commit
eb5c091a7b
4 changed files with 13 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
|||
2003-11-09 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GSWeb.framework/GNUmakefile
|
||||
* GSWExtensions.framework/GNUmakefile
|
||||
* GSWExtensionsGSW.framework/GNUmakefile: Update for
|
||||
GNUSTEP_BUILD_DIR changes in -make.
|
||||
|
||||
2003-10-22 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GSWeb.framework/GSWAssociation.m: Include limits.h and float.h
|
||||
|
|
|
@ -45,9 +45,9 @@ ifeq ($(gswnames), all)
|
|||
FRAMEWORK_NAME = GSWExtensions GSWExtensions_wo
|
||||
endif
|
||||
|
||||
# Ensure that each framework uses its own GNUSTEP_OBJ_DIR & DERIVED_SRC
|
||||
# Ensure that each framework uses its own GNUSTEP_OBJ_DIR_NAME & DERIVED_SRC
|
||||
ifneq ($(GNUSTEP_INSTANCE),)
|
||||
GNUSTEP_OBJ_DIR := $(GNUSTEP_OBJ_DIR)/$(GNUSTEP_INSTANCE)
|
||||
GNUSTEP_OBJ_DIR_NAME := $(GNUSTEP_OBJ_DIR_NAME)/$(GNUSTEP_INSTANCE)
|
||||
DERIVED_SRC := $(DERIVED_SRC)/$(GNUSTEP_INSTANCE)
|
||||
endif
|
||||
|
||||
|
|
|
@ -45,9 +45,9 @@ ifeq ($(gswnames), all)
|
|||
FRAMEWORK_NAME = GSWExtensionsGSW GSWExtensionsGSW_wo
|
||||
endif
|
||||
|
||||
# Ensure that each framework uses its own GNUSTEP_OBJ_DIR & DERIVED_SRC
|
||||
# Ensure that each framework uses its own GNUSTEP_OBJ_DIR_NAME & DERIVED_SRC
|
||||
ifneq ($(GNUSTEP_INSTANCE),)
|
||||
GNUSTEP_OBJ_DIR := $(GNUSTEP_OBJ_DIR)/$(GNUSTEP_INSTANCE)
|
||||
GNUSTEP_OBJ_DIR_NAME := $(GNUSTEP_OBJ_DIR_NAME)/$(GNUSTEP_INSTANCE)
|
||||
DERIVED_SRC := $(DERIVED_SRC)/$(GNUSTEP_INSTANCE)
|
||||
endif
|
||||
|
||||
|
|
|
@ -47,9 +47,9 @@ ifeq ($(gswnames), all)
|
|||
FRAMEWORK_NAME = GSWeb GSWeb_wo
|
||||
endif
|
||||
|
||||
# Ensure that each framework uses its own GNUSTEP_OBJ_DIR & DERIVED_SRC
|
||||
# Ensure that each framework uses its own GNUSTEP_OBJ_DIR_NAME & DERIVED_SRC
|
||||
ifneq ($(GNUSTEP_INSTANCE),)
|
||||
GNUSTEP_OBJ_DIR := $(GNUSTEP_OBJ_DIR)/$(GNUSTEP_INSTANCE)
|
||||
GNUSTEP_OBJ_DIR_NAME := $(GNUSTEP_OBJ_DIR_NAME)/$(GNUSTEP_INSTANCE)
|
||||
DERIVED_SRC := $(DERIVED_SRC)/$(GNUSTEP_INSTANCE)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue