include -> hugo mods in leda files
authormarci
Tue, 11 May 2004 20:20:41 +0000
changeset 61631879aac4dc3
parent 615 b6b31b75b522
child 617 dc17013b0e52
include -> hugo mods in leda files
src/work/marci/leda/bipartite_matching_leda.cc
src/work/marci/leda/bipartite_matching_leda_gen.cc
src/work/marci/leda/leda_graph_wrapper.h
src/work/marci/leda/makefile
     1.1 --- a/src/work/marci/leda/bipartite_matching_leda.cc	Tue May 11 19:50:21 2004 +0000
     1.2 +++ b/src/work/marci/leda/bipartite_matching_leda.cc	Tue May 11 20:20:41 2004 +0000
     1.3 @@ -13,12 +13,11 @@
     1.4  #include <list_graph.h>
     1.5  //#include <smart_graph.h>
     1.6  //#include <dimacs.h>
     1.7 -#include <time_measure.h>
     1.8 +#include <hugo/time_measure.h>
     1.9  #include <for_each_macros.h>
    1.10 -//#include <bfs_iterator.h>
    1.11 -#include <graph_wrapper.h>
    1.12 +#include <hugo/graph_wrapper.h>
    1.13  #include <bipartite_graph_wrapper.h>
    1.14 -#include <maps.h>
    1.15 +#include <hugo/maps.h>
    1.16  #include <max_flow.h>
    1.17  
    1.18  /**
     2.1 --- a/src/work/marci/leda/bipartite_matching_leda_gen.cc	Tue May 11 19:50:21 2004 +0000
     2.2 +++ b/src/work/marci/leda/bipartite_matching_leda_gen.cc	Tue May 11 20:20:41 2004 +0000
     2.3 @@ -13,11 +13,11 @@
     2.4  #include <list_graph.h>
     2.5  //#include <smart_graph.h>
     2.6  //#include <dimacs.h>
     2.7 -#include <time_measure.h>
     2.8 +#include <hugo/time_measure.h>
     2.9  #include <for_each_macros.h>
    2.10 -#include <graph_wrapper.h>
    2.11 +#include <hugo/graph_wrapper.h>
    2.12  #include <bipartite_graph_wrapper.h>
    2.13 -#include <maps.h>
    2.14 +#include <hugo/maps.h>
    2.15  #include <max_flow.h>
    2.16  
    2.17  /**
     3.1 --- a/src/work/marci/leda/leda_graph_wrapper.h	Tue May 11 19:50:21 2004 +0000
     3.2 +++ b/src/work/marci/leda/leda_graph_wrapper.h	Tue May 11 20:20:41 2004 +0000
     3.3 @@ -14,7 +14,7 @@
     3.4  //using namespace leda;
     3.5  //#endif
     3.6  
     3.7 -#include <invalid.h>
     3.8 +#include <hugo/invalid.h>
     3.9  
    3.10  /// The namespace of HugoLib
    3.11  namespace hugo {
     4.1 --- a/src/work/marci/leda/makefile	Tue May 11 19:50:21 2004 +0000
     4.2 +++ b/src/work/marci/leda/makefile	Tue May 11 20:20:41 2004 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  CXX2 = g++-2.95
     4.5  CXX3=$(CXX)
     4.6  BOOSTROOT ?= /home/marci/boost
     4.7 -INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I.
     4.8 +INCLUDEDIRS ?= -I. -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I../../..
     4.9  LDFLAGS = -L$(LEDAROOT) -lG -lL -lm
    4.10  
    4.11  BINARIES = bipartite_matching_leda bipartite_matching_leda_gen