SCM Repository
[diderot] / trunk / test / teem / Makefile.in |
View of /trunk/test/teem/Makefile.in
Parent Directory
|
Revision Log
Revision 1299 -
(download)
(annotate)
Thu Jun 9 17:24:26 2011 UTC (11 years ago) by jhr
File size: 561 byte(s)
Thu Jun 9 17:24:26 2011 UTC (11 years ago) by jhr
File size: 561 byte(s)
Add build support for teem example
# 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 vr-lite-cam: vr-lite-cam.c $(CC) -o vr-lite-cam $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) vr-lite-cam.c -lteem
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |