# HG changeset patch # User Claus Gittinger # Date 1257441002 -3600 # Node ID bc50fe5e8501ccecc896aacad3a0a6a8b6e085a1 # Parent 256a841328dedbd6185beadcc29771635f0e72d9 automatically generated by browser diff -r 256a841328de -r bc50fe5e8501 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)"