annotate Renderer/Test/Makefile @ 794:4f907657132a draft

add Make for MacOSX (64bit mode) %make fifo64
author tkaito
date Tue, 04 May 2010 18:22:07 +0900
parents 6e9e4726113e
children 3778a1eda68d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
ec9dd24c2dc8 add all object in file in dynamic_create
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 578
diff changeset
1 all:
724
6e9e4726113e Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 630
diff changeset
2 make -f Makefile.macosx $*
794
4f907657132a add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 724
diff changeset
3 fifo64:
4f907657132a add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 724
diff changeset
4 make -f Makefile.macosx ABIBIT=64 $*
630
9a52258c5ff4 modify Makefiles
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents: 580
diff changeset
5 linux:
724
6e9e4726113e Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 630
diff changeset
6 make -f Makefile.linux $*
6e9e4726113e Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 630
diff changeset
7 cell:
6e9e4726113e Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 630
diff changeset
8 make -f Makefile.cell $*
542
109a33b72b10 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
555
c5e09e9bbfa5 half finish for Cell
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 544
diff changeset
10
542
109a33b72b10 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 clean:
558
00428ba0ba03 boss1_action
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 555
diff changeset
12 make -f Makefile.macosx clean
00428ba0ba03 boss1_action
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 555
diff changeset
13 make -f Makefile.cell clean