demo/Makefile.am
changeset 1526 8c14aa8f27a2
parent 1520 c2c76e4598f6
child 1528 1aa71600000c
equal deleted inserted replaced
1:8f5caeefa366 2:7cebae55cdb8
     3 
     3 
     4 EXTRA_DIST = sub_graph_adaptor_demo.dim
     4 EXTRA_DIST = sub_graph_adaptor_demo.dim
     5 
     5 
     6 noinst_PROGRAMS = \
     6 noinst_PROGRAMS = \
     7 	dim_to_dot \
     7 	dim_to_dot \
       
     8 	dijkstra_demo \
     8 	dim_to_lgf \
     9 	dim_to_lgf \
     9 	graph_to_eps_demo \
    10 	graph_to_eps_demo \
    10 	min_route \
    11 	min_route \
    11 	hello_lemon \
    12 	hello_lemon \
    12 	sub_graph_adaptor_demo \
    13 	sub_graph_adaptor_demo \
    20 endif HAVE_CPLEX
    21 endif HAVE_CPLEX
    21 endif !HAVE_GLPK
    22 endif !HAVE_GLPK
    22 
    23 
    23 
    24 
    24 dim_to_dot_SOURCES = dim_to_dot.cc
    25 dim_to_dot_SOURCES = dim_to_dot.cc
       
    26 
       
    27 dijkstra_demo_SOURCES = dijkstra_demo.cc
    25 
    28 
    26 dim_to_lgf_SOURCES = dim_to_lgf.cc
    29 dim_to_lgf_SOURCES = dim_to_lgf.cc
    27 
    30 
    28 coloring_SOURCES = coloring.cc
    31 coloring_SOURCES = coloring.cc
    29 
    32