|
From: <kin...@us...> - 2004-02-26 06:35:15
|
Update of /cvsroot/teem/teem/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13602 Modified Files: GNUmakefile Log Message: begin valgrind debugging of new miter: bigger, better, stronger, slower Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/GNUmakefile,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** GNUmakefile 19 Feb 2004 03:57:52 -0000 1.51 --- GNUmakefile 26 Feb 2004 06:27:32 -0000 1.52 *************** *** 96,105 **** ## {R}NUM/LIBS: used for craziness below ## ! #LIBS = air hest biff nrrd ell unrrdu dye moss gage bane limn hoover alan echo ten mite ! #NUMS = 0 1 2 3 4 5 6 7 8 9 A B C D E F ! #RNUMS = F E D C B A 9 8 7 6 5 4 3 2 1 0 ! LIBS = air hest biff nrrd ell unrrdu dye moss gage bane limn hoover alan echo ten ! NUMS = 0 1 2 3 4 5 6 7 8 9 A B C D E ! RNUMS = F E D C B A 9 8 7 6 5 4 3 2 1 NUM/LIBS = $(join $(NUMS),$(LIBS:%=/%)) RNUM/LIBS = $(join $(RNUMS),$(LIBS:%=/%)) --- 96,105 ---- ## {R}NUM/LIBS: used for craziness below ## ! LIBS = air hest biff nrrd ell unrrdu dye moss gage bane limn hoover alan echo ten mite ! NUMS = 0 1 2 3 4 5 6 7 8 9 A B C D E F ! RNUMS = F E D C B A 9 8 7 6 5 4 3 2 1 0 ! #LIBS = air hest biff nrrd ell unrrdu dye moss gage bane limn hoover alan echo ten ! #NUMS = 0 1 2 3 4 5 6 7 8 9 A B C D E ! #RNUMS = F E D C B A 9 8 7 6 5 4 3 2 1 NUM/LIBS = $(join $(NUMS),$(LIBS:%=/%)) RNUM/LIBS = $(join $(RNUMS),$(LIBS:%=/%)) |