# Makefile for iso2d animation 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 = --snapshot --namespace=ISO --target=c UTIL_SRCS = ../util/util.c ../util/load-png.c iso2d: main.c iso2d.o $(UTIL_SRCS) $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) main.c iso2d.o $(UTIL_SRCS) iso2d.o: iso2d.diderot $(DIDEROTC) $(DIDEROTC_FLAGS) iso2d.diderot clean: rm -rf iso2d iso2d.o iso2d.c iso2d.h
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: d.diderot $(DIDEROTC) $(DIDEROTC_FLAGS) iso2d.diderot clean: rm -rf iso2d iso2d.o iso2d.c iso2d.h