1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/work/jacint_makefile Fri Jan 23 22:26:13 2004 +0000
1.3 @@ -0,0 +1,9 @@
1.4 +CCFLAGS = -Wall -ansi
1.5 +CXXFLAGS = -Wall -ansi -I. -g
1.6 +CC = g++-3.0
1.7 +
1.8 +flow_test: flow_test.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 dijkstra.hh
1.9 + $(CXX) $(CXXFLAGS) -o flow_test flow_test.cc
1.10 +
1.11 +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.12 + $(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo