tmp removed + make changes
authorPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 16 Jul 2008 03:43:36 +0000 (23:43 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 16 Jul 2008 03:43:36 +0000 (23:43 -0400)
src/GameStates/Makefile
src/Makefile
src/depend.mk
src/newfile.tmp [deleted file]

index 02c0cfd..8940e20 100644 (file)
@@ -9,7 +9,7 @@ CXXFLAGS = -ggdb -Wall -pedantic
 
 LDFLAGS = -lc
 
-SRCS = GameState.cpp
+SRCS = GameState.cpp CreatingPolygon.cpp Paused.cpp Running.cpp
 OBJS = ${SRCS:.cpp=.o}
 
 TARGETS = GameStates.ld
index c25ab1b..6de7bdb 100644 (file)
@@ -7,7 +7,7 @@ LIBS = ${LIBSDL} ${LIBGL}
 CXX = g++
 CXXFLAGS = -ggdb -Wall -pedantic
 
-SRCS = Vector2.cpp ticks.cpp main.cpp game.cpp entityManager.cpp gldraw.cpp graphics.cpp
+SRCS = Vector2.cpp ticks.cpp main.cpp game.cpp entityManager.cpp graphics.cpp
 OBJS = ${SRCS:.cpp=.o}
 
 TARGETS = ../run_physics
index 9eb1e16..c1f7549 100644 (file)
@@ -1,9 +1,9 @@
 Vector2.o: Vector2.cpp Vector2.h mathw.h
 ticks.o: ticks.cpp ticks.h
 main.o: main.cpp game.h ticks.h graphics.h
-game.o: game.cpp game.h
+game.o: game.cpp game.h GameStates/GameState.h GameStates/Running.h \
+  GameStates/GameState.h GameStates/Paused.h GameStates/CreatingPolygon.h
 entityManager.o: entityManager.cpp entityManager.h Entities/Entity.h \
   Entities/../Vector2.h Entities/Particle.h Entities/Entity.h \
   Entities/PhysicsEntity.h
-gldraw.o: gldraw.cpp
-graphics.o: graphics.cpp
+graphics.o: graphics.cpp graphics.h
diff --git a/src/newfile.tmp b/src/newfile.tmp
deleted file mode 100644 (file)
index fe03ba3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-this is a new file, Hello World!