comparison Renderer/Test/Makefile.cell @ 706:e4d2b823903c simple-task-regression

no compile error on Cell. Regression Test. Cell failed some how.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2009 20:21:59 +0900
parents 9d1bcc07734b
children 4455e7b0caf3
comparison
equal deleted inserted replaced
705:55159a5bf2c4 706:e4d2b823903c
9 .SUFFIXES: .cc .o .xml 9 .SUFFIXES: .cc .o .xml
10 10
11 .cc.o: 11 .cc.o:
12 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ 12 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
13 13
14 ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange 14 ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange
15 all: $(ALL) 15 all: $(ALL)
16 16
17 speobject: 17 speobject:
18 cd spe; $(MAKE) 18 cd spe; $(MAKE)
19 19