summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/Makefile
blob: 659737bfd4d233d917dd2e9b773a1739eab2ddf9 (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

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: