annotate Makefile @ 0:bb4b306c1248

first commit
author tkaito
date Mon, 31 May 2010 18:22:53 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bb4b306c1248 first commit
tkaito
parents:
diff changeset
1 all:
bb4b306c1248 first commit
tkaito
parents:
diff changeset
2 make -f Makefile.macosx $*
bb4b306c1248 first commit
tkaito
parents:
diff changeset
3 fifo64:
bb4b306c1248 first commit
tkaito
parents:
diff changeset
4 make -f Makefile.macosx ABIBIT=64 $*
bb4b306c1248 first commit
tkaito
parents:
diff changeset
5 linux:
bb4b306c1248 first commit
tkaito
parents:
diff changeset
6 make -f Makefile.linux $*
bb4b306c1248 first commit
tkaito
parents:
diff changeset
7 cell:
bb4b306c1248 first commit
tkaito
parents:
diff changeset
8 make -f Makefile.cell $*
bb4b306c1248 first commit
tkaito
parents:
diff changeset
9
bb4b306c1248 first commit
tkaito
parents:
diff changeset
10
bb4b306c1248 first commit
tkaito
parents:
diff changeset
11 clean:
bb4b306c1248 first commit
tkaito
parents:
diff changeset
12 make -f Makefile.macosx clean
bb4b306c1248 first commit
tkaito
parents:
diff changeset
13 make -f Makefile.cell clean