view example/many_task/Makefile.def @ 1439:20e935f170c1 draft

add Makefile for gpu
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Sat, 07 Apr 2012 11:43:05 +0900
parents e8debff40a3d
children b3644b73d2cf
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      = g++
CFLAGS  =  -DUSE_SIMPLE_TASK -Wall  $(OPT)
# CFLAGS  =   -Wall  $(OPT)

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

ABIBIT = 64
ABI = -m$(ABIBIT)