annotate example/ResizeWritebuf/Makefile @ 2050:26dd777ba95d draft

add User API
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 28 Jan 2016 15:43:36 +0900
parents 3b3b535baa51
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1099
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 default: macosx
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 macosx: FORCE
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 @echo "Make for Mac OS X"
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 @$(MAKE) -f Makefile.macosx
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 fifo64: FORCE
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 @echo "Make for Mac OS X 64bit mode"
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 @$(MAKE) -f Makefile.macosx ABIBIT=64
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 linux: FORCE
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 @echo "Make for Linux"
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 @$(MAKE) -f Makefile.linux
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 cell: FORCE
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 @echo "Make for PS3 (Cell)"
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 @$(MAKE) -f Makefile.cell
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 FORCE:
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 clean:
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 @$(MAKE) -f Makefile.macosx clean
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 @$(MAKE) -f Makefile.linux clean
3b3b535baa51 add resize wbuff example.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 @$(MAKE) -f Makefile.cell clean