annotate Renderer/Test/Makefile @ 1029:22d7263cec2d

copy script add.
author tkaito
date Mon, 15 Nov 2010 22:39:25 +0900
parents 088f64aad843
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
da82a47ece92 add all object in file in dynamic_create
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 578
diff changeset
1 all:
724
6d11ecef3b74 Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 631
diff changeset
2 make -f Makefile.macosx $*
794
088f64aad843 add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 724
diff changeset
3 fifo64:
088f64aad843 add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 724
diff changeset
4 make -f Makefile.macosx ABIBIT=64 $*
631
855f7c222669 modify Makefiles
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents: 580
diff changeset
5 linux:
724
6d11ecef3b74 Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 631
diff changeset
6 make -f Makefile.linux $*
6d11ecef3b74 Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 631
diff changeset
7 cell:
6d11ecef3b74 Small clean up of Rendering Engine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 631
diff changeset
8 make -f Makefile.cell $*
510
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
523
b273767962b8 half finish for Cell
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 512
diff changeset
10
510
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 clean:
558
b05bae017029 boss1_action
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 523
diff changeset
12 make -f Makefile.macosx clean
b05bae017029 boss1_action
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 523
diff changeset
13 make -f Makefile.cell clean