demo/Makefile.am
branchlemon-1.0
changeset 2647 aa4a3a04fb4c
child 2649 68eaa3e9029d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/demo/Makefile.am	Tue Jul 04 10:06:24 2006 +0000
     1.3 @@ -0,0 +1,74 @@
     1.4 +#EXTRA_DIST += demo/sub_graph_adaptor_demo.dim
     1.5 +
     1.6 +if WANT_DEMO
     1.7 +
     1.8 +#noinst_PROGRAMS += \
     1.9 +#	demo/dim_to_dot \
    1.10 +#	demo/dijkstra_demo \
    1.11 +#	demo/reader_writer_demo \
    1.12 +#	demo/dim_to_lgf \
    1.13 +#	demo/eps_demo \
    1.14 +#	demo/graph_to_eps_demo \
    1.15 +#	demo/graph_orientation \
    1.16 +#	demo/min_route \
    1.17 +#	demo/hello_lemon \
    1.18 +#	demo/sub_graph_adaptor_demo \
    1.19 +#	demo/descriptor_map_demo \
    1.20 +#	demo/coloring \
    1.21 +#	demo/grid_ugraph_demo \
    1.22 +#	demo/topology_demo \
    1.23 +#	demo/simann_maxcut_demo \
    1.24 +#	demo/disjoint_paths_demo \
    1.25 +#	demo/strongly_connected_orientation
    1.26 +
    1.27 +if HAVE_GLPK
    1.28 +#noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
    1.29 +else !HAVE_GLPK
    1.30 +if HAVE_CPLEX
    1.31 +#noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
    1.32 +endif HAVE_CPLEX
    1.33 +endif !HAVE_GLPK
    1.34 +
    1.35 +endif WANT_DEMO
    1.36 +
    1.37 +#demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
    1.38 +
    1.39 +#demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
    1.40 +
    1.41 +#demo_eps_demo_SOURCES = demo/eps_demo.cc
    1.42 +
    1.43 +#demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
    1.44 +
    1.45 +#demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
    1.46 +
    1.47 +#demo_coloring_SOURCES = demo/coloring.cc
    1.48 +
    1.49 +#demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1.50 +
    1.51 +#demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
    1.52 +
    1.53 +#demo_graph_orientation_SOURCES = demo/graph_orientation.cc
    1.54 +
    1.55 +#demo_min_route_SOURCES = demo/min_route.cc
    1.56 +
    1.57 +#demo_hello_lemon_SOURCES = demo/hello_lemon.cc
    1.58 +
    1.59 +#demo_sub_graph_adaptor_demo_SOURCES = \
    1.60 +#	demo/sub_graph_adaptor_demo.cc \
    1.61 +#	demo/tight_edge_filter_map.h
    1.62 +
    1.63 +#demo_lp_demo_SOURCES = demo/lp_demo.cc
    1.64 +#demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.65 +
    1.66 +#demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
    1.67 +#demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.68 +
    1.69 +#demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
    1.70 +
    1.71 +#demo_topology_demo_SOURCES = demo/topology_demo.cc
    1.72 +
    1.73 +#demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
    1.74 +
    1.75 +#demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
    1.76 +
    1.77 +#demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc