# Last edited on 2011-05-13 11:21:57 by stolfi # Shall we display static images and movie frames? SHOW := YES # all: print_help # all: fast all: medium-landscape include STATIC.make include MOVIE.make print_help: @-echo "You must execute 'make '" @-echo "" @-echo "To render a static image use any of these:" @-echo "" @-echo " make large-portrait" @-echo " make large-landscape" @-echo " make medium-portrait" @-echo " make medium-landscape" @-echo " make small-portrait" @-echo " make small-landscape" @-echo "" @-echo "To render a movie (or some frames of a movie) use any of these:" @-echo "" @-echo " make first" @-echo " make middle" @-echo " make last" @-echo " make strip" @-echo " make fast" @-echo " make movie" @-echo " make clean" @-echo " make still"