|
From: Gordon K. <kin...@us...> - 2004-03-22 22:00:14
|
Update of /cvsroot/teem/teem/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4904 Modified Files: GNUmakefile Log Message: added coil to teem lib list Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/GNUmakefile,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** GNUmakefile 26 Feb 2004 06:27:32 -0000 1.52 --- GNUmakefile 22 Mar 2004 21:49:54 -0000 1.53 *************** *** 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 #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 --- 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 coil ! NUMS = 0 1 2 3 4 5 6 7 8 9 A B C D E F G ! RNUMS = G 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 |