view example/Miller_Rabin/Makefile.def @ 1344:fbe51e90993a draft

collada file reader try various test.but it is incorrect move.
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Fri, 13 Jan 2012 08:56:49 +0900
parents 26c155523861
children
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