view example/task_queue/Makefile.def @ 1964:33d07fd99291 draft

fix CudaScheduler
author kkb
date Wed, 12 Feb 2014 18:15:10 +0900
parents 4691b6ae44ec
children
line wrap: on
line source

TARGET = task_queue

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

# ex  linux/ps3
CERIUM = ../../../Cerium

CC      = g++
CFLAGS  = -g -Wall #-O9

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