annotate example/get_segment/Makefile @ 854:6aa20c0dd8f8

may be need ppeManager
author yutaka@localhost.localdomain
date Wed, 09 Jun 2010 23:04:09 +0900
parents 088f64aad843
children bcc81531a672
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
354
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
1 default: macosx
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
2
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
3 macosx: FORCE
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
4 @echo "Make for Mac OS X"
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
5 @$(MAKE) -f Makefile.macosx
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
6
794
088f64aad843 add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 354
diff changeset
7 fifo64: FORCE
088f64aad843 add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 354
diff changeset
8 @echo "Make for Mac OS X 64bit mode"
088f64aad843 add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 354
diff changeset
9 @$(MAKE) -f Makefile.fifo ABIBIT=64
088f64aad843 add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 354
diff changeset
10
354
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
11 linux: FORCE
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
12 @echo "Make for Linux"
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
13 @$(MAKE) -f Makefile.linux
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
14
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
15 cell: FORCE
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
16 @echo "Make for PS3 (Cell)"
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
17 @$(MAKE) -f Makefile.cell
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
18
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
19 FORCE:
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
20
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
21 clean:
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
22 @$(MAKE) -f Makefile.macosx clean
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
23 @$(MAKE) -f Makefile.linux clean
81b25e5d5379 add example/get_segment and change spe/DrawSpan.cpp
koba
parents:
diff changeset
24 @$(MAKE) -f Makefile.cell clean