COIN-OR::LEMON - Graph Library

source: lemon-0.x/demo/Makefile.am @ 2108:f2c532541730

Last change on this file since 2108:f2c532541730 was 2108:f2c532541730, checked in by Akos Ladanyi, 18 years ago

Single makefile.

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