Define GNUSTEP_MAKEFILE_DIR for compiling in large package.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2730 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-02-05 15:51:18 +00:00
parent a71b7dc849
commit 955bd04d2b
10 changed files with 44 additions and 20 deletions

View file

@ -23,7 +23,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -41,6 +43,6 @@ DIST_FILES = $(RCS_FILES) $(ADMIN_FILES)
# We don't actually build anything in this directory so
# just include the common makefile rules
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/rules.make
include $(GNUSTEP_MAKEFILE_DIR)/rules.make
-include Makefile.postamble

View file

@ -1,3 +1,9 @@
Thu Feb 5 10:48:35 1998 Adam Fedor <fedor@ultra.doc.com>
* GNUmakefile (GNUSTEP_MAKEFILE_DIR): New variable. Use it to
include makefiles.
* Likewise for all sub-directory GNUmakefile files.
Mon Feb 2 10:11:20 1998 Adam Fedor <fedor@ultra.doc.com>
* Version (GCC_VERSION): Change to 2.8.0

View file

@ -23,7 +23,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -76,7 +78,7 @@ DIST_FILES = $(RCS_FILES) $(TEXT_FILES)
# We don't actually build anything in this directory so
# just include the common makefile rules
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/rules.make
include $(GNUSTEP_MAKEFILE_DIR)/rules.make
-include Makefile.postamble

View file

@ -25,7 +25,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -61,6 +63,6 @@ custom-zone.m
-include Makefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/test-tool.make
include $(GNUSTEP_MAKEFILE_DIR)/test-tool.make
-include Makefile.postamble

View file

@ -25,7 +25,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ./Version
@ -51,6 +53,6 @@ SUBPROJECTS = src Tools doc NSCharacterSets NSTimeZones admin
-include Makefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/aggregate.make
include $(GNUSTEP_MAKEFILE_DIR)/aggregate.make
-include Makefile.postamble

View file

@ -23,7 +23,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -50,6 +52,6 @@ INSTALL_FILES = $(CHARSET_FILES) README.CharSet
# We don't actually build anything in this directory so
# just include the common makefile rules
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/rules.make
include $(GNUSTEP_MAKEFILE_DIR)/rules.make
-include Makefile.postamble

View file

@ -23,7 +23,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -39,6 +41,6 @@ DIST_FILES = GNUmakefile Makefile.postamble $(TIMEZONE_ARCHIVE)
# We don't actually build anything in this directory so
# just include the common makefile rules
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/rules.make
include $(GNUSTEP_MAKEFILE_DIR)/rules.make
-include Makefile.postamble

View file

@ -25,7 +25,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -498,6 +500,6 @@ libgnustep-base_HEADER_FILES = $(NEXTSTEP_HEADERS) $(BASE_HEADERS)
-include Makefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/library.make
include $(GNUSTEP_MAKEFILE_DIR)/library.make
-include Makefile.postamble

View file

@ -25,7 +25,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
include ../Version
include ../config.mak
@ -160,7 +162,7 @@ DIST_FILES = $(SRCS) $(HDRS) $(DYNAMIC_MFILES) $(DYNAMIC_HFILES) \
-include Makefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/test-tool.make
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/bundle.make
include $(GNUSTEP_MAKEFILE_DIR)/test-tool.make
include $(GNUSTEP_MAKEFILE_DIR)/bundle.make
-include Makefile.postamble

View file

@ -23,7 +23,9 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILE_DIR)/common.make
# The application to be compiled
TOOL_NAME = defaults dread dwrite dremove
@ -45,7 +47,7 @@ $(SOURCES) $(HEADERS)
-include Makefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/objc.make
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/tool.make
include $(GNUSTEP_MAKEFILE_DIR)/objc.make
include $(GNUSTEP_MAKEFILE_DIR)/tool.make
-include Makefile.postamble