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
RevLine 
[934]1AM_CPPFLAGS = -I$(top_srcdir)/src
[1324]2LDADD = $(top_builddir)/src/lemon/libemon.la
[934]3EXTRA_DIST = sub_graph_wrapper_demo.dim
4
[1296]5noinst_PROGRAMS =       dim_to_dot                                      \
6                        sub_graph_wrapper_demo                          \
7                        graph_to_eps_demo                               \
[1322]8                        lp_demo                                         \
[1342]9                        dim_to_lgf                                      \
10                        min_route
[934]11
12dim_to_dot_SOURCES = dim_to_dot.cc
[1342]13min_route_SOURCES = min_route.cc
[934]14
[1322]15sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
16        tight_edge_filter_map.h
[1073]17
[1296]18graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
19
[1324]20lp_demo_LDADD = $(top_builddir)/src/lemon/libemon.la -lglpk
[1322]21lp_demo_SOURCES = lp_demo.cc
22
[1296]23dim_to_lgf_SOURCES = dim_to_lgf.cc
Note: See TracBrowser for help on using the repository browser.