comparison Renderer/Test/Makefile.macosx @ 919:1a5de2a29987

add linda_test
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Mon, 26 Jul 2010 00:37:26 +0900
parents e622f27c2808
children d1700a13513f
comparison
equal deleted inserted replaced
904:e622f27c2808 919:1a5de2a29987
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 init_aquarium 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 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
93 93
94 INIT_AQUARIUM_OBJ = aquarium.pb.o init_aquarium.o 94 INIT_AQUARIUM_OBJ = aquarium.pb.o init_aquarium.o
95 init_aquarium : $(INIT_AQUARIUM_OBJ) 95 init_aquarium : $(INIT_AQUARIUM_OBJ)
96 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS) 96 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
97 97
98 TEST_LINDA_OBJ = aquarium.pb.o test_linda.o
99 test_linda : $(TEST_LINDA_OBJ)
100 $(CC) -o $@ $? $(LIBS) $(PROTOLIBS)
101
98 run: $(TARGET) 102 run: $(TARGET)
99 sudo ./$(TARGET) -width 576 -height 384 -bpp 32 103 sudo ./$(TARGET) -width 576 -height 384 -bpp 32
100 104
101 debug: $(TARGET) 105 debug: $(TARGET)
102 sudo ppu-gdb ./$(TARGET) 106 sudo ppu-gdb ./$(TARGET)