view fft_fixstart/Makefile.def @ 5:3602b23914ad

fix device type bug
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 05 Feb 2013 13:32:08 +0900
parents f3cfea46e585
children
line wrap: on
line source

TARGET = fft

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

# ex  linux/ps3

OPT = -g -O0

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