summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/Makefile
blob: 89499df494062a6a6353ccda9a472216492213ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.NOTPARALLEL:

TESTDIRS = string arith frames types imp array pic gs io

EXTRADIRS = gsl output

test: $(TESTDIRS)

all: $(TESTDIRS) $(EXTRADIRS)

$(TESTDIRS)::
	@echo
	../asy -dir ../base $@/*.asy

$(EXTRADIRS)::
	@echo
	../asy -dir ../base $@/*.asy

clean:  FORCE
	rm -f *.eps

distclean: FORCE clean

FORCE: