annotate example/MemList/Makefile @ 1710:d32d5659695a draft

run gpu example
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 08 Oct 2013 18:05:11 +0900
parents 4f907657132a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
364
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
1 default: macosx
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
2
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
3 macosx: FORCE
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
4 @echo "Make for Mac OS X"
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
5 @$(MAKE) -f Makefile.macosx
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
6
794
4f907657132a add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 364
diff changeset
7 fifo64: FORCE
4f907657132a add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 364
diff changeset
8 @echo "Make for Mac OS X 64bit mode"
4f907657132a add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 364
diff changeset
9 @$(MAKE) -f Makefile.fifo ABIBIT=64
4f907657132a add Make for MacOSX (64bit mode) %make fifo64
tkaito
parents: 364
diff changeset
10
364
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
11 linux: FORCE
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
12 @echo "Make for Linux"
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
13 @$(MAKE) -f Makefile.linux
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
14
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
15 cell: FORCE
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
16 @echo "Make for PS3 (Cell)"
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
17 @$(MAKE) -f Makefile.cell
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
18
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
19 FORCE:
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
20
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
21 clean:
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
22 @$(MAKE) -f Makefile.macosx clean
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
23 @$(MAKE) -f Makefile.linux clean
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
24 @$(MAKE) -f Makefile.cell clean