]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/whelp/Makefile
Stuff moved from old Matita.
[helm.git] / matita / components / whelp / Makefile
diff --git a/matita/components/whelp/Makefile b/matita/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