SCM Repository
[diderot] / trunk / test / MIP / Makefile.in |
View of /trunk/test/MIP/Makefile.in
Parent Directory
|
Revision Log
Revision 204 -
(download)
(annotate)
Tue Aug 3 16:41:03 2010 UTC (11 years, 10 months ago) by jhr
File size: 230 byte(s)
Tue Aug 3 16:41:03 2010 UTC (11 years, 10 months ago) by jhr
File size: 230 byte(s)
Add Makefile.in to test/MIP
CC = gcc CFLAGS = -Wall -I@TEEM_DIR@/include PROG = mip SRCS = mip_opencl.c LIBS = -framework OpenCL -L@TEEM_DIR@/lib -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 |