source:
lemon-0.x/demo/Makefile.am
@
  1795:ed3c253b9c29
        
        | Last change on this file since 1795:ed3c253b9c29 was 1680:4f8b9cee576b, checked in by , 20 years ago | |
|---|---|
| File size: 1.2 KB | |
| Rev | Line | |
|---|---|---|
| [1435] | 1 | AM_CPPFLAGS = -I$(top_srcdir) | 
| 2 | LDADD = $(top_builddir)/lemon/libemon.la | |
| [1349] | 3 | |
| [1401] | 4 | EXTRA_DIST = sub_graph_adaptor_demo.dim | 
| [934] | 5 | |
| [1349] | 6 | noinst_PROGRAMS = \ | 
| 7 | dim_to_dot \ | |
| [1526] | 8 | dijkstra_demo \ | 
| [1528] | 9 | reader_writer_demo \ | 
| [1349] | 10 | dim_to_lgf \ | 
| 11 | graph_to_eps_demo \ | |
| [1678] | 12 | graph_orientation \ | 
| [1349] | 13 | min_route \ | 
| [1520] | 14 | hello_lemon \ | 
| [1422] | 15 | sub_graph_adaptor_demo \ | 
| [1554] | 16 | descriptor_map_demo \ | 
| [1680] | 17 | coloring \ | 
| 18 | grid_graph_demo | |
| [1349] | 19 | |
| 20 | if HAVE_GLPK | |
| [1361] | 21 | noinst_PROGRAMS += lp_demo lp_maxflow_demo | 
| [1381] | 22 | else !HAVE_GLPK | 
| 23 | if HAVE_CPLEX | |
| 24 | noinst_PROGRAMS += lp_demo lp_maxflow_demo | |
| 25 | endif HAVE_CPLEX | |
| 26 | endif !HAVE_GLPK | |
| 27 | ||
| [934] | 28 | |
| 29 | dim_to_dot_SOURCES = dim_to_dot.cc | |
| 30 | ||
| [1526] | 31 | dijkstra_demo_SOURCES = dijkstra_demo.cc | 
| 32 | ||
| [1528] | 33 | reader_writer_demo_SOURCES = reader_writer_demo.cc | 
| 34 | ||
| [1349] | 35 | dim_to_lgf_SOURCES = dim_to_lgf.cc | 
| [1073] | 36 | |
| [1422] | 37 | coloring_SOURCES = coloring.cc | 
| 38 | ||
| [1296] | 39 | graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc | 
| 40 | ||
| [1680] | 41 | grid_graph_demo_SOURCES = grid_graph_demo.cc | 
| 42 | ||
| [1678] | 43 | graph_orientation_SOURCES = graph_orientation.cc | 
| 44 | ||
| [1349] | 45 | min_route_SOURCES = min_route.cc | 
| 46 | ||
| [1520] | 47 | hello_lemon_SOURCES = hello_lemon.cc | 
| 48 | ||
| [1401] | 49 | sub_graph_adaptor_demo_SOURCES = \ | 
| 50 | sub_graph_adaptor_demo.cc \ | |
| [1349] | 51 | tight_edge_filter_map.h | 
| 52 | ||
| [1322] | 53 | lp_demo_SOURCES = lp_demo.cc | 
| [1387] | 54 | lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) | 
| [1361] | 55 | |
| [1362] | 56 | lp_maxflow_demo_SOURCES = lp_maxflow_demo.cc | 
| [1387] | 57 | lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) | 
| [1554] | 58 | |
| 59 | descriptor_map_demo_SOURCES = descriptor_map_demo.cc | 
Note: See TracBrowser
        for help on using the repository browser.
    

