X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2FMakefile;h=b437afb5b00925671ed2fc3420343e49d847b067;hb=9faea203fd99a44d75ea8bcd15b59942a4226922;hp=42cf1c1817281cb2701a31a36db564b751921087;hpb=802e118337ebd0f8b732d4939973aae6415b5bec;p=helm.git diff --git a/matita/components/binaries/matex/Makefile b/matita/components/binaries/matex/Makefile index 42cf1c181..b437afb5b 100644 --- a/matita/components/binaries/matex/Makefile +++ b/matita/components/binaries/matex/Makefile @@ -5,14 +5,23 @@ REQUIRES = helm-ng_library include ../Makefile.common -REGISTRY = $(RT_BASE_DIR)/matita.conf.xml +MATEX = ./$(EXEC).native +PROBE = ../probe/probe.native +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 -OBJS = cic:/matita/lambdadelta/basic_1/pr0/pr0/pr0_confluence.con\ - cic:/matita/lambdadelta/basic_1/pr0/defs/pr0_ind.con\ - cic:/matita/lambdadelta/basic_1/pr0/defs/pr0.ind +DEVEL = ../../../matita/contribs/lambdadelta/basic_1/ -test: - @echo MaTeX: $(OBJS:cic:/matita/lambdadelta/basic_1/pr0/%=%) - $(H)./matex.native -O test -t -p $(REGISTRY) $(OBJS) +test: test/$(SRCS) + +test/$(OBJS): $(REGISTRY) Makefile + @echo probe: $(DEVEL) + $(H)$(PROBE) $(REGISTRY) -g $(DEVEL) -os > $@ + +test/$(SRCS): test/$(OBJS) $(REGISTRY) $(MATEX) Makefile + @echo MaTeX: processing $< + $(H)$(MATEX) -O test -l $(SRCS) -a -g -p $(REGISTRY) `cat $<` .PHONY: test