COIN-OR::LEMON - Graph Library

source: lemon/demo/Makefile.am @ 414:5a7dbeaed70e

Last change on this file since 414:5a7dbeaed70e was 414:5a7dbeaed70e, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port Circulation from svn -r3516 (#175)
Namely,

  • port the files
  • apply the migrate script
  • apply the unify script
  • fix the compilation
  • strip the demo input file
  • break long lines
File size: 443 bytes
Line 
1EXTRA_DIST += \
2        demo/CMakeLists.txt \
3        demo/circulation-input.lgf \
4        demo/digraph.lgf
5
6if WANT_DEMO
7
8noinst_PROGRAMS += \
9        demo/arg_parser_demo \
10        demo/circulation_demo \
11        demo/graph_to_eps_demo \
12        demo/lgf_demo
13
14endif WANT_DEMO
15
16demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
17demo_circulation_demo_SOURCES = demo/circulation_demo.cc
18demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
19demo_lgf_demo_SOURCES = demo/lgf_demo.cc
Note: See TracBrowser for help on using the repository browser.