mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-21 02:41:15 +00:00
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
19 lines
323 B
Makefile
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@
|
|
|