X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2FMakefile;h=9212a066206e3175562201bafd832bd0b1ca7012;hb=2fa001c86e37c76c840122655cb4ffba8bb30cad;hp=342ba027d372949133d921854d3513db1deda788;hpb=ab2f735d97d2b9c965f13527d5f6f61048d29b22;p=helm.git diff --git a/matita/components/binaries/matex/Makefile b/matita/components/binaries/matex/Makefile index 342ba027d..9212a0662 100644 --- a/matita/components/binaries/matex/Makefile +++ b/matita/components/binaries/matex/Makefile @@ -6,19 +6,20 @@ REQUIRES = helm-ng_library include ../Makefile.common PROBE = ../probe/probe.native -REGISTRY = $(RT_BASE_DIR)/matita.conf.xml +REGISTRY = $(RT_BASE_DIR)/matita.conf.xml test/basic_1.conf.xml OBJS = Make.objs +SRCS = Make.srcs BASEURI = cic:/matita/lambdadelta/basic_1/ -test: test/$(OBJS) +test: test/$(SRCS) -$(OBJS): +test/$(OBJS): $(REGISTRY) @echo probe: $(BASEURI) $(H)$(PROBE) $(REGISTRY) -g $(BASEURI) -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.native + @echo MaTeX: processing $< + $(H)./matex.native -O test -l $(SRCS) -p -a $(REGISTRY) `cat $<` .PHONY: test