comparison fft_fixstart/Makefile @ 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
comparison
equal deleted inserted replaced
4:8df0d3128672 5:3602b23914ad
8 TASK_SRCS = $(filter-out $(TASK_DIR1)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) 8 TASK_SRCS = $(filter-out $(TASK_DIR1)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP))
9 TASK_OBJS = $(TASK_SRCS:.cc=.o) 9 TASK_OBJS = $(TASK_SRCS:.cc=.o)
10 10
11 CC += $(ABI) 11 CC += $(ABI)
12 12
13 LIBS = -framework opencl 13 LIBS = -framework opencl -g
14 14
15 .SUFFIXES: .cc .o 15 .SUFFIXES: .cc .o
16 16
17 .cc.o: 17 .cc.o:
18 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ 18 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@