]> matita.cs.unibo.it Git - helm.git/blob - matita/components/binaries/matex/Makefile
b437afb5b00925671ed2fc3420343e49d847b067
[helm.git] / matita / components / binaries / matex / Makefile
1 EXEC = matex
2 VERSION=0.1.0
3
4 REQUIRES = helm-ng_library
5
6 include ../Makefile.common
7
8 MATEX    = ./$(EXEC).native
9 PROBE    = ../probe/probe.native
10 REGISTRY = $(RT_BASE_DIR)/matita.conf.xml \
11            test/legacy_1.conf.xml test/ground_1.conf.xml test/basic_1.conf.xml
12 OBJS     = Make.objs
13 SRCS     = Make.srcs
14
15 DEVEL = ../../../matita/contribs/lambdadelta/basic_1/
16
17 test: test/$(SRCS)
18
19 test/$(OBJS): $(REGISTRY) Makefile
20         @echo probe: $(DEVEL)
21         $(H)$(PROBE) $(REGISTRY) -g $(DEVEL) -os > $@
22
23 test/$(SRCS): test/$(OBJS) $(REGISTRY) $(MATEX) Makefile
24         @echo MaTeX: processing $<
25         $(H)$(MATEX) -O test -l $(SRCS) -a -g -p $(REGISTRY) `cat $<`
26
27 .PHONY: test