src/demo/Makefile.am
changeset 1422 469b3f628dd1
parent 1401 9588dcef6793
equal deleted inserted replaced
11:d4f3319443a0 12:1e0bfa5d76ac
     6 noinst_PROGRAMS = \
     6 noinst_PROGRAMS = \
     7 	dim_to_dot \
     7 	dim_to_dot \
     8 	dim_to_lgf \
     8 	dim_to_lgf \
     9 	graph_to_eps_demo \
     9 	graph_to_eps_demo \
    10 	min_route \
    10 	min_route \
    11 	sub_graph_adaptor_demo
    11 	sub_graph_adaptor_demo \
       
    12 	coloring
    12 
    13 
    13 if HAVE_GLPK
    14 if HAVE_GLPK
    14 noinst_PROGRAMS += lp_demo lp_maxflow_demo
    15 noinst_PROGRAMS += lp_demo lp_maxflow_demo
    15 else !HAVE_GLPK
    16 else !HAVE_GLPK
    16 if HAVE_CPLEX
    17 if HAVE_CPLEX
    21 
    22 
    22 dim_to_dot_SOURCES = dim_to_dot.cc
    23 dim_to_dot_SOURCES = dim_to_dot.cc
    23 
    24 
    24 dim_to_lgf_SOURCES = dim_to_lgf.cc
    25 dim_to_lgf_SOURCES = dim_to_lgf.cc
    25 
    26 
       
    27 coloring_SOURCES = coloring.cc
       
    28 
    26 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    29 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    27 
    30 
    28 min_route_SOURCES = min_route.cc
    31 min_route_SOURCES = min_route.cc
    29 
    32 
    30 sub_graph_adaptor_demo_SOURCES = \
    33 sub_graph_adaptor_demo_SOURCES = \