X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2FMakefile;h=b437afb5b00925671ed2fc3420343e49d847b067;hb=5431da8145e4a84596d312fc02b552881d119100;hp=342ba027d372949133d921854d3513db1deda788;hpb=5791ee6b64136ecb0a727e32997b33f4bfab2c31;p=helm.git diff --git a/matita/components/binaries/matex/Makefile b/matita/components/binaries/matex/Makefile index 342ba027d..b437afb5b 100644 --- a/matita/components/binaries/matex/Makefile +++ b/matita/components/binaries/matex/Makefile @@ -5,20 +5,23 @@ REQUIRES = helm-ng_library include ../Makefile.common +MATEX = ./$(EXEC).native PROBE = ../probe/probe.native -REGISTRY = $(RT_BASE_DIR)/matita.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/$(OBJS) +test: test/$(SRCS) -$(OBJS): - @echo probe: $(BASEURI) - $(H)$(PROBE) $(REGISTRY) -g $(BASEURI) -os > $@ +test/$(OBJS): $(REGISTRY) Makefile + @echo probe: $(DEVEL) + $(H)$(PROBE) $(REGISTRY) -g $(DEVEL) -os > $@ -test/$(OBJS): $(OBJS) ./matex.native - @echo MaTeX: processing $(OBJS) - $(H)./matex.native -O test -l $(OBJS) -t -p $(REGISTRY) `cat $<` +test/$(SRCS): test/$(OBJS) $(REGISTRY) $(MATEX) Makefile + @echo MaTeX: processing $< + $(H)$(MATEX) -O test -l $(SRCS) -a -g -p $(REGISTRY) `cat $<` .PHONY: test