annotate TaskManager/test/UtilizationTest/Makefile.def @ 1769:4baed436fc58 draft

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 23 Nov 2013 02:15:22 +0900
parents ef1099c41449
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1697
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 TARGET = multiply
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 # include/library path
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 # ex macosx
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 # ex linux/ps3
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 CERIUM = ../../../../Cerium
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 CC = clang++
1769
4baed436fc58 minor fix
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1697
diff changeset
11 OPT = -g -O0
1697
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 CFLAGS = $(OPT) -Wall
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager
ef1099c41449 UtilizationTest
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 LIBS = -L${CERIUM}/TaskManager