|
From: <kin...@us...> - 2004-02-19 04:07:58
|
Update of /cvsroot/teem/teem/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24222 Modified Files: GNUmakefile Log Message: temporarily nixing miter and gkms bins Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/GNUmakefile,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** GNUmakefile 16 Jan 2004 17:34:25 -0000 1.50 --- GNUmakefile 19 Feb 2004 03:57:52 -0000 1.51 *************** *** 96,102 **** ## {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 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:%=/%)) |