|
From: <kin...@us...> - 2004-02-09 07:05:24
|
Update of /cvsroot/teem/teem/src/limn In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28099 Modified Files: GNUmakefile Log Message: added simple OFF to EPS rendering tool Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/limn/GNUmakefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** GNUmakefile 7 Jan 2004 15:34:30 -0000 1.15 --- GNUmakefile 9 Feb 2004 07:02:05 -0000 1.16 *************** *** 48,55 **** $(L).PRIVATE_HEADERS = $(L).OBJS = defaultsLimn.o qn.o light.o env.o cam.o methodsLimn.o obj.o io.o \ ! hestLimn.o transform.o renderLimn.o shapes.o \ splineMisc.o splineMethods.o splineEval.o $(L).TESTS = test/map test/light test/tcam test/tps test/tspline test/tbc \ ! test/tcamanim test/soid #### #### --- 48,55 ---- $(L).PRIVATE_HEADERS = $(L).OBJS = defaultsLimn.o qn.o light.o env.o cam.o methodsLimn.o obj.o io.o \ ! hestLimn.o transform.o shapes.o renderLimn.o \ splineMisc.o splineMethods.o splineEval.o $(L).TESTS = test/map test/light test/tcam test/tps test/tspline test/tbc \ ! test/tcamanim test/soid test/off2eps #### #### |