added bear to include folder
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 1 Aug 2009 20:44:21 +0000 (16:44 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 1 Aug 2009 20:44:21 +0000 (16:44 -0400)
lib/include/bear/Autolock.h [moved from lib/inc/Autolock.h with 100% similarity]
lib/include/bear/Lock.h [moved from lib/inc/Lock.h with 100% similarity]
lib/include/bear/Ticks.h [moved from lib/inc/Ticks.h with 100% similarity]
lib/include/bear/Timer.h [moved from lib/inc/Timer.h with 100% similarity]
lib/include/bear/Vector2.h [moved from lib/inc/Vector2.h with 100% similarity]
lib/include/bear/debug.h [moved from lib/inc/debug.h with 100% similarity]
lib/include/bear/mathw.h [moved from lib/inc/mathw.h with 100% similarity]
lib/vars.mk
tests/src/1/main.cpp
tests/src/printTrace/main.cpp
tests/vars.mk

similarity index 100%
rename from lib/inc/Lock.h
rename to lib/include/bear/Lock.h
similarity index 100%
rename from lib/inc/Ticks.h
rename to lib/include/bear/Ticks.h
similarity index 100%
rename from lib/inc/Timer.h
rename to lib/include/bear/Timer.h
similarity index 100%
rename from lib/inc/Vector2.h
rename to lib/include/bear/Vector2.h
similarity index 100%
rename from lib/inc/debug.h
rename to lib/include/bear/debug.h
similarity index 100%
rename from lib/inc/mathw.h
rename to lib/include/bear/mathw.h
index d739f7d..0bc5a81 100644 (file)
@@ -22,7 +22,7 @@ OBJSDIR_$P := ${CURDIR}${G_OBJSDIR}
 BINDIR_$P  := ${CURDIR}${G_BINDIR}
 
 
-T_INCDIRS_$P := ${SRCSDIR_$P} ${CURDIR}inc/
+T_INCDIRS_$P := ${SRCSDIR_$P} ${CURDIR}include/bear/
     INCFLAGS_$P := $(addprefix -I, ${T_INCDIRS_$P})
 T_INCDIRS_$P :=
 
index 55575e6..c023630 100644 (file)
@@ -1,5 +1,5 @@
 
-#include "debug.h"
+#include "bear/debug.h"
 
 int main()
 {
index 41c12ac..f8c525c 100644 (file)
@@ -1,5 +1,5 @@
 
-#include "debug.h"
+#include "bear/debug.h"
 
 void test()
 {
index b52d8c7..3a08d67 100644 (file)
@@ -10,7 +10,7 @@ OBJSDIR_$P := ${CURDIR}${G_OBJSDIR}
 BINDIR_$P  := ${CURDIR}${G_BINDIR}
 
 # HACK
-T_INCDIRS_$P := lib/inc/
+T_INCDIRS_$P := lib/include/
     INCFLAGS_$P  := $(addprefix -I, ${T_INCDIRS_$P})
 T_INCDIRS_$P := # empty