COIN-OR::LEMON - Graph Library

source: lemon/demo/Makefile.am @ 127:1c9a9e2f7d4d

Last change on this file since 127:1c9a9e2f7d4d was 127:1c9a9e2f7d4d, checked in by Balazs Dezso <deba@…>, 16 years ago

Redesigned lgf related tools

File size: 228 bytes
Line 
1EXTRA_DIST += \
2        demo/Makefile
3
4if WANT_DEMO
5
6noinst_PROGRAMS += \
7        demo/arg_parser_demo \
8        demo/lgf_demo
9
10endif WANT_DEMO
11
12demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
13demo_lgf_demo_SOURCES = demo/lgf_demo.cc
14
Note: See TracBrowser for help on using the repository browser.