[Lemon-commits] [lemon_svn] marci: r419 - in hugo/trunk/src/work: . marci
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:21 CET 2006
Author: marci
Date: Mon Apr 5 17:02:39 2004
New Revision: 419
Added:
hugo/trunk/src/work/marci/bfs_iterator.h
- copied unchanged from r416, /hugo/trunk/src/work/bfs_iterator.h
hugo/trunk/src/work/marci/edmonds_karp.h
- copied unchanged from r416, /hugo/trunk/src/work/edmonds_karp.h
hugo/trunk/src/work/marci/iterator_bfs_demo.cc
- copied unchanged from r416, /hugo/trunk/src/work/iterator_bfs_demo.cc
Removed:
hugo/trunk/src/work/bfs_iterator.h
hugo/trunk/src/work/edmonds_karp.h
hugo/trunk/src/work/iterator_bfs_demo.cc
Modified:
hugo/trunk/src/work/makefile
Log:
kicsi moveolgatas
Modified: hugo/trunk/src/work/makefile
==============================================================================
--- hugo/trunk/src/work/makefile (original)
+++ hugo/trunk/src/work/makefile Mon Apr 5 17:02:39 2004
@@ -23,7 +23,7 @@
.depend dep depend:
- -$(CXX) $(CXXFLAGS) -M *.cc > .depend
+ -$(CXX) $(CXXFLAGS) -M $(BINARIES:=.cc) > .depend
makefile: .depend
sinclude .depend
More information about the Lemon-commits
mailing list