]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/Makefile
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / extlib / Makefile
diff --git a/helm/ocaml/extlib/Makefile b/helm/ocaml/extlib/Makefile
deleted file mode 100644 (file)
index 4e5c9b5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-PACKAGE = extlib
-PREDICATES =
-
-INTERFACE_FILES =              \
-       componentsConf.mli      \
-        hExtlib.mli            \
-       hMarshal.mli            \
-       patternMatcher.mli      \
-       hLog.mli \
-       trie.mli \
-       $(NULL)
-IMPLEMENTATION_FILES = \
-       $(INTERFACE_FILES:%.mli=%.ml)
-EXTRA_OBJECTS_TO_INSTALL =
-EXTRA_OBJECTS_TO_CLEAN =
-
-include ../../Makefile.defs
-include ../Makefile.common