athos@36: CXXFLAGS = -Wall -ansi -g athos@36: CXX = g++-3.0 athos@36: athos@201: pf_demo: pf_demo.cc ../marci_graph_traits.hh ../list_graph.hh ../marci_property_vector.hh preflow_push.hh reverse_bfs.hh athos@36: $(CXX) $(CXXFLAGS) -I. -I.. pf_demo.cc -o pf_demo athos@36: athos@36: