summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-06-10 16:24:39 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-06-10 16:24:39 +0200
commit95165884b67f30d794e963be81d0a6a2adba2d4a (patch)
tree45b0b61e39626c37a508ff67d42df7649215c943 /makeinclude.in
parent3d00b8db4c5537c485e9a3b71a58caeff5a7d906 (diff)
Support cross-compilation with autotools
We use the host system's `fluid` when cross-compiling. This must be executable as `fluid`, i.e. it must be in the PATH or otherwise defined, for instance as an alias.
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/makeinclude.in b/makeinclude.in
index bad8b454f..9069abb70 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -3,17 +3,17 @@
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2018 by Bill Spitzak and others.
+# Copyright 1998-2020 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at:
#
-# http://www.fltk.org/COPYING.php
+# https://www.fltk.org/COPYING.php
#
# Please report all bugs and problems on the following page:
#
-# http://www.fltk.org/str.php
+# https://www.fltk.org/str.php
#
# FLTK version numbers
@@ -122,6 +122,10 @@ THREADS = @THREADS@
# Name of FLUID executable we install
FLUID = @FLUID@$(EXEEXT)
+# Name and/or path of FLUID executable we use for building:
+# depends on the build type (native or cross-compiler)
+FLUID_BUILD = @FLUID_BUILD@
+
# Possible steps for OS X build only
OSX_ONLY = @OSX_ONLY@