comparison 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
comparison
equal deleted inserted replaced
90:8edae89a3877 91:cb6c6de125dc
1 TARGET = main 1 TARGET = main
2 CC = gcc 2 CC = gcc
3 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 3 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
4 #linda/lindaapi.c linda.c
4 OBJS = ${SRCS:.c=.o} 5 OBJS = ${SRCS:.c=.o}
5 VU1DIR = vu1code 6 VU1DIR = vu1code
6 7
7 #MPGOBJ = mpg.elf 8 #MPGOBJ = mpg.elf
8 9
10 VU1OBJ = ${VU1DIR}/mpg.elf 11 VU1OBJ = ${VU1DIR}/mpg.elf
11 12
12 INCLUDES = \ 13 INCLUDES = \
13 #-I/usr/local/include/libps2a \ 14 #-I/usr/local/include/libps2a \
14 #-I/usr/local/include/ps2util \ 15 #-I/usr/local/include/ps2util \
15 -I./Linda 16 #-I./Linda
16 17
17 DEFINES = -DDEBUG -DLINDA 18 #DEFINES = -DDEBUG -DLINDA
18 DEBUGFLAGS = -Wall -g 19 DEBUGFLAGS = -Wall -g
19 #LIBPS2ARC = /usr/local/lib/libps2a.a 20 #LIBPS2ARC = /usr/local/lib/libps2a.a
20 21
21 CFLAGS = ${INCLUDES} ${DEFINES} ${DEBUGFLAGS} 22 CFLAGS = ${INCLUDES} ${DEFINES} ${DEBUGFLAGS}
22 23
52 depend: 53 depend:
53 makedepend -- ${CFLAGS} -- ${SRCS} ${MAINSRC} 54 makedepend -- ${CFLAGS} -- ${SRCS} ${MAINSRC}
54 # DO NOT DELETE 55 # DO NOT DELETE
55 56
56 main.o: 57 main.o:
57 game.o: /Users/e095729/magoroku_racing/Linda/lindaapi.h 58 game.o: #/Users/e095729/magoroku_racing/Linda/lindaapi.h
58 car.o: 59 car.o:
59 col.o: 60 col.o:
60 quotanion.o: 61 quotanion.o:
61 field.o: 62 field.o:
62 camera.o: 63 camera.o:
64 schedule.o: 65 schedule.o:
65 demo.o: 66 demo.o:
66 mytype.o: 67 mytype.o:
67 gFont.o: 68 gFont.o:
68 carNode.o: 69 carNode.o:
69 linda.o: /Users/e095729/magoroku_racing/Linda/lindaapi.h 70 linda.o: #/Users/e095729/magoroku_racing/Linda/lindaapi.h
70 light.o: 71 light.o:
71 title_scene.o: 72 title_scene.o:
72 game_time.o: 73 game_time.o: