automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Thu, 05 Nov 2009 18:10:02 +0100
changeset 4075 bc50fe5e8501
parent 4074 256a841328de
child 4076 e3679211bd16
automatically generated by browser
Make.proto
--- a/Make.proto	Thu Nov 05 18:09:59 2009 +0100
+++ b/Make.proto	Thu Nov 05 18:10:02 2009 +0100
@@ -1,6 +1,6 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.85 2009-05-07 11:55:51 stefan Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.86 2009-11-05 17:10:02 cg Exp $
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libwidg.
 #
 # Warning: once you modify this file, do not rerun
@@ -30,15 +30,15 @@
 
 REQUIRED_SUPPORT_DIRS=
 
-# if your embedded C code requires any system includes, 
-# add the path(es) here:, 
+# if your embedded C code requires any system includes,
+# add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libbasic
 
 
-# if you need any additional defines for embedded C code, 
-# add them here:, 
+# if you need any additional defines for embedded C code,
+# add them here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALDEFINES=-Dfoo -Dbar -DDEBUG
 LOCALDEFINES=
@@ -63,7 +63,9 @@
 
 all:: preMake classLibRule postMake
 
-pre_objs:: 
+pre_objs::  
+
+
 
 
 
@@ -80,12 +82,12 @@
 postMake:: cleanjunk
 
 prereq: $(REQUIRED_SUPPORT_DIRS)
-	(cd ../libbasic ; $(MAKE))
-	(cd ../libbasic2 ; $(MAKE))
-	(cd ../libview ; $(MAKE))
-	(cd ../libview2 ; $(MAKE))
-	(cd ../libui ; $(MAKE))
-	(cd ../librun ; $(MAKE))
+	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
+	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
+	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
+	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
+	cd ../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
+	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"