[artoolkit-commits] artoolkit/examples Makefile.in,1.2,1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2004-12-01 04:54:49
|
Update of /cvsroot/artoolkit/artoolkit/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12241 Modified Files: Makefile.in Log Message: Add simpleVRML example. Index: Makefile.in =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 22 Nov 2004 03:38:40 -0000 1.2 --- Makefile.in 1 Dec 2004 04:54:41 -0000 1.3 *************** *** 32,35 **** --- 32,36 ---- (cd modeTest; make -f Makefile clean) (cd exview; make -f Makefile clean) + (cd simpleVRML; make -f Makefile clean) allclean: *************** *** 49,51 **** --- 50,53 ---- (cd modeTest; make -f Makefile allclean) (cd exview; make -f Makefile allclean) + (cd simpleVRML; make -f Makefile allclean) rm -f Makefile |