X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Flibrary%2FMakefile;fp=matita%2Fcomponents%2Flibrary%2FMakefile;h=0000000000000000000000000000000000000000;hb=a19551fd50df93951d78eea4c163d434f844047c;hp=715ee8f01064d72340debe2f7b9fa57812fa6298;hpb=ac91e70f52b1e56fa6729399026c06722f4a7e8b;p=helm.git diff --git a/matita/components/library/Makefile b/matita/components/library/Makefile deleted file mode 100644 index 715ee8f01..000000000 --- a/matita/components/library/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -PACKAGE = library -PREDICATES = - -INTERFACE_FILES = \ - librarian.mli \ - libraryMisc.mli \ - libraryClean.mli \ - $(NULL) -IMPLEMENTATION_FILES = \ - $(INTERFACE_FILES:%.mli=%.ml) - -include ../../Makefile.defs -include ../Makefile.common