A new version is coming.
authorjacint
Fri, 23 Jan 2004 22:22:12 +0000
changeset 3282f6987d6d2e
parent 31 d93bef0c4ed3
child 33 f505c414feb9
A new version is coming.
src/work/jacint_makefile
     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