COIN-OR::LEMON - Graph Library

source: lemon-0.x/demo/Makefile.am @ 2649:68eaa3e9029d

lemon-1.0
Last change on this file since 2649:68eaa3e9029d was 2649:68eaa3e9029d, checked in by Akos Ladanyi, 18 years ago

The distcheck and doc targets should work now too.

File size: 1.9 KB
RevLine 
[2649]1EXTRA_DIST +=
2##      demo/sub_graph_adaptor_demo.dim
[2647]3
4if WANT_DEMO
5
[2649]6noinst_PROGRAMS +=
7##      demo/dim_to_dot \
8##      demo/dijkstra_demo \
9##      demo/reader_writer_demo \
10##      demo/dim_to_lgf \
11##      demo/eps_demo \
12##      demo/graph_to_eps_demo \
13##      demo/graph_orientation \
14##      demo/min_route \
15##      demo/hello_lemon \
16##      demo/sub_graph_adaptor_demo \
17##      demo/descriptor_map_demo \
18##      demo/coloring \
19##      demo/grid_ugraph_demo \
20##      demo/topology_demo \
21##      demo/simann_maxcut_demo \
22##      demo/disjoint_paths_demo \
23##      demo/strongly_connected_orientation
[2647]24
25if HAVE_GLPK
[2649]26##noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
[2647]27else !HAVE_GLPK
28if HAVE_CPLEX
[2649]29##noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
[2647]30endif HAVE_CPLEX
31endif !HAVE_GLPK
32
33endif WANT_DEMO
34
[2649]35##demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
[2647]36
[2649]37##demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
[2647]38
[2649]39##demo_eps_demo_SOURCES = demo/eps_demo.cc
[2647]40
[2649]41##demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
[2647]42
[2649]43##demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
[2647]44
[2649]45##demo_coloring_SOURCES = demo/coloring.cc
[2647]46
[2649]47##demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
[2647]48
[2649]49##demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
[2647]50
[2649]51##demo_graph_orientation_SOURCES = demo/graph_orientation.cc
[2647]52
[2649]53##demo_min_route_SOURCES = demo/min_route.cc
[2647]54
[2649]55##demo_hello_lemon_SOURCES = demo/hello_lemon.cc
[2647]56
[2649]57##demo_sub_graph_adaptor_demo_SOURCES = \
58##      demo/sub_graph_adaptor_demo.cc \
59##      demo/tight_edge_filter_map.h
[2647]60
[2649]61##demo_lp_demo_SOURCES = demo/lp_demo.cc
62##demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
[2647]63
[2649]64##demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
65##demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
[2647]66
[2649]67##demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
[2647]68
[2649]69##demo_topology_demo_SOURCES = demo/topology_demo.cc
[2647]70
[2649]71##demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
[2647]72
[2649]73##demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
[2647]74
[2649]75##demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc
Note: See TracBrowser for help on using the repository browser.