aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/gnumake-sub.mak
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2009-04-01 21:13:09 +0000
committerThomas Grill <xovo@users.sourceforge.net>2009-04-01 21:13:09 +0000
commit0ed7a8b68dd73e2b0473b8127aeca99f3bac9061 (patch)
tree5c67818b38a5cc2f9caa5ca7f8640ca356adf02b /externals/grill/flext/buildsys/gnumake-sub.mak
parentbb4c7f6a245394d09dac9adfb2efb093d3d98452 (diff)
cleaned up grill externals - replaced with svn:externals to svn.grrrr.org/ext/trunk/
svn path=/trunk/; revision=10951
Diffstat (limited to 'externals/grill/flext/buildsys/gnumake-sub.mak')
-rw-r--r--externals/grill/flext/buildsys/gnumake-sub.mak44
1 files changed, 0 insertions, 44 deletions
diff --git a/externals/grill/flext/buildsys/gnumake-sub.mak b/externals/grill/flext/buildsys/gnumake-sub.mak
deleted file mode 100644
index 17aa589f..00000000
--- a/externals/grill/flext/buildsys/gnumake-sub.mak
+++ /dev/null
@@ -1,44 +0,0 @@
-# include flext version number
-include $(BUILDPATH)version.inc
-
-# system settings
-include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt
-
-###############################
-# project specific definitions
-
-# package info
-ifneq ($(PKGINFO),)
- include $(PKGINFO)
-endif
-
-# special settings
-ifdef USRCONFIG
- include $(USRCONFIG)
-endif
-
-# package specific make stuff
-ifdef USRMAKE
- include $(USRMAKE)
-endif
-
-##############################
-# flext-specific definitions
-
-include $(BUILDPATH)gnumake.inc
-
-include $(BUILDPATH)gnumake-$(BUILDCLASS).inc
-
-##############################
-# platform-specific make stuff
-
-include $(BUILDPATH)$(PLATFORM)/$(RTSYS)/gnumake-$(COMPILER).inc
-
-include $(BUILDPATH)$(PLATFORM)/$(RTSYS)/gnumake-$(COMPILER)-$(BUILDCLASS).inc
-
-##############################
-# general make stuff
-
-include $(BUILDPATH)$(PLATFORM)/gnumake-$(COMPILER).inc
-
-include $(BUILDPATH)$(PLATFORM)/gnumake-$(COMPILER)-$(BUILDCLASS).inc