mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 07:01:34 +08:00
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:
+7
-1
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user