# Makefile for sml3d library # # Copyright (c) 2006 John Reppy (www.cs.uchicago.edu/~jhr) # All rights reserved. # # @configure_input@ # SHELL = @SHELL@ INSTALL = @INSTALL@ @SET_MAKE@ # subdirectories that have Makefiles SUBDIRS = ifeq (@BUILD_GLUT@,true) SUBDIRS += glut endif ifeq (@BUILD_SDL@,true) SUBDIRS += sdl endif .PHONY: build build: for d in '' $(SUBDIRS); do \ if test x"$$d" != x ; then \ (cd $$d && $(MAKE)); \ fi \ done .PHONY: clean clean: for d in '' $(SUBDIRS); do \ if test x"$$d" != x ; then \ (cd $$d && $(MAKE) clean); \ fi \ done .PHONY: distclean distclean: clean for d in '' $(SUBDIRS); do \ if test x"$$d" != x ; then \ (cd $$d && $(MAKE) distclean); \ fi \ done rm -rf Makefile sml3d-path-map
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: d" != x ; then \ (cd $$d && $(MAKE) distclean); \ fi \ done rm -rf Makefile sml3d-path-map