[Sumover-dev] [svn commit] r4316 - vic/branches/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Nov 13 18:19:31 GMT 2008


Author: soohyunc
Date: Thu Nov 13 18:19:31 2008
New Revision: 4316

Modified:
   vic/branches/cc/Makefile.in

Log:
when typing "make clean", the object files in "cc" directory are now cleaned.



Modified: vic/branches/cc/Makefile.in
==============================================================================
--- vic/branches/cc/Makefile.in	(original)
+++ vic/branches/cc/Makefile.in	Thu Nov 13 18:19:31 2008
@@ -369,7 +369,8 @@
 		tk.tcl vic_tcl.c h261_play_tcl.c tmp.c \
 		vic vic.dyn vic.xil h261_play h261_dump jpeg_play cb_wish \
 		mkcube rgb-cube.ppm yuv-map.ppm cm0.c cm1.c ppmtolut \
-		config.cache config.log domake.* dotar.*
+		config.cache config.log domake.* dotar.* \
+		cc/*.o
 	cd codec/tmn && $(MAKE) clean
 	cd codec/tmndec && $(MAKE) realclean
 	rm -f codec/tmn-x/*.o codec/tmn-x/*.a



More information about the Sumover-dev mailing list