aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-04-13 00:24:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-04-13 00:24:18 +0000
commit4088fb791ebb50ffead13cbe80d6dd0fc480fc0c (patch)
tree97c048610662144ebedcd6d3dfb738ed95ac74cb /externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
parent9ec07f060e9221707fa1e8f272546b26dc90a1cb (diff)
more correct library versioning
svn path=/trunk/; revision=2750
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
index 5a26af4c..09d77eb7 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
@@ -1,8 +1,16 @@
# build class specific settings
+TARGET=$(TARGETPATH)/$(TARGETNAME)
+INSTTARGET=$(TARGET)
+
INCPATH += -I$(FLEXTINC)
LIBPATH += -L$(FLEXTLIB)
+
+#ifdef SHARED
+#LIBS += -l$(FLEXTNAME).$(FLEXTMAJOR).$(FLEXTMINOR)
+#else
LIBS += -l$(FLEXTNAME)
+#endif
##############################################