annotate example/HelloWorld/Makefile.def @ 1716:c12df61ded45 draft

fix gpu profile. not work yet
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 15 Oct 2013 17:21:10 +0900
parents cc1e2b83a764
children 6790d1d83bb7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 TARGET = hello
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 # include/library path
619
278db3ca751d RenewTask removal
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 275
diff changeset
4 # ex macosx
115
d9ea79aac04f fix Makefile
gongo@charles.cr.ie.u-ryukyu.ac.jp
parents: 114
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
619
278db3ca751d RenewTask removal
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 275
diff changeset
7 # ex linux/ps3
253
0c9c9906d777 usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents: 115
diff changeset
8 CERIUM = ../../../Cerium
114
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
9
1231
cc1e2b83a764 delete -m32
Daichi Toma <amothic@gmail.com>
parents: 652
diff changeset
10 CC = g++
114
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
11 CFLAGS = -g -Wall -O9
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
12
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
442cbf594017 fix Makefile
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
14 LIBS = -L${CERIUM}/TaskManager