X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftemplate_makefile_devel.in;h=1c0b1687b8512e86f52f4515e66f658e6f7a5f7b;hb=a1a8ac61970fce48a3e0c8fa673a70a03e026c50;hp=59aefa16d6b47c897f2df510ecda99d84d402f30;hpb=bc9899a797f5d6e8e37a76923172d18c774e7573;p=helm.git diff --git a/helm/software/matita/template_makefile_devel.in b/helm/software/matita/template_makefile_devel.in index 59aefa16d..1c0b1687b 100644 --- a/helm/software/matita/template_makefile_devel.in +++ b/helm/software/matita/template_makefile_devel.in @@ -20,18 +20,20 @@ clean: preall cleanall: preall $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MCLEAN) all -all.opt opt: preall +all.opt opt: preall.opt $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKEO) build $(devel) -clean.opt: preall +clean.opt: preall.opt $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKEO) clean $(devel) -cleanall.opt: preall +cleanall.opt: preall.opt $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MCLEANO) all %.mo: preall $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKE) $@ -%.mo.opt: preall - $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKEO) $@ +%.mo.opt: preall.opt + $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKEO) $(@:.opt=) preall: $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKE) init $(devel) +preall.opt: + $(H)$(XXX) MATITA_FLAGS=$(MATITA_FLAGS) $(MMAKEO) init $(devel)