Rename the concept of 'local namespace' to 'private namespace'
[shapes.git] / examples / misc / Makefile
blobf47f0e8aec783d8cfe5e14d2db3772543199440d
1 ALLSHAPE := $(patsubst %.shape,%.pdf, $(wildcard *.shape) )
2 SHAPESFLAGS = --warn=error --resources=no -N../../resources/extensions -M../../resources/fontmetrics --tmp*=yes --tmpdir /tmp/shapes-$(USER)
4 all: $(ALLSHAPE)
6 %.pdf: %.shape
7 ../../source/shapes $(SHAPESFLAGS) $<
9 .PHONY: cleanlabels
10 cleanlabels:
11 -rm -f *.labels*.*
12 -rm -f *~
14 .PHONY: cleanpdf
15 cleanpdf:
16 -rm *.pdf