|
From: Gordon K. <kin...@us...> - 2004-03-29 21:26:53
|
Update of /cvsroot/teem/teem/src/ell In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23166 Modified Files: GNUmakefile Log Message: little tool to help make diagrams of the eigenwheel Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/ell/GNUmakefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** GNUmakefile 7 Jan 2004 15:34:29 -0000 1.12 --- GNUmakefile 29 Mar 2004 21:15:16 -0000 1.13 *************** *** 48,52 **** $(L).PRIVATE_HEADERS = $(L).OBJS = cubicEll.o eigen.o miscEll.o vecEll.o mat.o quat.o genmat.o ! $(L).TESTS = test/sort3 test/invert test/tq #### #### --- 48,52 ---- $(L).PRIVATE_HEADERS = $(L).OBJS = cubicEll.o eigen.o miscEll.o vecEll.o mat.o quat.o genmat.o ! $(L).TESTS = test/sort3 test/invert test/tq test/wheel #### #### |