Mercurial > hg > Game > Cerium
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 |
rev | line source |
---|---|
109 | 1 TARGET = hello |
2 | |
3 # include/library path | |
619 | 4 # ex macosx |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
619 | 7 # ex linux/ps3 |
253
0c9c9906d777
usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents:
115
diff
changeset
|
8 CERIUM = ../../../Cerium |
114 | 9 |
1231 | 10 CC = g++ |
114 | 11 CFLAGS = -g -Wall -O9 |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |