X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fextlib%2FMakefile;h=4e5c9b5a91525b0b809a2e49b1c9ac83e634349f;hb=771ee8b9d122fa963881c876e86f90531bb7434f;hp=d05af7c02548f22cefbd6ba1b43d8dd4b067bbc4;hpb=e4e981600318883a88b87251d9cf1ee7336c0fac;p=helm.git diff --git a/helm/ocaml/extlib/Makefile b/helm/ocaml/extlib/Makefile index d05af7c02..4e5c9b5a9 100644 --- a/helm/ocaml/extlib/Makefile +++ b/helm/ocaml/extlib/Makefile @@ -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