[Lemon-commits] [lemon_svn] ladanyi: r2823 - in hugo/branches/lemon-1.0: . benchmark build-aux demo doc lemon m4 test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:50:38 CET 2006
Author: ladanyi
Date: Tue Jul 4 12:06:24 2006
New Revision: 2823
Added:
hugo/branches/lemon-1.0/Makefile.am
- copied unchanged from r2822, /hugo/trunk/Makefile.am
hugo/branches/lemon-1.0/benchmark/
hugo/branches/lemon-1.0/benchmark/Makefile
- copied unchanged from r2822, /hugo/trunk/benchmark/Makefile
hugo/branches/lemon-1.0/benchmark/Makefile.am
- copied, changed from r2822, /hugo/trunk/benchmark/Makefile.am
hugo/branches/lemon-1.0/bootstrap
- copied unchanged from r2822, /hugo/trunk/bootstrap
hugo/branches/lemon-1.0/build-aux/
hugo/branches/lemon-1.0/configure.ac
- copied, changed from r2822, /hugo/trunk/configure.ac
hugo/branches/lemon-1.0/demo/
hugo/branches/lemon-1.0/demo/Makefile
- copied unchanged from r2822, /hugo/trunk/demo/Makefile
hugo/branches/lemon-1.0/demo/Makefile.am
- copied, changed from r2822, /hugo/trunk/demo/Makefile.am
hugo/branches/lemon-1.0/doc/
hugo/branches/lemon-1.0/doc/Doxyfile.in
- copied unchanged from r2822, /hugo/trunk/doc/Doxyfile.in
hugo/branches/lemon-1.0/doc/Makefile
- copied unchanged from r2822, /hugo/trunk/doc/Makefile
hugo/branches/lemon-1.0/doc/Makefile.am
- copied unchanged from r2822, /hugo/trunk/doc/Makefile.am
hugo/branches/lemon-1.0/lemon/
hugo/branches/lemon-1.0/lemon/Makefile
- copied unchanged from r2822, /hugo/trunk/lemon/Makefile
hugo/branches/lemon-1.0/lemon/Makefile.am
- copied, changed from r2822, /hugo/trunk/lemon/Makefile.am
hugo/branches/lemon-1.0/lemon/config.h.in
- copied unchanged from r2822, /hugo/trunk/lemon/config.h.in
hugo/branches/lemon-1.0/lemon/lemon.pc.in
- copied unchanged from r2822, /hugo/trunk/lemon/lemon.pc.in
hugo/branches/lemon-1.0/m4/
hugo/branches/lemon-1.0/m4/lx_check_cplex.m4
- copied unchanged from r2822, /hugo/trunk/m4/lx_check_cplex.m4
hugo/branches/lemon-1.0/m4/lx_check_glpk.m4
- copied unchanged from r2822, /hugo/trunk/m4/lx_check_glpk.m4
hugo/branches/lemon-1.0/test/
hugo/branches/lemon-1.0/test/Makefile
- copied unchanged from r2822, /hugo/trunk/test/Makefile
hugo/branches/lemon-1.0/test/Makefile.am
- copied, changed from r2822, /hugo/trunk/test/Makefile.am
Log:
Copied the autotools files from trunk and commented them out so that configure and make succeeds.
Copied: hugo/branches/lemon-1.0/benchmark/Makefile.am (from r2822, /hugo/trunk/benchmark/Makefile.am)
==============================================================================
--- /hugo/trunk/benchmark/Makefile.am (original)
+++ hugo/branches/lemon-1.0/benchmark/Makefile.am Tue Jul 4 12:06:24 2006
@@ -1,23 +1,23 @@
-noinst_HEADERS += benchmark/bench_tools.h
+#noinst_HEADERS += benchmark/bench_tools.h
if WANT_BENCHMARK
-noinst_PROGRAMS += \
- benchmark/graph-bench \
- benchmark/hcube \
- benchmark/swap_bipartite_bench \
- benchmark/bfs-bench \
- benchmark/radix_sort-bench \
- benchmark/swap_bipartite_bench
+#noinst_PROGRAMS += \
+# benchmark/graph-bench \
+# benchmark/hcube \
+# benchmark/swap_bipartite_bench \
+# benchmark/bfs-bench \
+# benchmark/radix_sort-bench \
+# benchmark/swap_bipartite_bench
endif WANT_BENCHMARK
-benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
+#benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
-benchmark_hcube_SOURCES = benchmark/hcube.cc
+#benchmark_hcube_SOURCES = benchmark/hcube.cc
-benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
+#benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
-benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
+#benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
-benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
+#benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
Copied: hugo/branches/lemon-1.0/configure.ac (from r2822, /hugo/trunk/configure.ac)
==============================================================================
--- /hugo/trunk/configure.ac (original)
+++ hugo/branches/lemon-1.0/configure.ac Tue Jul 4 12:06:24 2006
@@ -4,7 +4,7 @@
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
-AC_CONFIG_SRCDIR([lemon/list_graph.h])
+dnl AC_CONFIG_SRCDIR([lemon/list_graph.h])
AC_CONFIG_HEADERS([config.h lemon/config.h])
lx_cmdline_cxxflags_set=${CXXFLAGS+set}
@@ -95,11 +95,11 @@
AC_CONFIG_FILES([
Makefile
-lemon.spec
-autopackage/default.apspec
doc/Doxyfile
lemon/lemon.pc
])
+dnl lemon.spec
+dnl autopackage/default.apspec
AC_OUTPUT
Copied: hugo/branches/lemon-1.0/demo/Makefile.am (from r2822, /hugo/trunk/demo/Makefile.am)
==============================================================================
--- /hugo/trunk/demo/Makefile.am (original)
+++ hugo/branches/lemon-1.0/demo/Makefile.am Tue Jul 4 12:06:24 2006
@@ -1,74 +1,74 @@
-EXTRA_DIST += demo/sub_graph_adaptor_demo.dim
+#EXTRA_DIST += demo/sub_graph_adaptor_demo.dim
if WANT_DEMO
-noinst_PROGRAMS += \
- demo/dim_to_dot \
- demo/dijkstra_demo \
- demo/reader_writer_demo \
- demo/dim_to_lgf \
- demo/eps_demo \
- demo/graph_to_eps_demo \
- demo/graph_orientation \
- demo/min_route \
- demo/hello_lemon \
- demo/sub_graph_adaptor_demo \
- demo/descriptor_map_demo \
- demo/coloring \
- demo/grid_ugraph_demo \
- demo/topology_demo \
- demo/simann_maxcut_demo \
- demo/disjoint_paths_demo \
- demo/strongly_connected_orientation
+#noinst_PROGRAMS += \
+# demo/dim_to_dot \
+# demo/dijkstra_demo \
+# demo/reader_writer_demo \
+# demo/dim_to_lgf \
+# demo/eps_demo \
+# demo/graph_to_eps_demo \
+# demo/graph_orientation \
+# demo/min_route \
+# demo/hello_lemon \
+# demo/sub_graph_adaptor_demo \
+# demo/descriptor_map_demo \
+# demo/coloring \
+# demo/grid_ugraph_demo \
+# demo/topology_demo \
+# demo/simann_maxcut_demo \
+# demo/disjoint_paths_demo \
+# demo/strongly_connected_orientation
if HAVE_GLPK
-noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
+#noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
else !HAVE_GLPK
if HAVE_CPLEX
-noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
+#noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo
endif HAVE_CPLEX
endif !HAVE_GLPK
endif WANT_DEMO
-demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
+#demo_dim_to_dot_SOURCES = demo/dim_to_dot.cc
-demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
+#demo_dijkstra_demo_SOURCES = demo/dijkstra_demo.cc
-demo_eps_demo_SOURCES = demo/eps_demo.cc
+#demo_eps_demo_SOURCES = demo/eps_demo.cc
-demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
+#demo_reader_writer_demo_SOURCES = demo/reader_writer_demo.cc
-demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
+#demo_dim_to_lgf_SOURCES = demo/dim_to_lgf.cc
-demo_coloring_SOURCES = demo/coloring.cc
+#demo_coloring_SOURCES = demo/coloring.cc
-demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
+#demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
-demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
+#demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
-demo_graph_orientation_SOURCES = demo/graph_orientation.cc
+#demo_graph_orientation_SOURCES = demo/graph_orientation.cc
-demo_min_route_SOURCES = demo/min_route.cc
+#demo_min_route_SOURCES = demo/min_route.cc
-demo_hello_lemon_SOURCES = demo/hello_lemon.cc
+#demo_hello_lemon_SOURCES = demo/hello_lemon.cc
-demo_sub_graph_adaptor_demo_SOURCES = \
- demo/sub_graph_adaptor_demo.cc \
- demo/tight_edge_filter_map.h
+#demo_sub_graph_adaptor_demo_SOURCES = \
+# demo/sub_graph_adaptor_demo.cc \
+# demo/tight_edge_filter_map.h
-demo_lp_demo_SOURCES = demo/lp_demo.cc
-demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
+#demo_lp_demo_SOURCES = demo/lp_demo.cc
+#demo_lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
-demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
-demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
+#demo_lp_maxflow_demo_SOURCES = demo/lp_maxflow_demo.cc
+#demo_lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
-demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
+#demo_descriptor_map_demo_SOURCES = demo/descriptor_map_demo.cc
-demo_topology_demo_SOURCES = demo/topology_demo.cc
+#demo_topology_demo_SOURCES = demo/topology_demo.cc
-demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
+#demo_simann_maxcut_demo_SOURCES = demo/simann_maxcut_demo.cc
-demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
+#demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
-demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc
+#demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc
Copied: hugo/branches/lemon-1.0/lemon/Makefile.am (from r2822, /hugo/trunk/lemon/Makefile.am)
==============================================================================
--- /hugo/trunk/lemon/Makefile.am (original)
+++ hugo/branches/lemon-1.0/lemon/Makefile.am Tue Jul 4 12:06:24 2006
@@ -1,118 +1,118 @@
pkgconfig_DATA += lemon/lemon.pc
-lib_LTLIBRARIES += lemon/libemon.la
+#lib_LTLIBRARIES += lemon/libemon.la
-lemon_libemon_la_SOURCES = \
- lemon/lp_base.cc \
- lemon/lp_skeleton.cc \
- lemon/base.cc \
- lemon/eps.cc \
- lemon/bits/mingw32_rand.cc \
- lemon/bits/mingw32_time.cc
+#lemon_libemon_la_SOURCES = \
+# lemon/lp_base.cc \
+# lemon/lp_skeleton.cc \
+# lemon/base.cc \
+# lemon/eps.cc \
+# lemon/bits/mingw32_rand.cc \
+# lemon/bits/mingw32_time.cc
-lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
-lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
+#lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
+#lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
if HAVE_GLPK
-lemon_libemon_la_SOURCES += lemon/lp_glpk.cc
+#lemon_libemon_la_SOURCES += lemon/lp_glpk.cc
endif
if HAVE_CPLEX
-lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
+#lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
endif
-lemon_HEADERS += \
- lemon/bellman_ford.h \
- lemon/bezier.h \
- lemon/bfs.h \
- lemon/bin_heap.h \
- lemon/bipartite_matching.h \
- lemon/bpugraph_adaptor.h \
- lemon/bucket_heap.h \
- lemon/color.h \
- lemon/config.h \
- lemon/counter.h \
- lemon/dag_shortest_path.h \
- lemon/dfs.h \
- lemon/dijkstra.h \
- lemon/dimacs.h \
- lemon/edge_set.h \
- lemon/edmonds_karp.h \
- lemon/eps.h \
- lemon/error.h \
- lemon/fib_heap.h \
- lemon/floyd_warshall.h \
- lemon/fredman_tarjan.h \
- lemon/full_graph.h \
- lemon/graph_adaptor.h \
- lemon/graph_reader.h \
- lemon/graph_to_eps.h \
- lemon/graph_utils.h \
- lemon/graph_writer.h \
- lemon/grid_ugraph.h \
- lemon/hypercube_graph.h \
- lemon/iterable_maps.h \
- lemon/johnson.h \
- lemon/kruskal.h \
- lemon/lemon_reader.h \
- lemon/lemon_writer.h \
- lemon/list_graph.h \
- lemon/lp.h \
- lemon/lp_base.h \
- lemon/lp_cplex.h \
- lemon/lp_glpk.h \
- lemon/lp_skeleton.h \
- lemon/map_iterator.h \
- lemon/maps.h \
- lemon/matrix_maps.h \
- lemon/max_matching.h \
- lemon/min_cost_arborescence.h \
- lemon/min_cost_flow.h \
- lemon/min_cut.h \
- lemon/path.h \
- lemon/polynomial.h \
- lemon/preflow.h \
- lemon/prim.h \
- lemon/radix_heap.h \
- lemon/radix_sort.h \
- lemon/refptr.h \
- lemon/simann.h \
- lemon/smart_graph.h \
- lemon/sub_graph.h \
- lemon/suurballe.h \
- lemon/tabu_search.h \
- lemon/time_measure.h \
- lemon/tolerance.h \
- lemon/topology.h \
- lemon/ugraph_adaptor.h \
- lemon/unionfind.h \
- lemon/xy.h
-
-bits_HEADERS += \
- lemon/bits/alteration_notifier.h \
- lemon/bits/array_map.h \
- lemon/bits/base_extender.h \
- lemon/bits/default_map.h \
- lemon/bits/edge_set_extender.h \
- lemon/bits/graph_adaptor_extender.h \
- lemon/bits/graph_extender.h \
- lemon/bits/invalid.h \
- lemon/bits/item_reader.h \
- lemon/bits/item_writer.h \
- lemon/bits/map_extender.h \
- lemon/bits/mingw32_rand.h \
- lemon/bits/mingw32_time.h \
- lemon/bits/traits.h \
- lemon/bits/utility.h \
- lemon/bits/vector_map.h
-
-concept_HEADERS += \
- lemon/concept_check.h \
- lemon/concept/bpugraph.h \
- lemon/concept/graph.h \
- lemon/concept/graph_component.h \
- lemon/concept/heap.h \
- lemon/concept/maps.h \
- lemon/concept/matrix_maps.h \
- lemon/concept/path.h \
- lemon/concept/ugraph.h
+#lemon_HEADERS += \
+# lemon/bellman_ford.h \
+# lemon/bezier.h \
+# lemon/bfs.h \
+# lemon/bin_heap.h \
+# lemon/bipartite_matching.h \
+# lemon/bpugraph_adaptor.h \
+# lemon/bucket_heap.h \
+# lemon/color.h \
+# lemon/config.h \
+# lemon/counter.h \
+# lemon/dag_shortest_path.h \
+# lemon/dfs.h \
+# lemon/dijkstra.h \
+# lemon/dimacs.h \
+# lemon/edge_set.h \
+# lemon/edmonds_karp.h \
+# lemon/eps.h \
+# lemon/error.h \
+# lemon/fib_heap.h \
+# lemon/floyd_warshall.h \
+# lemon/fredman_tarjan.h \
+# lemon/full_graph.h \
+# lemon/graph_adaptor.h \
+# lemon/graph_reader.h \
+# lemon/graph_to_eps.h \
+# lemon/graph_utils.h \
+# lemon/graph_writer.h \
+# lemon/grid_ugraph.h \
+# lemon/hypercube_graph.h \
+# lemon/iterable_maps.h \
+# lemon/johnson.h \
+# lemon/kruskal.h \
+# lemon/lemon_reader.h \
+# lemon/lemon_writer.h \
+# lemon/list_graph.h \
+# lemon/lp.h \
+# lemon/lp_base.h \
+# lemon/lp_cplex.h \
+# lemon/lp_glpk.h \
+# lemon/lp_skeleton.h \
+# lemon/map_iterator.h \
+# lemon/maps.h \
+# lemon/matrix_maps.h \
+# lemon/max_matching.h \
+# lemon/min_cost_arborescence.h \
+# lemon/min_cost_flow.h \
+# lemon/min_cut.h \
+# lemon/path.h \
+# lemon/polynomial.h \
+# lemon/preflow.h \
+# lemon/prim.h \
+# lemon/radix_heap.h \
+# lemon/radix_sort.h \
+# lemon/refptr.h \
+# lemon/simann.h \
+# lemon/smart_graph.h \
+# lemon/sub_graph.h \
+# lemon/suurballe.h \
+# lemon/tabu_search.h \
+# lemon/time_measure.h \
+# lemon/tolerance.h \
+# lemon/topology.h \
+# lemon/ugraph_adaptor.h \
+# lemon/unionfind.h \
+# lemon/xy.h
+
+#bits_HEADERS += \
+# lemon/bits/alteration_notifier.h \
+# lemon/bits/array_map.h \
+# lemon/bits/base_extender.h \
+# lemon/bits/default_map.h \
+# lemon/bits/edge_set_extender.h \
+# lemon/bits/graph_adaptor_extender.h \
+# lemon/bits/graph_extender.h \
+# lemon/bits/invalid.h \
+# lemon/bits/item_reader.h \
+# lemon/bits/item_writer.h \
+# lemon/bits/map_extender.h \
+# lemon/bits/mingw32_rand.h \
+# lemon/bits/mingw32_time.h \
+# lemon/bits/traits.h \
+# lemon/bits/utility.h \
+# lemon/bits/vector_map.h
+
+#concept_HEADERS += \
+# lemon/concept_check.h \
+# lemon/concept/bpugraph.h \
+# lemon/concept/graph.h \
+# lemon/concept/graph_component.h \
+# lemon/concept/heap.h \
+# lemon/concept/maps.h \
+# lemon/concept/matrix_maps.h \
+# lemon/concept/path.h \
+# lemon/concept/ugraph.h
Copied: hugo/branches/lemon-1.0/test/Makefile.am (from r2822, /hugo/trunk/test/Makefile.am)
==============================================================================
--- /hugo/trunk/test/Makefile.am (original)
+++ hugo/branches/lemon-1.0/test/Makefile.am Tue Jul 4 12:06:24 2006
@@ -1,87 +1,87 @@
-EXTRA_DIST += \
- test/preflow_graph.dim \
- test/dijkstra_test.lgf
-
-noinst_HEADERS += \
- test/test_tools.h \
- test/graph_test.h \
- test/map_test.h \
- test/graph_utils_test.h \
- test/heap_test.h
-
-check_PROGRAMS += \
- test/all_pairs_shortest_path_test \
- test/arborescence_test \
- test/bfs_test \
- test/bipartite_matching_test \
- test/counter_test \
- test/dfs_test \
- test/dijkstra_test \
- test/edge_set_test \
- test/graph_adaptor_test \
- test/graph_test \
- test/graph_utils_test \
- test/heap_test \
- test/kruskal_test \
- test/maps_test \
- test/matrix_maps_test \
- test/max_matching_test \
- test/min_cost_flow_test \
- test/path_test \
- test/polynomial_test \
- test/preflow_test \
- test/radix_sort_test \
- test/refptr_test \
- test/simann_test \
- test/suurballe_test \
- test/test_tools_fail \
- test/test_tools_pass \
- test/time_measure_test \
- test/ugraph_test \
- test/unionfind_test \
- test/xy_test
+#EXTRA_DIST += \
+# test/preflow_graph.dim \
+# test/dijkstra_test.lgf
+
+#noinst_HEADERS += \
+# test/test_tools.h \
+# test/graph_test.h \
+# test/map_test.h \
+# test/graph_utils_test.h \
+# test/heap_test.h
+
+#check_PROGRAMS += \
+# test/all_pairs_shortest_path_test \
+# test/arborescence_test \
+# test/bfs_test \
+# test/bipartite_matching_test \
+# test/counter_test \
+# test/dfs_test \
+# test/dijkstra_test \
+# test/edge_set_test \
+# test/graph_adaptor_test \
+# test/graph_test \
+# test/graph_utils_test \
+# test/heap_test \
+# test/kruskal_test \
+# test/maps_test \
+# test/matrix_maps_test \
+# test/max_matching_test \
+# test/min_cost_flow_test \
+# test/path_test \
+# test/polynomial_test \
+# test/preflow_test \
+# test/radix_sort_test \
+# test/refptr_test \
+# test/simann_test \
+# test/suurballe_test \
+# test/test_tools_fail \
+# test/test_tools_pass \
+# test/time_measure_test \
+# test/ugraph_test \
+# test/unionfind_test \
+# test/xy_test
if HAVE_GLPK
-check_PROGRAMS += test/lp_test
+#check_PROGRAMS += test/lp_test
else !HAVE_GLPK
if HAVE_CPLEX
-check_PROGRAMS += test/lp_test
+#check_PROGRAMS += test/lp_test
endif HAVE_CPLEX
endif !HAVE_GLPK
TESTS += $(check_PROGRAMS)
XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
-test_all_pairs_shortest_path_test_SOURCES = test/all_pairs_shortest_path_test.cc
-test_arborescence_test_SOURCES = test/arborescence_test.cc
-test_bfs_test_SOURCES = test/bfs_test.cc
-test_bipartite_matching_test_SOURCES = test/bipartite_matching_test.cc
-test_counter_test_SOURCES = test/counter_test.cc
-test_dfs_test_SOURCES = test/dfs_test.cc
-test_dijkstra_test_SOURCES = test/dijkstra_test.cc
-test_edge_set_test_SOURCES = test/edge_set_test.cc
-test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
-test_graph_test_SOURCES = test/graph_test.cc
-test_graph_utils_test_SOURCES = test/graph_utils_test.cc
-test_heap_test_SOURCES = test/heap_test.cc
-test_kruskal_test_SOURCES = test/kruskal_test.cc
-test_maps_test_SOURCES = test/maps_test.cc
-test_matrix_maps_test_SOURCES = test/matrix_maps_test.cc
-test_max_matching_test_SOURCES = test/max_matching_test.cc
-test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
-test_path_test_SOURCES = test/path_test.cc
-test_polynomial_test_SOURCES = test/polynomial_test.cc
-test_preflow_test_SOURCES = test/preflow_test.cc
-test_radix_sort_test_SOURCES = test/radix_sort_test.cc
-test_refptr_test_SOURCES = test/refptr_test.cc
-test_simann_test_SOURCES = test/simann_test.cc
-test_suurballe_test_SOURCES = test/suurballe_test.cc
-test_test_tools_fail_SOURCES = test/test_tools_fail.cc
-test_test_tools_pass_SOURCES = test/test_tools_pass.cc
-test_time_measure_test_SOURCES = test/time_measure_test.cc
-test_ugraph_test_SOURCES = test/ugraph_test.cc
-test_unionfind_test_SOURCES = test/unionfind_test.cc
-test_xy_test_SOURCES = test/xy_test.cc
+#test_all_pairs_shortest_path_test_SOURCES = test/all_pairs_shortest_path_test.cc
+#test_arborescence_test_SOURCES = test/arborescence_test.cc
+#test_bfs_test_SOURCES = test/bfs_test.cc
+#test_bipartite_matching_test_SOURCES = test/bipartite_matching_test.cc
+#test_counter_test_SOURCES = test/counter_test.cc
+#test_dfs_test_SOURCES = test/dfs_test.cc
+#test_dijkstra_test_SOURCES = test/dijkstra_test.cc
+#test_edge_set_test_SOURCES = test/edge_set_test.cc
+#test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
+#test_graph_test_SOURCES = test/graph_test.cc
+#test_graph_utils_test_SOURCES = test/graph_utils_test.cc
+#test_heap_test_SOURCES = test/heap_test.cc
+#test_kruskal_test_SOURCES = test/kruskal_test.cc
+#test_maps_test_SOURCES = test/maps_test.cc
+#test_matrix_maps_test_SOURCES = test/matrix_maps_test.cc
+#test_max_matching_test_SOURCES = test/max_matching_test.cc
+#test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
+#test_path_test_SOURCES = test/path_test.cc
+#test_polynomial_test_SOURCES = test/polynomial_test.cc
+#test_preflow_test_SOURCES = test/preflow_test.cc
+#test_radix_sort_test_SOURCES = test/radix_sort_test.cc
+#test_refptr_test_SOURCES = test/refptr_test.cc
+#test_simann_test_SOURCES = test/simann_test.cc
+#test_suurballe_test_SOURCES = test/suurballe_test.cc
+#test_test_tools_fail_SOURCES = test/test_tools_fail.cc
+#test_test_tools_pass_SOURCES = test/test_tools_pass.cc
+#test_time_measure_test_SOURCES = test/time_measure_test.cc
+#test_ugraph_test_SOURCES = test/ugraph_test.cc
+#test_unionfind_test_SOURCES = test/unionfind_test.cc
+#test_xy_test_SOURCES = test/xy_test.cc
-test_lp_test_SOURCES = test/lp_test.cc
-test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
+#test_lp_test_SOURCES = test/lp_test.cc
+#test_lp_test_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
More information about the Lemon-commits
mailing list