COIN-OR::LEMON - Graph Library

source: lemon-0.x/demo/Makefile.am @ 2657:6e5e6208ed68

lemon-1.0
Last change on this file since 2657:6e5e6208ed68 was 2652:6c02e1ecaa84, checked in by Akos Ladanyi, 18 years ago

Distribute Makefiles.

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