# 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
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: C) $(DIDEROTC_FLAGS) vr.diderot clean: rm -rf vr vr.o vr.c vr.h dist-clean: clean rm -f Makefile