mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 21:58:51 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@36953 72102866-910b-0410-8b05-ffd578937521
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# -*-makefile-*-
|
|
# Extra make variables for gui library
|
|
#
|
|
|
|
CONFIG_SYSTEM_INCL += @CONFIG_SYSTEM_INCL@
|
|
CONFIG_SYSTEM_LIB_DIR += @CONFIG_SYSTEM_LIB_DIR@
|
|
ADDITIONAL_DEPENDS = @LIBS@
|
|
|
|
# Build speech and sound.
|
|
BUILD_SPEECH=@BUILD_SPEECH@
|
|
BUILD_SOUND=@BUILD_SOUND@
|
|
|
|
# CUPS
|
|
GSCUPS_CFLAGS = @GSCUPS_CFLAGS@
|
|
GSCUPS_LDFLAGS = @GSCUPS_LDFLAGS@
|
|
GSCUPS_LIBS = @GSCUPS_LIBS@
|
|
GSCUPS_DATADIR = @GSCUPS_DATADIR@
|
|
BUILD_GSCUPS = @BUILD_GSCUPS@
|
|
|
|
# Cross compilation
|
|
CROSS_COMPILING = @cross_compiling@
|