]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/whelp/Makefile
test branch
[helm.git] / helm / ocaml / whelp / Makefile
diff --git a/helm/ocaml/whelp/Makefile b/helm/ocaml/whelp/Makefile
new file mode 100644 (file)
index 0000000..f43c77f
--- /dev/null
@@ -0,0 +1,10 @@
+PACKAGE = whelp
+
+INTERFACE_FILES =      \
+       whelp.mli       \
+       fwdQueries.mli  \
+       $(NULL)
+
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+include ../Makefile.common