src/demo/Makefile.am
changeset 1342 e335eebdae5b
parent 1324 eca073533990
child 1349 83388a4aa3af
equal deleted inserted replaced
4:0978f79af3ce 5:752cc8315d5c
     4 
     4 
     5 noinst_PROGRAMS = 	dim_to_dot 					\
     5 noinst_PROGRAMS = 	dim_to_dot 					\
     6 			sub_graph_wrapper_demo 				\
     6 			sub_graph_wrapper_demo 				\
     7 			graph_to_eps_demo 				\
     7 			graph_to_eps_demo 				\
     8 			lp_demo                                         \
     8 			lp_demo                                         \
     9 			dim_to_lgf
     9 			dim_to_lgf					\
       
    10 			min_route
    10 
    11 
    11 dim_to_dot_SOURCES = dim_to_dot.cc
    12 dim_to_dot_SOURCES = dim_to_dot.cc
       
    13 min_route_SOURCES = min_route.cc
    12 
    14 
    13 sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
    15 sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
    14 	tight_edge_filter_map.h
    16 	tight_edge_filter_map.h
    15 
    17 
    16 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    18 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc