Last change
on this file since 1362:b4330c52caeb was
1362:b4330c52caeb,
checked in by Alpar Juttner, 20 years ago
|
- Adding new lp_demo.cc finished
- Several 'unused variable' warnings fixed in 'lp_skeleton.cc'
|
File size:
758 bytes
|
Rev | Line | |
---|
[934] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
[1324] | 2 | LDADD = $(top_builddir)/src/lemon/libemon.la |
---|
[1349] | 3 | |
---|
[934] | 4 | EXTRA_DIST = sub_graph_wrapper_demo.dim |
---|
| 5 | |
---|
[1349] | 6 | noinst_PROGRAMS = \ |
---|
| 7 | dim_to_dot \ |
---|
| 8 | dim_to_lgf \ |
---|
| 9 | graph_to_eps_demo \ |
---|
| 10 | min_route \ |
---|
| 11 | sub_graph_wrapper_demo |
---|
| 12 | |
---|
| 13 | if HAVE_GLPK |
---|
[1361] | 14 | noinst_PROGRAMS += lp_demo lp_maxflow_demo |
---|
[1349] | 15 | endif |
---|
[934] | 16 | |
---|
| 17 | dim_to_dot_SOURCES = dim_to_dot.cc |
---|
| 18 | |
---|
[1349] | 19 | dim_to_lgf_SOURCES = dim_to_lgf.cc |
---|
[1073] | 20 | |
---|
[1296] | 21 | graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
---|
| 22 | |
---|
[1349] | 23 | min_route_SOURCES = min_route.cc |
---|
| 24 | |
---|
| 25 | sub_graph_wrapper_demo_SOURCES = \ |
---|
| 26 | sub_graph_wrapper_demo.cc \ |
---|
| 27 | tight_edge_filter_map.h |
---|
| 28 | |
---|
[1322] | 29 | lp_demo_SOURCES = lp_demo.cc |
---|
[1349] | 30 | lp_demo_CXXFLAGS = $(GLPK_CFLAGS) |
---|
| 31 | lp_demo_LDFLAGS = $(GLPK_LIBS) |
---|
[1361] | 32 | |
---|
[1362] | 33 | lp_maxflow_demo_SOURCES = lp_maxflow_demo.cc |
---|
| 34 | lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) |
---|
| 35 | lp_maxflow_demo_LDFLAGS = $(GLPK_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.