libs-back/config.make.in
Adam Fedor aa0a031904 * configure.ac: Rewrite, avoid setting vars unecessarily. Use
pkg-config if possible. Switch back to xlib/winlib when other backends
don't satisfy dependancies.
* config.make, config.h: Update to match.
* GNUmakefile (SUBPROJECTS): Add Fonts
* Fonts: New folder with default nfont

* Source/x11/GNUmakefile: Remove unneeded file.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20783 72102866-910b-0410-8b05-ffd578937521
2005-02-23 03:47:34 +00:00

19 lines
323 B
Makefile

# -*-makefile-*-
# Extra make variables for backend library
#
WITH_WRASTER=@WITH_WRASTER@
WITH_XFT=@WITH_XFT@
WITH_GLITZ=@WITH_GLITZ@
GRAPHIC_LIBS=@LIBS@
GRAPHIC_CFLAGS=@CPPFLAGS@
GRAPHIC_LFLAGS=@LDFLAGS@
X_PRE_LIBS=@X_PRE_LIBS@
BUILD_SERVER=@BUILD_SERVER@
BUILD_GRAPHICS=@BUILD_GRAPHICS@
BACKEND_NAME=@BACKEND_NAME@