equal
deleted
inserted
replaced
6 noinst_PROGRAMS = \ |
6 noinst_PROGRAMS = \ |
7 dim_to_dot \ |
7 dim_to_dot \ |
8 dim_to_lgf \ |
8 dim_to_lgf \ |
9 graph_to_eps_demo \ |
9 graph_to_eps_demo \ |
10 min_route \ |
10 min_route \ |
|
11 hello_lemon \ |
11 sub_graph_adaptor_demo \ |
12 sub_graph_adaptor_demo \ |
12 coloring |
13 coloring |
13 |
14 |
14 if HAVE_GLPK |
15 if HAVE_GLPK |
15 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
16 noinst_PROGRAMS += lp_demo lp_maxflow_demo |
28 |
29 |
29 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
30 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
30 |
31 |
31 min_route_SOURCES = min_route.cc |
32 min_route_SOURCES = min_route.cc |
32 |
33 |
|
34 hello_lemon_SOURCES = hello_lemon.cc |
|
35 |
33 sub_graph_adaptor_demo_SOURCES = \ |
36 sub_graph_adaptor_demo_SOURCES = \ |
34 sub_graph_adaptor_demo.cc \ |
37 sub_graph_adaptor_demo.cc \ |
35 tight_edge_filter_map.h |
38 tight_edge_filter_map.h |
36 |
39 |
37 lp_demo_SOURCES = lp_demo.cc |
40 lp_demo_SOURCES = lp_demo.cc |