X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fprocedural%2FMakefile.common;h=a169ea049f0882ffc6208c34a952e773bb4a9884;hb=5ede839a0cf3339568202750b4aae85ccc63fcb0;hp=9d322ddc04cc693af32806e5f9796446380bd16e;hpb=93cc2a2254a2620000377dfc99a7aaedf2b8ec63;p=helm.git diff --git a/helm/software/matita/contribs/procedural/Makefile.common b/helm/software/matita/contribs/procedural/Makefile.common index 9d322ddc0..a169ea049 100644 --- a/helm/software/matita/contribs/procedural/Makefile.common +++ b/helm/software/matita/contribs/procedural/Makefile.common @@ -18,15 +18,18 @@ $(DIR).opt opt all.opt: $(H)$(RM) $(LOG) $(H)$(BIN)matitac.opt $(MATITAOPTIONS) 2>> $(LOG) -%.ma %.mma: +%.ma: $(H)$(RM) $(LOG) - $(H)$(BIN)matitac $(MATITAOPTIONS) $@ 2>> $(LOG) -%.ma.opt: + $(H)$(BIN)matitac $(MATITAOPTIONS) $*.mma 2>> $(LOG) +%.mo: $(H)$(RM) $(LOG) - $(H)$(BIN)matitac.opt $(MATITAOPTIONS) $*.ma 2>> $(LOG) -%.mma.opt: + $(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) @@ -50,3 +53,9 @@ endif mma: $(DEVEL).conf.xml clean.ma $(H)$(TRANSCRIPT) $(TRANSCRIPTOPTIONS) -C $(BIN) $(DEVEL) + +%.ts: $(DEVEL).conf.xml + $(H)$(BIN)matitaclean.opt $(MATITAOPTIONS) $*.ma + $(H)$(RM) $*.ma + $(H)$(TRANSCRIPT) $(TRANSCRIPTOPTIONS) -C $(BIN) $* $(DEVEL) +