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:
Adam Fedor 1998-02-05 15:51:18 +00:00
parent a2d73d066a
commit 4471b1d57b
10 changed files with 44 additions and 20 deletions

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