view example/many_task/Makefile.def @ 1516:e544f9747169 draft

fix gpu kernel source
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Thu, 08 Nov 2012 17:20:10 +0900
parents b3644b73d2cf
children 940ffd32e5bd
line wrap: on
line source

TARGET = sort

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium

CERIUM = ../../../Cerium

OPT = -O9
# OPT = -g -O9
# OPT = -g
CC      = clang++
CFLAGS  =  -Wall  $(OPT) -DUSE_SIMPLE_TASK
# CFLAGS  =   -Wall  $(OPT)

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager

ABIBIT = 64
ABI = -m$(ABIBIT)