X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fcontent%2FMakefile;fp=matita%2Fcomponents%2Fcontent%2FMakefile;h=0000000000000000000000000000000000000000;hb=a19551fd50df93951d78eea4c163d434f844047c;hp=8ea1cd33c734c0aa2bb493fb368ebc8f8b548484;hpb=ac91e70f52b1e56fa6729399026c06722f4a7e8b;p=helm.git diff --git a/matita/components/content/Makefile b/matita/components/content/Makefile deleted file mode 100644 index 8ea1cd33c..000000000 --- a/matita/components/content/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -PACKAGE = content -PREDICATES = - -INTERFACE_FILES = \ - content.mli \ - notationUtil.mli \ - notationEnv.mli \ - notationPp.mli \ - $(NULL) -IMPLEMENTATION_FILES = \ - notationPt.ml \ - $(INTERFACE_FILES:%.mli=%.ml) - -include ../../Makefile.defs -include ../Makefile.common