SCM Repository
[diderot] / examples / vr-demo / Makefile.in |
View of /examples/vr-demo/Makefile.in
Parent Directory
|
Revision Log
Revision 2073 -
(download)
(annotate)
Fri Nov 2 19:47:36 2012 UTC (9 years, 6 months ago) by jhr
File size: 598 byte(s)
Fri Nov 2 19:47:36 2012 UTC (9 years, 6 months ago) by jhr
File size: 598 byte(s)
Fix order of arguments for linking on Linux
# Makefile for VR viewer demo # # COPYRIGHT (c) 2012 The Diderot Project # All rights reserved. # SHELL = /bin/sh CC = @CC@ CPPFLAGS = -I../util @CPPFLAGS@ @TEEM_CPPFLAGS@ @GLFW_CFLAGS@ CFLAGS = @CFLAGS@ -O3 LDFLAGS = @LDPATHS@ @TEEM_LDFLAGS@ @GLFW_LIBS@ -lpng DIDEROTC = @DIDEROTC@ DIDEROTC_FLAGS = --namespace=VR --target=pthread UTIL_SRCS = ../util/util.c vr: main.c vr.o $(UTIL_SRCS) $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) main.c vr.o $(UTIL_SRCS) $(LDFLAGS) vr.o: vr.diderot $(DIDEROTC) $(DIDEROTC_FLAGS) vr.diderot clean: rm -rf vr vr.o vr.c vr.h dist-clean: clean rm -f Makefile
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |