annotate Makefile @ 42:59b070dd0553

add demo file.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 12 Jan 2011 00:18:16 +0900
parents 00c3272a801f
children fce767bb5e25 07bc996c8e49
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
1 default: macosx
0
435ac1cdb64e create task dandy directry.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
9
8a614bb55d00 change Makefile
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
3 macosx:
8a614bb55d00 change Makefile
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
4 @$(MAKE) -f Makefile.mac
1
b4c797eee72a task dandy base
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
5
16
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
6 demo:
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
7 @$(MAKE) -f Makefile.mac demo
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
8
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
9 dandy:
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
10 @$(MAKE) -f Makefile.mac dandy
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
11
17
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 16
diff changeset
12 t_dandy:
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 16
diff changeset
13 @$(MAKE) -f Makefile.mac t_dandy
927401604461 add spe object
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 16
diff changeset
14
16
5e10d43156bd Makefile fix.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 15
diff changeset
15 cell:
19
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 18
diff changeset
16 @$(MAKE) -f Makefile.ps3 t_dandy
0
435ac1cdb64e create task dandy directry.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17
435ac1cdb64e create task dandy directry.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 clean:
14
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
19 @$(MAKE) -f Makefile.mac clean
18
c330ded6d728 add task file.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 17
diff changeset
20 @$(MAKE) -f Makefile.ps3 clean