comparison Renderer/Test/Makefile.cell @ 748:b7376415fa5f

TaskManager changeset 683, Renderer changeset 746
author hiroki
date Mon, 25 Jan 2010 18:01:19 +0900
parents d0b8860c17f8
children 2575791a333a
comparison
equal deleted inserted replaced
677:fd3492a767c7 748:b7376415fa5f
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
20 run: $(TARGET) 20 run: $(TARGET)
21 sudo ./$(TARGET) -width 576 -height 384 -bpp 32 21 sudo ./$(TARGET) -width 576 -height 384 -bpp 32
22 run-hd: $(TARGET) 22 run-hd: $(TARGET)
23 sudo /usr/sbin/ps3-video-mode -v 133 23 sudo ps3-video-mode -v 133
24 sudo ./$(TARGET) -video fb -width 1920 -height 1080 -bpp 32 24 sudo ./$(TARGET) -video fb -width 1920 -height 1080 -bpp 32
25 25
26 26
27 spe-main: 27 spe-main:
28 ln -s ../Engine/spe-main . 28 ln -s ../Engine/spe-main .