comparison Renderer/Test/Makefile.cell @ 895:bed529c55eda

add alignment of classes in SPU width and height are automatically set in frame buffer API
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 17:23:49 +0900
parents b150914f5976
children e622f27c2808
comparison
equal deleted inserted replaced
894:bfc61d38c004 895:bed529c55eda
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 = 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 property_chain aquarium 14 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 property_chain # aquarium
15 15
16 all: $(ALL) 16 all: $(ALL)
17 17
18 speobject: 18 speobject:
19 cd spe; $(MAKE) 19 cd spe; $(MAKE)