# Makefile.in # # COPYRIGHT (c) 2010 The Diderot Project # All rights reserved. # # test/MIP/Makefile. Generated from Makefile.in by configure. # OS = $(shell uname -s) SHELL = /bin/sh CC = gcc -std=gnu99 -std=c99 DEFINES = -DDIDEROT -DTEEM_32BIT=1 INCLUDES = -I/usr/local/teem/include LDPATHS = -L/usr/local/teem/lib -L/opt/local/lib ifeq ($(OS),Darwin) LIBS = -framework OpenCL -lteem -lpng -lz else LIBS = -lteem -lpng -lz -lpthread -lm endif CPPFLAGS = $(INCLUDES) $(DEFINES) CFLAGS = -g -O3 -W -Wall LDFLAGS = $(LDPATHS) $(LIBS) PROG = mip SRCS = mip_opencl.c all: $(PROG) $(PROG): $(SRCS) $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRCS) clean: rm -f $(PROG)
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: $(PROG): $(SRCS) $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRCS) clean: rm -f $(PROG)