]> matita.cs.unibo.it Git - helm.git/blob - matita/components/binaries/matex/Makefile
- matex: support for alpha-conversion completed
[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 PROBE    = ../probe/probe.native
9 REGISTRY = $(RT_BASE_DIR)/matita.conf.xml test/basic_1.conf.xml
10 OBJS     = Make.objs
11 SRCS     = Make.srcs
12
13 BASEURI = cic:/matita/lambdadelta/basic_1/
14
15 test: test/$(SRCS)
16
17 test/$(OBJS): $(REGISTRY)
18         @echo probe: $(BASEURI)
19         $(H)$(PROBE) $(REGISTRY) -g $(BASEURI) -os > $@
20
21 test/$(SRCS): test/$(OBJS) $(REGISTRY) ./matex.native
22         @echo MaTeX: processing $<
23         $(H)./matex.native -O test -l $(SRCS) -p -a $(REGISTRY) `cat $<`
24
25 .PHONY: test