comparison Renderer/Test/Makefile.macosx @ 1029:22d7263cec2d

copy script add.
author tkaito
date Mon, 15 Nov 2010 22:39:25 +0900
parents d1700a13513f
children
comparison
equal deleted inserted replaced
1028:3191cae6f7a2 1029:22d7263cec2d
11 $(CC) $(CFLAGS) -c $< -o $@ 11 $(CC) $(CFLAGS) -c $< -o $@
12 12
13 %.pb.cc: $(PROTODIR)/%.proto 13 %.pb.cc: $(PROTODIR)/%.proto
14 $(PROTO) $(PROTOFLAGS) $< 14 $(PROTO) $(PROTOFLAGS) $<
15 15
16 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium network init_aquarium test_linda 16 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium network init_aquarium test_linda
17 17
18 oFLAGS=-g -O2 18 oFLAGS=-g -O2
19 CFLAGt=-g -O2 19 CFLAGt=-g -O2
20 all: $(ALL) 20 all: $(ALL)
21 21
101 101
102 TEST_LINDA_OBJ = aquarium.pb.o test_linda.o 102 TEST_LINDA_OBJ = aquarium.pb.o test_linda.o
103 test_linda : $(TEST_LINDA_OBJ) 103 test_linda : $(TEST_LINDA_OBJ)
104 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS) 104 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
105 105
106
106 run: $(TARGET) 107 run: $(TARGET)
107 sudo ./$(TARGET) -width 576 -height 384 -bpp 32 108 sudo ./$(TARGET) -width 576 -height 384 -bpp 32
108 109
109 debug: $(TARGET) 110 debug: $(TARGET)
110 sudo ppu-gdb ./$(TARGET) 111 sudo ppu-gdb ./$(TARGET)