annotate example/Pipeline/Makefile.def @ 2069:26aa08c9a1de draft default tip

cuda example fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 10:04:55 +0900
parents 62b72c6199f3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
963
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
1 TARGET = twice
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
2
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
3 # include/library path
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
4
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
5 # ex linux/ps3
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
6 CERIUM = ../../../Cerium
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
7
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
8
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
9 OPT= -g
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
10
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
11 CC = g++
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
12 CFLAGS = -Wall $(OPT)
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
13
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
62b72c6199f3 SgChange
tkaito
parents:
diff changeset
15 LIBS = -L${CERIUM}/TaskManager