X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fwhelp%2FMakefile;fp=helm%2Focaml%2Fwhelp%2FMakefile;h=f43c77fa907824d9dc83df224733c6775e9fb48e;hb=792b5d29ebae8f917043d9dd226692919b5d6ca1;hp=0000000000000000000000000000000000000000;hpb=a14a8c7637fd0b95e9d4deccb20c6abc98e8f953;p=helm.git diff --git a/helm/ocaml/whelp/Makefile b/helm/ocaml/whelp/Makefile new file mode 100644 index 000000000..f43c77fa9 --- /dev/null +++ b/helm/ocaml/whelp/Makefile @@ -0,0 +1,10 @@ +PACKAGE = whelp + +INTERFACE_FILES = \ + whelp.mli \ + fwdQueries.mli \ + $(NULL) + +IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) + +include ../Makefile.common