source:
lemon-0.x/src/work/jacint_makefile
@
31:d93bef0c4ed3
| Last change on this file since 31:d93bef0c4ed3 was 31:d93bef0c4ed3, checked in by , 22 years ago | |
|---|---|
| File size: 423 bytes | |
| Line | |
|---|---|
| 1 | CXXFLAGS = -Wall -ansi -I. -g |
| 2 | CXX = g++-3.0 |
| 3 | |
| 4 | 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 |
| 5 | $(CXX) $(CXXFLAGS) -o proba proba.cc |
| 6 | |
| 7 | 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 |
| 8 | $(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo |
Note: See TracBrowser
for help on using the repository browser.

