SCM Repository
[diderot] / examples / vr-demo / Makefile.in |
View of /examples/vr-demo/Makefile.in
Parent Directory
|
Revision Log
Revision 2058 -
(download)
(annotate)
Tue Oct 30 10:38:25 2012 UTC (9 years, 8 months ago) by jhr
File size: 656 byte(s)
Tue Oct 30 10:38:25 2012 UTC (9 years, 8 months ago) by jhr
File size: 656 byte(s)
Working on vr-lite demo
# Makefile for vr-lite viewer demo # # COPYRIGHT (c) 2012 The Diderot Project # All rights reserved. # SHELL = /bin/sh CC = @CC@ CPPFLAGS = -I../util @CPPFLAGS@ @TEEM_CPPFLAGS@ @ATB_CPPFLAGS@ @GLFW_CFLAGS@ CFLAGS = @CFLAGS@ -O3 LDFLAGS = @LDPATHS@ @TEEM_LDFLAGS@ @ATB_LDFLAGS@ @GLFW_LIBS@ -lpng DIDEROTC = @DIDEROTC@ DIDEROTC_FLAGS = --namespace=VR --target=pthread UTIL_SRCS = ../util/util.c ../util/load-png.c vr: main.c vr-lite.o $(UTIL_SRCS) $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) main.c vr-lite.o $(UTIL_SRCS) vr-lite.o: vr-lite.diderot $(DIDEROTC) $(DIDEROTC_FLAGS) vr-lite.diderot clean: rm -rf vr vr-lite.o vr-lite.c vr-lite.h
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |