|
Last change
on this file since 1367:a490662291b9 was
1362:b4330c52caeb,
checked in by Alpar Juttner, 21 years ago
|
- Adding new lp_demo.cc finished
- Several 'unused variable' warnings fixed in 'lp_skeleton.cc'
|
|
File size:
758 bytes
|
| Line | |
|---|
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/src |
|---|
| 2 | LDADD = $(top_builddir)/src/lemon/libemon.la |
|---|
| 3 | |
|---|
| 4 | EXTRA_DIST = sub_graph_wrapper_demo.dim |
|---|
| 5 | |
|---|
| 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 |
|---|
| 14 | noinst_PROGRAMS += lp_demo lp_maxflow_demo |
|---|
| 15 | endif |
|---|
| 16 | |
|---|
| 17 | dim_to_dot_SOURCES = dim_to_dot.cc |
|---|
| 18 | |
|---|
| 19 | dim_to_lgf_SOURCES = dim_to_lgf.cc |
|---|
| 20 | |
|---|
| 21 | graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
|---|
| 22 | |
|---|
| 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 | |
|---|
| 29 | lp_demo_SOURCES = lp_demo.cc |
|---|
| 30 | lp_demo_CXXFLAGS = $(GLPK_CFLAGS) |
|---|
| 31 | lp_demo_LDFLAGS = $(GLPK_LIBS) |
|---|
| 32 | |
|---|
| 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.