COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/jacint_makefile @ 24:d7321cdf5664

Last change on this file since 24:d7321cdf5664 was 24:d7321cdf5664, checked in by jacint, 20 years ago

makefile for the flow algorithms by jacint

File size: 447 bytes
Line 
1CCFLAGS = -Wall -ansi
2CXXFLAGS = -Wall -ansi -I. -g
3CC = g++-3.0
4
5proba: 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
6
7        $(CXX) $(CXXFLAGS) -o proba proba.cc
8
9marci_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
10        $(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo
Note: See TracBrowser for help on using the repository browser.