view example/OpenCL/Makefile.def @ 1592:afcb4a3f3526 draft

merge
author Masa <e085726@ie.u-ryukyu.ac.jp>
date Mon, 01 Apr 2013 18:00:35 +0900
parents 2983e9e93d24
children
line wrap: on
line source

TARGET = twice

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

# ex  linux/ps3

OPT = -g -O0

CC      = clang++
CFLAGS  =  -Wall $(OPT)