X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2FMakefile;h=b437afb5b00925671ed2fc3420343e49d847b067;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=9212a066206e3175562201bafd832bd0b1ca7012;hpb=2fa001c86e37c76c840122655cb4ffba8bb30cad;p=helm.git diff --git a/matita/components/binaries/matex/Makefile b/matita/components/binaries/matex/Makefile index 9212a0662..b437afb5b 100644 --- a/matita/components/binaries/matex/Makefile +++ b/matita/components/binaries/matex/Makefile @@ -5,21 +5,23 @@ REQUIRES = helm-ng_library include ../Makefile.common +MATEX = ./$(EXEC).native PROBE = ../probe/probe.native -REGISTRY = $(RT_BASE_DIR)/matita.conf.xml test/basic_1.conf.xml +REGISTRY = $(RT_BASE_DIR)/matita.conf.xml \ + test/legacy_1.conf.xml test/ground_1.conf.xml test/basic_1.conf.xml OBJS = Make.objs SRCS = Make.srcs -BASEURI = cic:/matita/lambdadelta/basic_1/ +DEVEL = ../../../matita/contribs/lambdadelta/basic_1/ test: test/$(SRCS) -test/$(OBJS): $(REGISTRY) - @echo probe: $(BASEURI) - $(H)$(PROBE) $(REGISTRY) -g $(BASEURI) -os > $@ +test/$(OBJS): $(REGISTRY) Makefile + @echo probe: $(DEVEL) + $(H)$(PROBE) $(REGISTRY) -g $(DEVEL) -os > $@ -test/$(SRCS): test/$(OBJS) $(REGISTRY) ./matex.native +test/$(SRCS): test/$(OBJS) $(REGISTRY) $(MATEX) Makefile @echo MaTeX: processing $< - $(H)./matex.native -O test -l $(SRCS) -p -a $(REGISTRY) `cat $<` + $(H)$(MATEX) -O test -l $(SRCS) -a -g -p $(REGISTRY) `cat $<` .PHONY: test