]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / extlib / Makefile
index d05af7c02548f22cefbd6ba1b43d8dd4b067bbc4..4e5c9b5a91525b0b809a2e49b1c9ac83e634349f 100644 (file)
@@ -1,12 +1,18 @@
 PACKAGE = extlib
-REQUIRES = unix 
 PREDICATES =
 
-INTERFACE_FILES = \
-        hExtlib.mli 
+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