view example/Null/Makefile.def @ 1831:1b4d4b3c0546 draft

release bufs in gpuTaskError
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Wed, 18 Dec 2013 18:55:23 +0900
parents e38a4f3e238d
children
line wrap: on
line source

TARGET = null

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

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

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

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