head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2009.07.07.21.00.15; author rse; state Exp; branches; next 1.2; commitid X13BYouAroMN4PUt; 1.2 date 2009.05.26.06.11.27; author rse; state Exp; branches; next 1.1; commitid GuQo100DF96BvlPt; 1.1 date 2008.09.22.06.50.31; author rse; state Exp; branches; next ; commitid lYfR4gR2F4VfDJjt; desc @@ 1.3 log @upgrading package: seed7 05.20090621 -> 05.20090705 @ text @Index: src/makefile --- src/makefile.orig 2009-07-04 13:27:03 +0200 +++ src/makefile 2009-07-07 22:51:38 +0200 @@@@ -4,12 +4,12 @@@@ # make # If you are under windows you should use MinGW with mk_mingw.mak, mk_nmake.mak or mk_msys.mak instead. -# CFLAGS = +CFLAGS = # CFLAGS = -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wswitch-enum -Wcast-qual -Waggregate-return -Wwrite-strings -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar -CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith +# CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -Wall # CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall @@@@ -187,7 +187,7 @@@@ echo "#define SEED7_LIB \"`pwd`/$(SEED7_LIB)\"" >> version.h echo "#define COMP_DATA_LIB \"`pwd`/$(COMP_DATA_LIB)\"" >> version.h echo "#define COMPILER_LIB \"`pwd`/$(COMPILER_LIB)\"" >> version.h - cd ../lib; echo "#define SEED7_LIBRARY" \"`pwd`\" >> ../src/version.h; cd ../src + cd ../lib; echo "#define SEED7_LIBRARY" \"$(SEED7_LIBRARY)\" >> ../src/version.h; cd ../src hi.o: hi.c $(CC) $(CFLAGS) -c hi.c @ 1.2 log @upgrading package: seed7 05.20090510 -> 05.20090524 @ text @d2 3 a4 3 --- src/makefile.orig 2009-05-23 10:30:47 +0200 +++ src/makefile 2009-05-25 19:18:52 +0200 @@@@ -4,10 +4,10 @@@@ d12 2 d19 1 a19 1 @@@@ -185,7 +185,7 @@@@ @ 1.1 log @new package: seed7 05.20080921 (Seed7 Programming Language) @ text @d2 2 a3 2 --- src/makefile.orig 2008-09-21 22:36:27 +0200 +++ src/makefile 2008-09-22 08:47:22 +0200 d14 1 d17 1 a17 2 # CFLAGS = -O2 -funroll-loops -Wall -pg @@@@ -179,7 +179,7 @@@@ @