demo/Makefile.am
changeset 1971 9a59a6cacfd9
parent 1920 e9e27c5a53bf
child 1979 c2992fd74dad
equal deleted inserted replaced
8:fbdba0fff2ed 9:6b91f5bc3e06
     6 noinst_PROGRAMS = \
     6 noinst_PROGRAMS = \
     7 	dim_to_dot \
     7 	dim_to_dot \
     8 	dijkstra_demo \
     8 	dijkstra_demo \
     9 	reader_writer_demo \
     9 	reader_writer_demo \
    10 	dim_to_lgf \
    10 	dim_to_lgf \
       
    11 	eps_demo \
    11 	graph_to_eps_demo \
    12 	graph_to_eps_demo \
    12 	graph_orientation \
    13 	graph_orientation \
    13 	min_route \
    14 	min_route \
    14 	hello_lemon \
    15 	hello_lemon \
    15 	sub_graph_adaptor_demo \
    16 	sub_graph_adaptor_demo \
    29 
    30 
    30 
    31 
    31 dim_to_dot_SOURCES = dim_to_dot.cc
    32 dim_to_dot_SOURCES = dim_to_dot.cc
    32 
    33 
    33 dijkstra_demo_SOURCES = dijkstra_demo.cc
    34 dijkstra_demo_SOURCES = dijkstra_demo.cc
       
    35 
       
    36 eps_demo_SOURCES = eps_demo.cc
    34 
    37 
    35 reader_writer_demo_SOURCES = reader_writer_demo.cc
    38 reader_writer_demo_SOURCES = reader_writer_demo.cc
    36 
    39 
    37 dim_to_lgf_SOURCES = dim_to_lgf.cc
    40 dim_to_lgf_SOURCES = dim_to_lgf.cc
    38 
    41