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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri May 14 00:45:19 BST 2010


Author: soohyunc
Date: Fri May 14 00:45:19 2010
New Revision: 4838

Modified:
   vic/branches/cc/Makefile.in

Log:
changed Makefile.in so that cc/tools can be compiled together with Vic.
likewise, "make clean" and "make distclean" will wipe out the excutables.



Modified: vic/branches/cc/Makefile.in
==============================================================================
--- vic/branches/cc/Makefile.in	(original)
+++ vic/branches/cc/Makefile.in	Fri May 14 00:45:19 2010
@@ -36,7 +36,7 @@
 
 .SUFFIXES: .cpp $(.SUFFIXES)
 
-ALL = @V_ALL@ histtolut
+ALL = @V_ALL@ histtolut cc_tools
 all:	$(ALL)
 
 # Special case for H261 encoder - no optimisation if using linux gcc 2.96
@@ -362,6 +362,7 @@
 	cd codec/tmn && $(MAKE) clean
 	cd codec/tmndec && $(MAKE) realclean
 	rm -f codec/tmn-x/*.o codec/tmn-x/*.a
+	cd cc/tools && $(MAKE) clean
 
 realclean:
 	$(MAKE) clean
@@ -445,3 +446,6 @@
 	(cd codec/tmndec; $(MAKE) CC=$(CC) CCOPT="$(CCOPT)" -f Makefile.lib)
 strip:	vic
 	strip vic
+cc_tools: cc/tools/asv.cc cc/tools/xr_send.cc
+	rm -f $@
+	(cd cc/tools; $(MAKE))



More information about the Sumover-dev mailing list