aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/gnumake-sub.mak
diff options
context:
space:
mode:
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