diff Makefile @ 91:cb6c6de125dc

halfway
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 26 May 2011 14:44:03 +0900
parents 8edae89a3877
children 3731dd016e1b
line wrap: on
line diff
--- a/Makefile	Thu May 19 16:41:21 2011 +0900
+++ b/Makefile	Thu May 26 14:44:03 2011 +0900
@@ -1,6 +1,7 @@
 TARGET = main
 CC = gcc
-SRCS = main.c game.c car.c col.c quotanion.c controler.c field.c camera.c gSprite.c schedule.c mytype.c gFont.c carNode.c linda.c light.c title_scene.c game_time.c linda/lindaapi.c
+SRCS = main.c game.c car.c col.c quotanion.c controler.c field.c camera.c gSprite.c schedule.c mytype.c gFont.c carNode.c light.c title_scene.c game_time.c ps2util.c
+#linda/lindaapi.c linda.c
 OBJS = ${SRCS:.c=.o}
 VU1DIR = vu1code
 
@@ -12,9 +13,9 @@
 INCLUDES = \
 #-I/usr/local/include/libps2a \
 #-I/usr/local/include/ps2util \
--I./Linda
+#-I./Linda
 
-DEFINES = -DDEBUG -DLINDA
+#DEFINES = -DDEBUG -DLINDA
 DEBUGFLAGS = -Wall -g
 #LIBPS2ARC = /usr/local/lib/libps2a.a
 
@@ -54,7 +55,7 @@
 # DO NOT DELETE
 
 main.o: 
-game.o: /Users/e095729/magoroku_racing/Linda/lindaapi.h
+game.o: #/Users/e095729/magoroku_racing/Linda/lindaapi.h
 car.o:
 col.o: 
 quotanion.o:
@@ -66,7 +67,7 @@
 mytype.o:
 gFont.o: 
 carNode.o:
-linda.o: /Users/e095729/magoroku_racing/Linda/lindaapi.h
+linda.o: #/Users/e095729/magoroku_racing/Linda/lindaapi.h
 light.o:
 title_scene.o:
 game_time.o: