Removed graphical library flags now moved into the libraries

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-29 19:35:04 +00:00
parent e397063090
commit 94a3edabbb

View file

@ -79,18 +79,10 @@ ifndef objc_threaded
objc_threaded:=@objc_threaded@
endif
#
# Graphic and X Window System headers and libraries
#
GRAPHIC_LIBS=@GRAPHIC_LIBS@
GRAPHIC_CFLAGS=@GRAPHIC_CFLAGS@
GRAPHIC_LFLAGS=@GRAPHIC_LFLAGS@
X_PRE_LIBS=@X_PRE_LIBS@
# Any user specified libs, like thread libraries
CONFIG_SYSTEM_INCL = @CPPFLAGS@
CONFIG_SYSTEM_LIBS = @LIBS@
CONFIG_SYSTEM_DEFS = @SYSTEM_DEFS@ @DPS_DEFINE@
CONFIG_SYSTEM_DEFS =
## Local variables:
## mode: makefile