Prepare build configuration variables in Makefiles.

Introduce new Makefile variables BUILD_xxx in makeinclude file, generated
by configure. These variables may be used to select files to be compiled,
dependent on the build configuration.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11079 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2016-01-28 23:57:50 +00:00
parent 3b48b22a71
commit 7728bf91e6
2 changed files with 19 additions and 3 deletions
+7 -1
View File
@@ -26,6 +26,13 @@ FL_DSO_VERSION = @FL_DSO_VERSION@
FL_ABI_VERSION = @FL_ABI_VERSION@
FL_VERSION = @FL_VERSION@
# FLTK configuration options
BUILD_GDI = @BUILD_GDI@
BUILD_X11 = @BUILD_X11@
BUILD_XFT = @BUILD_XFT@
USEMMFILES = @USEMMFILES@
# Standard configure variables
prefix = @prefix@
@@ -39,7 +46,6 @@ mandir = @mandir@
srcdir = @srcdir@
docdir = $(datadir)/doc/fltk
VPATH = @srcdir@
USEMMFILES = @USEMMFILES@
# programs we use...
DOXYDOC = @DOXYDOC@