X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FMakefile;h=e3c921dd7dc21c752616f1b779e042e1af962232;hb=f93b83e4e8af580bc627ea0e8e601f0333c63df2;hp=4f0ca3eb8dbfac378e5522821046e472c3e16179;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/library/Makefile b/helm/software/components/library/Makefile index 4f0ca3eb8..e3c921dd7 100644 --- a/helm/software/components/library/Makefile +++ b/helm/software/components/library/Makefile @@ -2,18 +2,18 @@ PACKAGE = library PREDICATES = INTERFACE_FILES = \ + librarian.mli \ cicElim.mli \ cicRecord.mli \ libraryMisc.mli \ libraryDb.mli \ coercDb.mli \ cicCoercion.mli \ - coercGraph.mli \ librarySync.mli \ - libraryNoDb.mli \ libraryClean.mli \ $(NULL) IMPLEMENTATION_FILES = \ + refinementTool.ml \ $(INTERFACE_FILES:%.mli=%.ml) include ../../Makefile.defs