aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-icc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-06-05 10:27:58 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-06-05 10:27:58 +0000
commit38c62f94d1bc0a65372077797fa95dac5bd85006 (patch)
tree8cd4e66ef238330a7b8a3a2cdf5f08f8c4013d16 /externals/grill/flext/buildsys/lnx/gnumake-icc.inc
parentee4b6fc5eacb14be2a2ce5cf15e06ff1d377a891 (diff)
small changes to flext build system
svn path=/trunk/; revision=3114
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-icc.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-icc.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-icc.inc b/externals/grill/flext/buildsys/lnx/gnumake-icc.inc
index be58fc13..7e665db3 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-icc.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-icc.inc
@@ -1,9 +1,17 @@
##############################################
+ifndef FLEXTINC
FLEXTINC=$(FLEXTPREFIX)/include/flext
+endif
+ifndef FLEXTLIB
FLEXTLIB=$(FLEXTPREFIX)/lib
+endif
+ifndef FLEXTSYS
FLEXTSYS=$(FLEXTPREFIX)/lib/flext
+endif
+ifndef FLEXTBIN
FLEXTBIN=$(FLEXTPREFIX)/bin
+endif
##############################################