comparison Renderer/Test/Makefile.macosx @ 585:987380738a50

chain_old
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 26 Oct 2009 09:03:14 +0900
parents 530d189ebf1a
children 1733f3cbfa28
comparison
equal deleted inserted replaced
584:a13373114df4 585:987380738a50
8 .SUFFIXES: .cc .o .xml .xml.h .xml.cc 8 .SUFFIXES: .cc .o .xml .xml.h .xml.cc
9 9
10 .cc.o: 10 .cc.o:
11 $(CC) $(CFLAGS) -c $< -o $@ 11 $(CC) $(CFLAGS) -c $< -o $@
12 12
13 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer 13 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer chain_old
14 all: $(ALL) 14 all: $(ALL)
15 15
16 BALL_BOUND_OBJ = ball_bound.o 16 BALL_BOUND_OBJ = ball_bound.o
17 ball_bound : $(BALL_BOUND_OBJ) 17 ball_bound : $(BALL_BOUND_OBJ)
18 $(CC) -o $@ $? $(LIBS) 18 $(CC) -o $@ $? $(LIBS)
63 63
64 WRITER_OBJ = writer.o 64 WRITER_OBJ = writer.o
65 writer : $(WRITER_OBJ) 65 writer : $(WRITER_OBJ)
66 $(CC) -o $@ $? $(LIBS) 66 $(CC) -o $@ $? $(LIBS)
67 67
68 CHAIN_OBJ = chain_old.o
69 chain_old : $(CHAIN_OBJ)
70 $(CC) -o $@ $? $(LIBS)
71
68 run: $(TARGET) 72 run: $(TARGET)
69 sudo ./$(TARGET) -width 576 -height 384 -bpp 32 73 sudo ./$(TARGET) -width 576 -height 384 -bpp 32
70 74
71 debug: $(TARGET) 75 debug: $(TARGET)
72 sudo ppu-gdb ./$(TARGET) 76 sudo ppu-gdb ./$(TARGET)