[Lemon-commits] [lemon_svn] ladanyi: r2825 - in hugo/branches/lemon-1.0: . benchmark demo doc doc/icons lemon lemon/bits lemon/concept test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:50:38 CET 2006
Author: ladanyi
Date: Tue Jul 4 13:58:39 2006
New Revision: 2825
Added:
hugo/branches/lemon-1.0/doc/icons/
- copied from r2822, /hugo/trunk/doc/icons/
hugo/branches/lemon-1.0/lemon/bits/
hugo/branches/lemon-1.0/lemon/concept/
Modified:
hugo/branches/lemon-1.0/Makefile.am
hugo/branches/lemon-1.0/benchmark/Makefile.am
hugo/branches/lemon-1.0/demo/Makefile.am
hugo/branches/lemon-1.0/doc/Doxyfile.in
hugo/branches/lemon-1.0/doc/Makefile.am
hugo/branches/lemon-1.0/lemon/Makefile.am
hugo/branches/lemon-1.0/test/Makefile.am
Log:
The distcheck and doc targets should work now too.
Modified: hugo/branches/lemon-1.0/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/Makefile.am (original)
+++ hugo/branches/lemon-1.0/Makefile.am Tue Jul 4 13:58:39 2006
@@ -4,11 +4,11 @@
LDADD = $(top_builddir)/lemon/libemon.la
EXTRA_DIST = \
- LICENSE \
- lemon.spec \
- autopackage/default.apspec.in \
m4/lx_check_cplex.m4 \
m4/lx_check_glpk.m4
+## LICENSE \
+## lemon.spec \
+## autopackage/default.apspec.in
pkgconfigdir = $(libdir)/pkgconfig
lemondir = $(pkgincludedir)
Modified: hugo/branches/lemon-1.0/benchmark/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/benchmark/Makefile.am (original)
+++ hugo/branches/lemon-1.0/benchmark/Makefile.am Tue Jul 4 13:58:39 2006
@@ -1,23 +1,24 @@
-#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
Modified: hugo/branches/lemon-1.0/demo/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/demo/Makefile.am (original)
+++ hugo/branches/lemon-1.0/demo/Makefile.am Tue Jul 4 13:58:39 2006
@@ -1,74 +1,75 @@
-#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
Modified: hugo/branches/lemon-1.0/doc/Doxyfile.in
==============================================================================
--- hugo/branches/lemon-1.0/doc/Doxyfile.in (original)
+++ hugo/branches/lemon-1.0/doc/Doxyfile.in Tue Jul 4 13:58:39 2006
@@ -455,7 +455,7 @@
@abs_top_srcdir@/lemon/bits \
@abs_top_srcdir@/lemon/concept \
@abs_top_srcdir@/demo \
- @abs_top_srcdir@/test/test_tools.h
+# @abs_top_srcdir@/test/test_tools.h
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
Modified: hugo/branches/lemon-1.0/doc/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/doc/Makefile.am (original)
+++ hugo/branches/lemon-1.0/doc/Makefile.am Tue Jul 4 13:58:39 2006
@@ -1,25 +1,25 @@
htmldir = $(datadir)/doc/$(PACKAGE)/html
EXTRA_DIST += \
- doc/html \
- doc/icons/geom/ftv2doc.png \
- doc/icons/geom/ftv2folderclosed.png \
- doc/icons/geom/ftv2folderopen.png \
- doc/coding_style.dox \
- doc/developers_interface.dox \
- doc/dirs.dox \
- doc/getstart.dox \
- doc/graph-adaptors.dox \
- doc/graph_io.dox \
- doc/graphs.dox \
- doc/groups.dox \
- doc/license.dox \
- doc/mainpage.dox \
- doc/maps.dox \
- doc/named-param.dox \
- doc/namespaces.dox \
- doc/quicktour.dox \
- doc/ugraphs.dox
+ doc/html
+## doc/icons/geom/ftv2doc.png \
+## doc/icons/geom/ftv2folderclosed.png \
+## doc/icons/geom/ftv2folderopen.png \
+## doc/coding_style.dox \
+## doc/developers_interface.dox \
+## doc/dirs.dox \
+## doc/getstart.dox \
+## doc/graph-adaptors.dox \
+## doc/graph_io.dox \
+## doc/graphs.dox \
+## doc/groups.dox \
+## doc/license.dox \
+## doc/mainpage.dox \
+## doc/maps.dox \
+## doc/named-param.dox \
+## doc/namespaces.dox \
+## doc/quicktour.dox \
+## doc/ugraphs.dox
doc:
if test ${doxygen_found} = yes; then \
Modified: hugo/branches/lemon-1.0/lemon/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/lemon/Makefile.am (original)
+++ hugo/branches/lemon-1.0/lemon/Makefile.am Tue Jul 4 13:58:39 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
Modified: hugo/branches/lemon-1.0/test/Makefile.am
==============================================================================
--- hugo/branches/lemon-1.0/test/Makefile.am (original)
+++ hugo/branches/lemon-1.0/test/Makefile.am Tue Jul 4 13:58:39 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