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