# HG changeset patch # User Claus Gittinger # Date 1363804010 -3600 # Node ID bd3e16b12e119846b782829084f4306fe630701a # Parent 70ef0d5f105cd361e2bfb3226a96e20856ad51a7 removed via FileBrowser diff -r 70ef0d5f105c -r bd3e16b12e11 Make.proto --- a/Make.proto Wed Mar 20 16:43:49 2013 +0100 +++ b/Make.proto Wed Mar 20 19:26:50 2013 +0100 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.260 2013-03-19 13:32:00 stefan Exp $ +# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.261 2013-03-20 18:26:50 cg Exp $ # # DO NOT EDIT # automagically generated from the projectDefinition: stx_libbasic. @@ -44,7 +44,7 @@ LOCALDEFINES= LIBNAME=libstx_libbasic -STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME) +STCLOCALOPT=-lineInfo '-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME) # ********** OPTIONAL: MODIFY the next line *** diff -r 70ef0d5f105c -r bd3e16b12e11 Makefile --- a/Makefile Wed Mar 20 16:43:49 2013 +0100 +++ b/Makefile Wed Mar 20 19:26:50 2013 +0100 @@ -1,19 +1,21 @@ # -# DO NOT EDIT -# -# make uses this file (Makefile) only, if there is no -# file named "makefile" (lower-case m) in the same directory. -# My only task is to generate the real makefile and call make again. -# Thereafter, I am no longer used and needed. +# DO NOT EDIT +# automagically generated from Make.proto (by make mf) # - -.PHONY: run +include ../rules/stdHeader +include ../configurations/COMMON/defines +include ../configurations/vendorConf +include ../configurations/myConf +include ../rules/stdHeader2 +include Make.spec +include Make.proto -run: makefile - $(MAKE) -f makefile +BASE_CONF=osx_x +BASE_CONF_VENDOR=mac +CONF_PACKS= +CONF_TOOLS= -#only needed for the definition of $(TOP) -include Make.proto +include ../rules/stdRules makefile: mf diff -r 70ef0d5f105c -r bd3e16b12e11 lcmake.bat --- a/lcmake.bat Wed Mar 20 16:43:49 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -@REM ------- -@REM make using lcc compiler -@REM type lcmake, and wait... -@REM do not edit - automatically generated from ProjectDefinition -@REM ------- -make.exe -N -f bc.mak USELCC=1 %1 %2 - -