annotate example/Pipeline/Makefile.def @ 1095:652791a4a324 draft

remove spe function
author yutaka@localhost.localdomain
date Sat, 25 Dec 2010 18:30:17 +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