summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tests/Makefile
blob: 3372c7a626870ff11d8d42d7d0cbd7eb9bc44592 (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

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: