[Lemon-commits] [lemon_svn] alpar: r2891 - in hugo/branches/lemon-1.0: doc lemon lemon/bits

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:51:04 CET 2006


Author: alpar
Date: Thu Aug 10 16:56:36 2006
New Revision: 2891

Added:
   hugo/branches/lemon-1.0/doc/namespaces.dox
      - copied, changed from r2864, /hugo/trunk/doc/namespaces.dox
   hugo/branches/lemon-1.0/lemon/base.cc
      - copied unchanged from r2864, /hugo/trunk/lemon/base.cc
   hugo/branches/lemon-1.0/lemon/bits/invalid.h
      - copied unchanged from r2864, /hugo/trunk/lemon/bits/invalid.h
   hugo/branches/lemon-1.0/lemon/color.cc
      - copied unchanged from r2889, /hugo/trunk/lemon/color.cc
   hugo/branches/lemon-1.0/lemon/color.h
      - copied unchanged from r2889, /hugo/trunk/lemon/color.h
   hugo/branches/lemon-1.0/lemon/tolerance.h
      - copied unchanged from r2868, /hugo/trunk/lemon/tolerance.h
Modified:
   hugo/branches/lemon-1.0/lemon/Makefile.am

Log:
Some clean files added.


Copied: hugo/branches/lemon-1.0/doc/namespaces.dox (from r2864, /hugo/trunk/doc/namespaces.dox)
==============================================================================
--- /hugo/trunk/doc/namespaces.dox	(original)
+++ hugo/branches/lemon-1.0/doc/namespaces.dox	Thu Aug 10 16:56:36 2006
@@ -1,12 +1,12 @@
 /// The namespace of LEMON
 
-/// \todo Some more detailed description would be nice here.
+/// The namespace of LEMON
 ///
 namespace lemon {
 
   /// The namespace of LEMON concepts and concept checking classes
 
-  /// \todo Some more detailed description would be nice here.
+  /// The namespace of LEMON concepts and concept checking classes
   ///
   namespace concept {}
 }

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	Thu Aug 10 16:56:36 2006
@@ -6,10 +6,11 @@
 
 lib_LTLIBRARIES += lemon/libemon.la
 
-lemon_libemon_la_SOURCES =
+lemon_libemon_la_SOURCES = \
 ##	lemon/lp_base.cc \
 ##	lemon/lp_skeleton.cc \
-##	lemon/base.cc \
+	lemon/base.cc \
+	lemon/color.cc
 ##	lemon/eps.cc \
 ##	lemon/bits/mingw32_rand.cc \
 ##	lemon/bits/mingw32_time.cc
@@ -25,7 +26,7 @@
 ##lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
 endif
 
-lemon_HEADERS +=
+lemon_HEADERS += \
 ##	lemon/bellman_ford.h \
 ##	lemon/bezier.h \
 ##	lemon/bfs.h \
@@ -33,7 +34,7 @@
 ##	lemon/bipartite_matching.h \
 ##	lemon/bpugraph_adaptor.h \
 ##	lemon/bucket_heap.h \
-##	lemon/color.h \
+	lemon/color.h \
 ##	lemon/config.h \
 ##	lemon/counter.h \
 ##	lemon/dag_shortest_path.h \
@@ -86,7 +87,7 @@
 ##	lemon/suurballe.h \
 ##	lemon/tabu_search.h \
 ##	lemon/time_measure.h \
-##	lemon/tolerance.h \
+	lemon/tolerance.h
 ##	lemon/topology.h \
 ##	lemon/ugraph_adaptor.h \
 ##	lemon/unionfind.h \
@@ -100,7 +101,7 @@
 ##	lemon/bits/edge_set_extender.h \
 ##	lemon/bits/graph_adaptor_extender.h \
 ##	lemon/bits/graph_extender.h \
-##	lemon/bits/invalid.h \
+	lemon/bits/invalid.h
 ##	lemon/bits/item_reader.h \
 ##	lemon/bits/item_writer.h \
 ##	lemon/bits/map_extender.h \



More information about the Lemon-commits mailing list