From 88e923c48d1e1824784d930811484adf1166ebef Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Sun, 22 Oct 2023 13:49:51 -0400 Subject: [PATCH] Update GNUmakefiles in Palettes --- .../Gorm/Palettes/0Menus/GNUmakefile.preamble | 12 ++++++------ .../Gorm/Palettes/1Windows/GNUmakefile.preamble | 12 ++++++------ .../Gorm/Palettes/2Controls/GNUmakefile.preamble | 12 ++++++------ .../Gorm/Palettes/3Containers/GNUmakefile.preamble | 12 ++++++------ .../Gorm/Palettes/4Data/GNUmakefile.preamble | 12 ++++++------ 5 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Applications/Gorm/Palettes/0Menus/GNUmakefile.preamble b/Applications/Gorm/Palettes/0Menus/GNUmakefile.preamble index 99340ff2..b84b583b 100644 --- a/Applications/Gorm/Palettes/0Menus/GNUmakefile.preamble +++ b/Applications/Gorm/Palettes/0Menus/GNUmakefile.preamble @@ -3,17 +3,17 @@ ADDITIONAL_INCLUDE_DIRS += -I../../../.. ifeq ($(GNUSTEP_TARGET_OS),mingw32) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework ADDITIONAL_GUI_LIBS += -lInterfaceBuilder -lGormCore endif ifeq ($(GNUSTEP_TARGET_OS),cygwin) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework $(PALETTE_NAME)_LIBRARIES_DEPEND_UPON += -lInterfaceBuilder -lGormCore endif \ No newline at end of file diff --git a/Applications/Gorm/Palettes/1Windows/GNUmakefile.preamble b/Applications/Gorm/Palettes/1Windows/GNUmakefile.preamble index 99340ff2..b84b583b 100644 --- a/Applications/Gorm/Palettes/1Windows/GNUmakefile.preamble +++ b/Applications/Gorm/Palettes/1Windows/GNUmakefile.preamble @@ -3,17 +3,17 @@ ADDITIONAL_INCLUDE_DIRS += -I../../../.. ifeq ($(GNUSTEP_TARGET_OS),mingw32) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework ADDITIONAL_GUI_LIBS += -lInterfaceBuilder -lGormCore endif ifeq ($(GNUSTEP_TARGET_OS),cygwin) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework $(PALETTE_NAME)_LIBRARIES_DEPEND_UPON += -lInterfaceBuilder -lGormCore endif \ No newline at end of file diff --git a/Applications/Gorm/Palettes/2Controls/GNUmakefile.preamble b/Applications/Gorm/Palettes/2Controls/GNUmakefile.preamble index 99340ff2..b84b583b 100644 --- a/Applications/Gorm/Palettes/2Controls/GNUmakefile.preamble +++ b/Applications/Gorm/Palettes/2Controls/GNUmakefile.preamble @@ -3,17 +3,17 @@ ADDITIONAL_INCLUDE_DIRS += -I../../../.. ifeq ($(GNUSTEP_TARGET_OS),mingw32) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework ADDITIONAL_GUI_LIBS += -lInterfaceBuilder -lGormCore endif ifeq ($(GNUSTEP_TARGET_OS),cygwin) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework $(PALETTE_NAME)_LIBRARIES_DEPEND_UPON += -lInterfaceBuilder -lGormCore endif \ No newline at end of file diff --git a/Applications/Gorm/Palettes/3Containers/GNUmakefile.preamble b/Applications/Gorm/Palettes/3Containers/GNUmakefile.preamble index 99340ff2..b84b583b 100644 --- a/Applications/Gorm/Palettes/3Containers/GNUmakefile.preamble +++ b/Applications/Gorm/Palettes/3Containers/GNUmakefile.preamble @@ -3,17 +3,17 @@ ADDITIONAL_INCLUDE_DIRS += -I../../../.. ifeq ($(GNUSTEP_TARGET_OS),mingw32) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework ADDITIONAL_GUI_LIBS += -lInterfaceBuilder -lGormCore endif ifeq ($(GNUSTEP_TARGET_OS),cygwin) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework $(PALETTE_NAME)_LIBRARIES_DEPEND_UPON += -lInterfaceBuilder -lGormCore endif \ No newline at end of file diff --git a/Applications/Gorm/Palettes/4Data/GNUmakefile.preamble b/Applications/Gorm/Palettes/4Data/GNUmakefile.preamble index 99340ff2..b84b583b 100644 --- a/Applications/Gorm/Palettes/4Data/GNUmakefile.preamble +++ b/Applications/Gorm/Palettes/4Data/GNUmakefile.preamble @@ -3,17 +3,17 @@ ADDITIONAL_INCLUDE_DIRS += -I../../../.. ifeq ($(GNUSTEP_TARGET_OS),mingw32) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework ADDITIONAL_GUI_LIBS += -lInterfaceBuilder -lGormCore endif ifeq ($(GNUSTEP_TARGET_OS),cygwin) ADDITIONAL_LIB_DIRS += \ - -L../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ - -L../../../GormCore/GormCore.framework + -L../../../../InterfaceBuilder/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormObjCHeaderParser/$(GNUSTEP_OBJ_DIR) \ + -L../../../../GormCore/GormCore.framework $(PALETTE_NAME)_LIBRARIES_DEPEND_UPON += -lInterfaceBuilder -lGormCore endif \ No newline at end of file