COIN-OR::LEMON - Graph Library

source: lemon-1.2/demo/Makefile.am @ 129:e99385bca9fe

Last change on this file since 129:e99385bca9fe was 128:7cd965d2257f, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port graph_to_eps() and Color from svn -r3482.

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