Mercurial > hg > Game > Cerium
diff Renderer/Test/Makefile.cell @ 768:06302c1dc87d draft
add add spe/chain_move Test/property_chain, not workd
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sun, 14 Feb 2010 01:23:38 +0900 |
parents | 8aaa29d3e874 |
children | 0ad733bd134a |
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell Sat Feb 13 17:34:26 2010 +0900 +++ b/Renderer/Test/Makefile.cell Sun Feb 14 01:23:38 2010 +0900 @@ -11,7 +11,7 @@ .cc.o: $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ -ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task +ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old all: $(ALL) speobject: @@ -87,6 +87,14 @@ CREATE_TASK_OBJ = create_task.o create_task : $(CREATE_TASK_OBJ) $(CC) -o $@ $? $(LIBS) + +P_UNIVERSE_OBJ = property_universe.o +property_universe : $(P_UNIVERSE_OBJ) + $(CC) -o $@ $? $(LIBS) + +CHAIN_OLD = chain_old.o +chain_old : $(CHAIN_OLD) + $(CC) -o $@ $? $(LIBS) debug: $(TARGET) sudo ppu-gdb ./$(TARGET)