X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fextlib%2FMakefile;h=4e5c9b5a91525b0b809a2e49b1c9ac83e634349f;hb=771ee8b9d122fa963881c876e86f90531bb7434f;hp=936bf3b21184aff18a0352decea262bf6781371f;hpb=4cf620c8fa51986897a60cbef60431103aa98d5a;p=helm.git diff --git a/helm/ocaml/extlib/Makefile b/helm/ocaml/extlib/Makefile index 936bf3b21..4e5c9b5a9 100644 --- a/helm/ocaml/extlib/Makefile +++ b/helm/ocaml/extlib/Makefile @@ -1,13 +1,18 @@ PACKAGE = extlib -REQUIRES = unix mysql PREDICATES = -INTERFACE_FILES = \ - hExtlib.mli \ - hMysql.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