demo/Makefile.am
branchlemon-1.0
changeset 2649 68eaa3e9029d
parent 2647 aa4a3a04fb4c
child 2652 6c02e1ecaa84
     1.1 --- a/demo/Makefile.am	Tue Jul 04 10:21:38 2006 +0000
     1.2 +++ b/demo/Makefile.am	Tue Jul 04 11:58:39 2006 +0000
     1.3 @@ -1,74 +1,75 @@
     1.4 -#EXTRA_DIST += demo/sub_graph_adaptor_demo.dim
     1.5 +EXTRA_DIST +=
     1.6 +##	demo/sub_graph_adaptor_demo.dim
     1.7  
     1.8  if WANT_DEMO
     1.9  
    1.10 -#noinst_PROGRAMS += \
    1.11 -#	demo/dim_to_dot \
    1.12 -#	demo/dijkstra_demo \
    1.13 -#	demo/reader_writer_demo \
    1.14 -#	demo/dim_to_lgf \
    1.15 -#	demo/eps_demo \
    1.16 -#	demo/graph_to_eps_demo \
    1.17 -#	demo/graph_orientation \
    1.18 -#	demo/min_route \
    1.19 -#	demo/hello_lemon \
    1.20 -#	demo/sub_graph_adaptor_demo \
    1.21 -#	demo/descriptor_map_demo \
    1.22 -#	demo/coloring \
    1.23 -#	demo/grid_ugraph_demo \
    1.24 -#	demo/topology_demo \
    1.25 -#	demo/simann_maxcut_demo \
    1.26 -#	demo/disjoint_paths_demo \
    1.27 -#	demo/strongly_connected_orientation
    1.28 +noinst_PROGRAMS +=
    1.29 +##	demo/dim_to_dot \
    1.30 +##	demo/dijkstra_demo \
    1.31 +##	demo/reader_writer_demo \
    1.32 +##	demo/dim_to_lgf \
    1.33 +##	demo/eps_demo \
    1.34 +##	demo/graph_to_eps_demo \
    1.35 +##	demo/graph_orientation \
    1.36 +##	demo/min_route \
    1.37 +##	demo/hello_lemon \
    1.38 +##	demo/sub_graph_adaptor_demo \
    1.39 +##	demo/descriptor_map_demo \
    1.40 +##	demo/coloring \
    1.41 +##	demo/grid_ugraph_demo \
    1.42 +##	demo/topology_demo \
    1.43 +##	demo/simann_maxcut_demo \
    1.44 +##	demo/disjoint_paths_demo \
    1.45 +##	demo/strongly_connected_orientation
    1.46  
    1.47  if HAVE_GLPK
    1.48 -#noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
    1.49 +##noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
    1.50  else !HAVE_GLPK
    1.51  if HAVE_CPLEX
    1.52 -#noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
    1.53 +##noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
    1.54  endif HAVE_CPLEX
    1.55  endif !HAVE_GLPK
    1.56  
    1.57  endif WANT_DEMO
    1.58  
    1.59 -#demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
    1.60 +##demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
    1.61  
    1.62 -#demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
    1.63 +##demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
    1.64  
    1.65 -#demo_eps_demo_SOURCES = demo/eps_demo.cc
    1.66 +##demo_eps_demo_SOURCES = demo/eps_demo.cc
    1.67  
    1.68 -#demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
    1.69 +##demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
    1.70  
    1.71 -#demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
    1.72 +##demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
    1.73  
    1.74 -#demo_coloring_SOURCES = demo/coloring.cc
    1.75 +##demo_coloring_SOURCES = demo/coloring.cc
    1.76  
    1.77 -#demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1.78 +##demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1.79  
    1.80 -#demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
    1.81 +##demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
    1.82  
    1.83 -#demo_graph_orientation_SOURCES = demo/graph_orientation.cc
    1.84 +##demo_graph_orientation_SOURCES = demo/graph_orientation.cc
    1.85  
    1.86 -#demo_min_route_SOURCES = demo/min_route.cc
    1.87 +##demo_min_route_SOURCES = demo/min_route.cc
    1.88  
    1.89 -#demo_hello_lemon_SOURCES = demo/hello_lemon.cc
    1.90 +##demo_hello_lemon_SOURCES = demo/hello_lemon.cc
    1.91  
    1.92 -#demo_sub_graph_adaptor_demo_SOURCES = \
    1.93 -#	demo/sub_graph_adaptor_demo.cc \
    1.94 -#	demo/tight_edge_filter_map.h
    1.95 +##demo_sub_graph_adaptor_demo_SOURCES = \
    1.96 +##	demo/sub_graph_adaptor_demo.cc \
    1.97 +##	demo/tight_edge_filter_map.h
    1.98  
    1.99 -#demo_lp_demo_SOURCES = demo/lp_demo.cc
   1.100 -#demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
   1.101 +##demo_lp_demo_SOURCES = demo/lp_demo.cc
   1.102 +##demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
   1.103  
   1.104 -#demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
   1.105 -#demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
   1.106 +##demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
   1.107 +##demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
   1.108  
   1.109 -#demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
   1.110 +##demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
   1.111  
   1.112 -#demo_topology_demo_SOURCES = demo/topology_demo.cc
   1.113 +##demo_topology_demo_SOURCES = demo/topology_demo.cc
   1.114  
   1.115 -#demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
   1.116 +##demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
   1.117  
   1.118 -#demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
   1.119 +##demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
   1.120  
   1.121 -#demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc
   1.122 +##demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc