annotate Makefile.def @ 23:3fb8a6a34e24

debug and keep up with task_array
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 26 Oct 2010 17:28:56 +0900
parents e66ea5014aa1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
1 # include/library path
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
2 # ex macosx
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
3
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
4 # ex linux/ps3
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
5 CERIUM = ../Cerium
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
6
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
7 CC = g++
23
3fb8a6a34e24 debug and keep up with task_array
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
8 OPT = -g #-O9
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
9 CFLAGS = -Wall $(OPT)
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
10
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
11 ABIBIT = 32
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
12
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
13 INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
14 LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
15 TOOL = $(CERIUM)/bin