SCM Repository
View of /benchmarks/programs/vr-lite-cam/Makefile.in
Parent Directory
|
Revision Log
Revision 1533 -
(download)
(annotate)
Fri Oct 14 18:55:52 2011 UTC (10 years, 8 months ago) by jhr
File size: 678 byte(s)
Fri Oct 14 18:55:52 2011 UTC (10 years, 8 months ago) by jhr
File size: 678 byte(s)
Adding initial benchmark support
# Makefile # # COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu) # All rights reserved. # SHELL = @SHELL@ @SET_MAKE@ # # tools and flags # CC = @CC@ INCLUDES = -I@TEEM_DIR@/include CPPFLAGS = @CPPFLAGS@ $(INCLUDES) CFLAGS = @CFLAGS@ @CFLAG_M64@ LDPATHS = -L@TEEM_DIR@/lib @LDPATHS@ LIBS = -lteem -lpng -lz @PTHREAD_LIBS@ @LIBM@ LDFLAGS = $(LDPATHS) $(LIBS) ifeq ($(OS),Linux) LDFLAGS += -Wl,-rpath=@TEEM_DIR@/lib endif TARGET = vr-lite-cam $(TARGET): vr-lite-cam.c $(CC) -o $(TARGET) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) vr-lite-cam.c -lteem #################### Cleanup #################### include @DIDEROT_MKDIR@/clean-rules.gmk
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |