COIN-OR::LEMON - Graph Library

source: lemon-1.0/demo/Makefile.am @ 145:95d905b6e33d

Last change on this file since 145:95d905b6e33d was 135:6e7aee618f03, checked in by Alpar Juttner <alpar@…>, 16 years ago

Merge with graph_to_eps.h & Co.

File size: 306 bytes
RevLine 
[1]1EXTRA_DIST += \
2        demo/Makefile
3
4if WANT_DEMO
5
[85]6noinst_PROGRAMS += \
[135]7        demo/arg_parser_demo \
8        demo/graph_to_eps_demo \
[127]9        demo/lgf_demo
[1]10
11endif WANT_DEMO
[85]12
13demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
[135]14demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
[127]15demo_lgf_demo_SOURCES = demo/lgf_demo.cc
[85]16
Note: See TracBrowser for help on using the repository browser.