demo/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 21 Nov 2008 14:42:47 +0000
changeset 399 5a7dbeaed70e
parent 164 00d297da491e
child 400 fa341dd6ab23
permissions -rw-r--r--
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
     1 EXTRA_DIST += \
     2 	demo/CMakeLists.txt \
     3 	demo/circulation-input.lgf \
     4 	demo/digraph.lgf
     5 
     6 if WANT_DEMO
     7 
     8 noinst_PROGRAMS += \
     9 	demo/arg_parser_demo \
    10 	demo/circulation_demo \
    11 	demo/graph_to_eps_demo \
    12 	demo/lgf_demo
    13 
    14 endif WANT_DEMO
    15 
    16 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    17 demo_circulation_demo_SOURCES = demo/circulation_demo.cc
    18 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    19 demo_lgf_demo_SOURCES = demo/lgf_demo.cc