[Lemon-commits] [lemon_svn] klao: r803 - in hugo/trunk/src/work: . klao
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:35 CET 2006
Author: klao
Date: Wed May 12 00:49:13 2004
New Revision: 803
Modified:
hugo/trunk/src/work/bin_heap_demo.cc
hugo/trunk/src/work/klao/Makefile
hugo/trunk/src/work/klao/iter_map_test.cc
hugo/trunk/src/work/klao/map_test.cc
hugo/trunk/src/work/makefile
Log:
#include <hugo/...>
Modified: hugo/trunk/src/work/bin_heap_demo.cc
==============================================================================
--- hugo/trunk/src/work/bin_heap_demo.cc (original)
+++ hugo/trunk/src/work/bin_heap_demo.cc Wed May 12 00:49:13 2004
@@ -1,8 +1,9 @@
#include <iostream>
-#include <bin_heap.h>
#include <string>
#include <map>
+#include <hugo/bin_heap.h>
+
using namespace hugo;
using namespace std;
Modified: hugo/trunk/src/work/klao/Makefile
==============================================================================
--- hugo/trunk/src/work/klao/Makefile (original)
+++ hugo/trunk/src/work/klao/Makefile Wed May 12 00:49:13 2004
@@ -1,4 +1,4 @@
BINARIES = path_test map_test iter_map_test
-INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,johanna,akos}
+INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos}
include ../makefile
Modified: hugo/trunk/src/work/klao/iter_map_test.cc
==============================================================================
--- hugo/trunk/src/work/klao/iter_map_test.cc (original)
+++ hugo/trunk/src/work/klao/iter_map_test.cc Wed May 12 00:49:13 2004
@@ -1,5 +1,5 @@
#include <iter_map.h>
-#include <maps.h>
+#include <hugo/maps.h>
#include <iostream>
Modified: hugo/trunk/src/work/klao/map_test.cc
==============================================================================
--- hugo/trunk/src/work/klao/map_test.cc (original)
+++ hugo/trunk/src/work/klao/map_test.cc Wed May 12 00:49:13 2004
@@ -1,6 +1,6 @@
#include <iostream>
-#include <maps.h>
+#include <hugo/maps.h>
using namespace std;
using namespace hugo;
Modified: hugo/trunk/src/work/makefile
==============================================================================
--- hugo/trunk/src/work/makefile (original)
+++ hugo/trunk/src/work/makefile Wed May 12 00:49:13 2004
@@ -1,4 +1,4 @@
-INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
+INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
BINARIES ?= bin_heap_demo
More information about the Lemon-commits
mailing list