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

TESTDIRS = string arith frames types imp array
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: