COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/demo/Makefile.am @ 1342:e335eebdae5b

Last change on this file since 1342:e335eebdae5b was 1342:e335eebdae5b, checked in by Balazs Dezso, 19 years ago

Demo program
Dijkstra with reduced lengths

File size: 633 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/src
2LDADD = $(top_builddir)/src/lemon/libemon.la
3EXTRA_DIST = sub_graph_wrapper_demo.dim
4
5noinst_PROGRAMS =       dim_to_dot                                      \
6                        sub_graph_wrapper_demo                          \
7                        graph_to_eps_demo                               \
8                        lp_demo                                         \
9                        dim_to_lgf                                      \
10                        min_route
11
12dim_to_dot_SOURCES = dim_to_dot.cc
13min_route_SOURCES = min_route.cc
14
15sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
16        tight_edge_filter_map.h
17
18graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
19
20lp_demo_LDADD = $(top_builddir)/src/lemon/libemon.la -lglpk
21lp_demo_SOURCES = lp_demo.cc
22
23dim_to_lgf_SOURCES = dim_to_lgf.cc
Note: See TracBrowser for help on using the repository browser.