X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fprocedural%2FMakefile.common;h=92225d77d00f07406c59c65995592e45d5d80e4b;hb=8ae1653eb75d2b57c50e077c49cb9d078313ea9d;hp=5402df5dbb599998e1ed2d90f44f7dbc5767d190;hpb=4dc282b8b71479d45704b414d1a10a27e71752f1;p=helm.git diff --git a/helm/software/matita/contribs/procedural/Makefile.common b/helm/software/matita/contribs/procedural/Makefile.common index 5402df5db..92225d77d 100644 --- a/helm/software/matita/contribs/procedural/Makefile.common +++ b/helm/software/matita/contribs/procedural/Makefile.common @@ -4,8 +4,6 @@ DIR = $(shell basename $$PWD) H = @ -MATITAOPTIONS = - TRANSCRIPT = $(BIN)../components/binaries/transcript/transcript.opt LOG = log.txt @@ -19,6 +17,20 @@ $(DIR) all: $(DIR).opt opt all.opt: $(H)$(RM) $(LOG) $(H)$(BIN)matitac.opt $(MATITAOPTIONS) 2>> $(LOG) + +%.ma: + $(H)$(RM) $(LOG) + $(H)$(BIN)matitac $(MATITAOPTIONS) $*.mma 2>> $(LOG) +%.mo: + $(H)$(RM) $(LOG) + $(H)$(BIN)matitac $(MATITAOPTIONS) $*.ma 2>> $(LOG) +%.ma.opt: + $(H)$(RM) $(LOG) + $(H)$(BIN)matitac.opt $(MATITAOPTIONS) $*.mma 2>> $(LOG) +%.mo.opt: + $(H)$(RM) $(LOG) + $(H)$(BIN)matitac.opt $(MATITAOPTIONS) $*.ma 2>> $(LOG) + clean: $(H)$(BIN)matitaclean $(MATITAOPTIONS) $(H)$(RM) $(MAS) @@ -40,4 +52,4 @@ clean.ma: endif mma: $(DEVEL).conf.xml clean.ma - $(H)$(TRANSCRIPT) -C $(BIN) $(DEVEL) + $(H)$(TRANSCRIPT) $(TRANSCRIPTOPTIONS) -C $(BIN) $(DEVEL)