Mercurial > hg > Game > Cerium
view example/Miller_Rabin/Makefile.def @ 1265:356cc13725a6 draft
change debug option
author | Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 19 Nov 2011 14:37:52 +0900 |
parents | 5153ce1b2001 |
children | c1c8dbed726d |
line wrap: on
line source
TARGET = prime # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ #CFLAGS = -O9 -Wall CFLAGS = -g -O0 -Wall #CFLAGS = -pg -Wall INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager