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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri May 14 01:58:59 BST 2010


Author: soohyunc
Date: Fri May 14 01:58:59 2010
New Revision: 4841

Modified:
   vic/branches/cc/Makefile.in

Log:
better way (more generic way) for source files inclusion in Makefile.



Modified: vic/branches/cc/Makefile.in
==============================================================================
--- vic/branches/cc/Makefile.in	(original)
+++ vic/branches/cc/Makefile.in	Fri May 14 01:58:59 2010
@@ -446,5 +446,5 @@
 	(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
+cc_tools: $(wildcard *.cc)
 	@(cd cc/tools; $(MAKE))



More information about the Sumover-dev mailing list