demo/Makefile.am
changeset 414 5a7dbeaed70e
parent 164 00d297da491e
child 415 fa341dd6ab23
equal deleted inserted replaced
6:5e9978726898 7:a802e1e7e216
     1 EXTRA_DIST += \
     1 EXTRA_DIST += \
     2 	demo/CMakeLists.txt \
     2 	demo/CMakeLists.txt \
       
     3 	demo/circulation-input.lgf \
     3 	demo/digraph.lgf
     4 	demo/digraph.lgf
     4 
     5 
     5 if WANT_DEMO
     6 if WANT_DEMO
     6 
     7 
     7 noinst_PROGRAMS += \
     8 noinst_PROGRAMS += \
     8 	demo/arg_parser_demo \
     9 	demo/arg_parser_demo \
       
    10 	demo/circulation_demo \
     9 	demo/graph_to_eps_demo \
    11 	demo/graph_to_eps_demo \
    10 	demo/lgf_demo
    12 	demo/lgf_demo
    11 
    13 
    12 endif WANT_DEMO
    14 endif WANT_DEMO
    13 
    15 
    14 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    16 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
       
    17 demo_circulation_demo_SOURCES = demo/circulation_demo.cc
    15 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    18 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    16 demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    19 demo_lgf_demo_SOURCES = demo/lgf_demo.cc