COIN-OR::LEMON - Graph Library

source: lemon-main/demo/Makefile.am @ 399:5a7dbeaed70e

Last change on this file since 399:5a7dbeaed70e was 399: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
RevLine 
[1]1EXTRA_DIST += \
[164]2        demo/CMakeLists.txt \
[399]3        demo/circulation-input.lgf \
[164]4        demo/digraph.lgf
[1]5
6if WANT_DEMO
7
[85]8noinst_PROGRAMS += \
[135]9        demo/arg_parser_demo \
[399]10        demo/circulation_demo \
[135]11        demo/graph_to_eps_demo \
[127]12        demo/lgf_demo
[1]13
14endif WANT_DEMO
[85]15
16demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
[399]17demo_circulation_demo_SOURCES = demo/circulation_demo.cc
[135]18demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
[127]19demo_lgf_demo_SOURCES = demo/lgf_demo.cc
Note: See TracBrowser for help on using the repository browser.