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