From b1d0383c31cc936710fb9099f6d9e86e7eeae569 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 5 Jan 2005 05:04:55 +0000 Subject: made default configurations generic two more flext tutorials fixes for Max headers cleanups updated build system updated tutorials revised the documentation updated for OSX upgraded version number svn path=/trunk/; revision=2465 --- externals/grill/flext/buildsys/gnumake-sub.mak | 34 +++++--------------------- 1 file changed, 6 insertions(+), 28 deletions(-) (limited to 'externals/grill/flext/buildsys/gnumake-sub.mak') diff --git a/externals/grill/flext/buildsys/gnumake-sub.mak b/externals/grill/flext/buildsys/gnumake-sub.mak index 5e1dfc73..a7de50ce 100644 --- a/externals/grill/flext/buildsys/gnumake-sub.mak +++ b/externals/grill/flext/buildsys/gnumake-sub.mak @@ -17,45 +17,23 @@ ifdef USRMAKE include $(USRMAKE) endif -############################## - -ifndef TARGETMODE -ifdef DEBUG - TARGETMODE=debug -else - TARGETMODE=release -endif -endif - -ifndef TARGETTYPE -ifdef SHARED - TARGETTYPE=shared -else -ifdef THREADED - TARGETTYPE=multi -else - TARGETTYPE=single -endif -endif -endif - ############################## # flext-specific definitions -include $(BUILDPATH)gnumake-$(BUILDCLASS).inc - include $(BUILDPATH)gnumake.inc +include $(BUILDPATH)gnumake-$(BUILDCLASS).inc + ############################## # platform-specific make stuff -include $(BUILDPATH)$(PLATFORM)/$(RTSYS)/gnumake-$(COMPILER)-$(BUILDCLASS).inc - include $(BUILDPATH)$(PLATFORM)/$(RTSYS)/gnumake-$(COMPILER).inc +include $(BUILDPATH)$(PLATFORM)/$(RTSYS)/gnumake-$(COMPILER)-$(BUILDCLASS).inc + ############################## # general make stuff -include $(BUILDPATH)$(PLATFORM)/gnumake-$(COMPILER)-$(BUILDCLASS).inc - include $(BUILDPATH)$(PLATFORM)/gnumake-$(COMPILER).inc + +include $(BUILDPATH)$(PLATFORM)/gnumake-$(COMPILER)-$(BUILDCLASS).inc -- cgit v1.2.1