Mercurial > hg > Game > Cerium
annotate example/Miller_Rabin/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 | 26c155523861 |
children |
rev | line source |
---|---|
1242 | 1 TARGET = prime |
2 | |
3 # include/library path | |
4 # ex macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex linux/ps3 | |
8 CERIUM = ../../../Cerium | |
9 | |
10 CC = g++ | |
1310 | 11 #CFLAGS = -O9 -Wall |
12 CFLAGS = -g -O0 -Wall | |
1264 | 13 #CFLAGS = -pg -Wall |
1242 | 14 |
15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
16 LIBS = -L${CERIUM}/TaskManager |