SCM Repository
[diderot] / branches / vis12 / test / vr-lite-cam / Makefile.in |
View of /branches/vis12/test/vr-lite-cam/Makefile.in
Parent Directory
|
Revision Log
Revision 1723 -
(download)
(annotate)
Mon Mar 12 20:49:26 2012 UTC (8 years, 10 months ago) by jhr
File size: 784 byte(s)
Mon Mar 12 20:49:26 2012 UTC (8 years, 10 months ago) by jhr
File size: 784 byte(s)
Working on library test case
# Makefile for vr-lite-cam example # # COPYRIGHT (c) 2012 The Diderot Project # All rights reserved. # # @configure_input@ # CC = @CC@ INCLUDES = -I@DIDEROT_SRCDIR@/include -I@TEEM_DIR@/include CPPFLAGS = @CPPFLAGS@ $(INCLUDES) CFLAGS = @CFLAGS@ @CFLAG_M64@ -g LDFLAGS = -L@TEEM_DIR@/lib -lteem @LIBM@ DIDEROTC = @DIDEROT_BINDIR@/diderotc DIDEROTC_FLAGS = --namespace=VR --debug vr-lite-cam: main.c vr-lite-cam.c $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) main.c vr-lite-cam.c vr-lite-cam.c: vr-lite-cam.diderot $(DIDEROTC) $(DIDEROTC_FLAGS) vr-lite-cam.diderot #################### Cleanup #################### CLEAN_SUBDIRS = CLEAN_FILES += vr-lite-cam vr-lite-cam.c vr-lite-cam.h DISTCLEAN_FILES += Makefile DEVCLEAN_FILES = include @DIDEROT_MKDIR@/clean-rules.gmk
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |