SCM Repository
View of /trunk/test/MIP/Makefile
Parent Directory
|
Revision Log
Revision 177 -
(download)
(annotate)
Tue Jul 27 14:40:06 2010 UTC (10 years, 7 months ago) by lamonts
File size: 246 byte(s)
Tue Jul 27 14:40:06 2010 UTC (10 years, 7 months ago) by lamonts
File size: 246 byte(s)
Added the Opencl files for the MIP test case.
CC = gcc CFLAGS = -Wall -I/Users/Lamont/teem_include PROG = mip SRCS = mip_opencl.c LIBS = -framework OpenCL -L/Users/Lamont/teem_bin -lteem -lm all: $(PROG) $(PROG): $(SRCS) $(CC) $(CFLAGS) -o $(PROG) $(SRCS) $(LIBS) clean: rm -f $(PROG)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |