Updating the changelog in the VERSION file, and version_sync
[shapes.git] / examples / features / Makefile
blobfd8b34d07a2ec5a11b7b504cbcfcbe342839a2ad
1 ALLSHAPE := $(patsubst %.shape,%.pdf, $(filter-out zsorterdemo.shape, $(wildcard *.shape) ) )
2 ALLBLANK := $(patsubst %.blank,%.stdout, $(filter-out static_errors.blank, $(wildcard *.blank) ) )
3 SHAPESFLAGS = --warn=error --resources=no -N../../resources/extensions -M../../resources/fontmetrics --tmp*=yes --tmpdir /tmp/shapes-$(USER)
5 all: $(ALLSHAPE) $(ALLBLANK)
7 e:
8 -echo $(ALLSHAPE) $(ALLBLANK)
10 %.pdf: %.shape
11 ../../source/shapes $(SHAPESFLAGS) $<
13 %.stdout: %.blank
14 ../../source/shapes $(SHAPESFLAGS) $< > $*.stdout0
15 mv $*.stdout0 $@
17 .PHONY: cleanlabels
18 cleanlabels:
19 -rm -f *.labels*.*
20 -rm -f *~
22 .PHONY: cleanpdf
23 cleanpdf:
24 -rm *.pdf
26 .PHONY: cleanstdout
27 cleanstdout:
28 -rm *.stdout
30 imports.pdf: multipage.pdf