SCM Repository
[diderot] / trunk / test / MIP / Makefile.in |
Annotation of /trunk/test/MIP/Makefile.in
Parent Directory
|
Revision Log
Revision 204 - (view) (download)
1 : | jhr | 204 | CC = gcc |
2 : | CFLAGS = -Wall -I@TEEM_DIR@/include | ||
3 : | PROG = mip | ||
4 : | SRCS = mip_opencl.c | ||
5 : | LIBS = -framework OpenCL -L@TEEM_DIR@/lib -lteem -lm | ||
6 : | |||
7 : | all: $(PROG) | ||
8 : | |||
9 : | $(PROG): $(SRCS) | ||
10 : | $(CC) $(CFLAGS) -o $(PROG) $(SRCS) $(LIBS) | ||
11 : | |||
12 : | clean: | ||
13 : | rm -f $(PROG) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |