X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fextlib%2FMakefile;fp=helm%2Focaml%2Fextlib%2FMakefile;h=c67778af4aaf4e696d79294aeb437cabf0b4947e;hp=0000000000000000000000000000000000000000;hb=792b5d29ebae8f917043d9dd226692919b5d6ca1;hpb=a14a8c7637fd0b95e9d4deccb20c6abc98e8f953 diff --git a/helm/ocaml/extlib/Makefile b/helm/ocaml/extlib/Makefile new file mode 100644 index 000000000..c67778af4 --- /dev/null +++ b/helm/ocaml/extlib/Makefile @@ -0,0 +1,16 @@ +PACKAGE = extlib +PREDICATES = + +INTERFACE_FILES = \ + 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.common