]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/library/Makefile
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / library / Makefile
diff --git a/helm/ocaml/library/Makefile b/helm/ocaml/library/Makefile
deleted file mode 100644 (file)
index 4f0ca3e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-PACKAGE = library
-PREDICATES =
-
-INTERFACE_FILES = \
-       cicElim.mli \
-       cicRecord.mli \
-       libraryMisc.mli \
-       libraryDb.mli \
-       coercDb.mli \
-       cicCoercion.mli \
-       coercGraph.mli \
-       librarySync.mli \
-       libraryNoDb.mli \
-       libraryClean.mli \
-       $(NULL)
-IMPLEMENTATION_FILES = \
-       $(INTERFACE_FILES:%.mli=%.ml)
-
-include ../../Makefile.defs
-include ../Makefile.common