Allow library to be compiled without installing supporting libraries.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2726 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-02-04 17:46:08 +00:00
parent 8f9aad2c38
commit 9e5d9ef72b
15 changed files with 78 additions and 25 deletions

View file

@ -25,7 +25,9 @@
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
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
TEST_TOOL_NAME = testpb
@ -35,6 +37,6 @@ testpb_OBJC_FILES = testpb.m
-include GNUmakefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/test-tool.make
include $(GNUSTEP_MAKEFILE_DIR)/test-tool.make
-include GNUmakefile.postamble