X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Flegacy%2FMakefile;fp=matitaB%2Fmatita%2Flegacy%2FMakefile;h=9dd21dd3b1b06e9d060edbb4f5d22903e0b8121e;hb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;hp=0000000000000000000000000000000000000000;hpb=f04a064bb34aabaf91dc0c48e3b08b37ecd7b0a2;p=helm.git diff --git a/matitaB/matita/legacy/Makefile b/matitaB/matita/legacy/Makefile new file mode 100644 index 000000000..9dd21dd3b --- /dev/null +++ b/matitaB/matita/legacy/Makefile @@ -0,0 +1,15 @@ +DIR=$(shell basename $$PWD) +MATITAOPTIONS=-onepass + +$(DIR) all: + ../matitac $(MATITAOPTIONS) +$(DIR).opt opt all.opt: + ../matitac.opt $(MATITAOPTIONS) +clean: + ../matitaclean $(MATITAOPTIONS) +clean.opt: + ../matitaclean.opt $(MATITAOPTIONS) +depend: + ../matitadep +depend.opt: + ../matitadep.opt