A new version is coming.
1.1 --- a/src/work/jacint_makefile Thu Jan 22 17:04:38 2004 +0000
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,8 +0,0 @@
1.4 -CXXFLAGS = -Wall -ansi -I. -g
1.5 -CXX = g++-3.0
1.6 -
1.7 -proba: proba.cc marci_list_graph.hh reverse_bfs.hh preflow_push_hl.hh marci_graph_traits.hh marci_property_vector.hh preflow_push_max_flow.hh
1.8 - $(CXX) $(CXXFLAGS) -o proba proba.cc
1.9 -
1.10 -marci_graph_demo: marci_graph_demo.cc marci_graph_traits.hh marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh
1.11 - $(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo