demo/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 04 Dec 2008 10:49:54 +0000
branch1.0
changeset 344 e562b69acbc6
parent 146 4b42aa24ce12
permissions -rw-r--r--
Bugfix in DfsVisit (the same fix as in [9afe81e4c543] for the main br.) #61

- The stop() must be called in DfsVisit if there are no outgoing
arcs from the newly added node
     1 EXTRA_DIST += \
     2 	demo/CMakeLists.txt \
     3 	demo/digraph.lgf
     4 
     5 if WANT_DEMO
     6 
     7 noinst_PROGRAMS += \
     8 	demo/arg_parser_demo \
     9 	demo/graph_to_eps_demo \
    10 	demo/lgf_demo
    11 
    12 endif WANT_DEMO
    13 
    14 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    15 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    16 demo_lgf_demo_SOURCES = demo/lgf_demo.cc