Better configuration, gui will compile without DPS

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-09-03 14:35:49 +00:00
parent dc8d5a7b03
commit 18bffd34b0
8 changed files with 1568 additions and 5 deletions

View file

@ -36,7 +36,7 @@
#
# Things to do before compiling
# before-all::
before-all:: $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/config.h
# Things to do after compiling
# after-all::
@ -73,4 +73,12 @@
#
# GNUstep GUI Library specific targets
#
#
# The config.h file is specific to a target
#
$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/config.h: ../config.status
$(GNUSTEP_MAKEFILES)/mkinstalldirs \
$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \
-mv ../config.h $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)

View file

@ -49,7 +49,8 @@ ADDITIONAL_OBJCFLAGS = -g -Wall
ADDITIONAL_CFLAGS = -g
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS = -I../Headers
ADDITIONAL_INCLUDE_DIRS = -I../Headers\
-I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
# Additional LDFLAGS to pass to the linker
ADDITIONAL_LDFLAGS =