Mercurial > sdl-ios-xcode
comparison src/video/ps3/spulibs/Makefile @ 3146:9e902f423497 gsoc2009_ps3
YUV-Textures with SPU-support working.
author | Martin Lowinski <martin@goldtopf.org> |
---|---|
date | Mon, 15 Jun 2009 16:33:03 +0000 |
parents | 0d8d1f870964 |
children | 104786a909a2 |
comparison
equal
deleted
inserted
replaced
3145:7828eed2f31a | 3146:9e902f423497 |
---|---|
7 PPU_EMBEDSPU=/usr/bin/embedspu | 7 PPU_EMBEDSPU=/usr/bin/embedspu |
8 PPU_AR=/usr/bin/ar | 8 PPU_AR=/usr/bin/ar |
9 PPU_LD=/usr/bin/ld | 9 PPU_LD=/usr/bin/ld |
10 INSTALL=/usr/bin/install | 10 INSTALL=/usr/bin/install |
11 | 11 |
12 SPU_CFLAGS=-W -Wall -Winline -Wno-main -I. -I /usr/spu/include -I /opt/cell/sdk/usr/spu/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2 | 12 SPU_CFLAGS=-g -W -Wall -Winline -Wno-main -I. -I /usr/spu/include -I /opt/cell/sdk/usr/spu/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2 |
13 | 13 |
14 # Usually /usr/lib, depending on your distribution | 14 # Usually /usr/lib, depending on your distribution |
15 PREFIX=/usr/lib | 15 PREFIX=/usr/lib |
16 | 16 |
17 | 17 |