]> matita.cs.unibo.it Git - helm.git/blobdiff - components/hgdome/Makefile
branch for universe
[helm.git] / components / hgdome / Makefile
diff --git a/components/hgdome/Makefile b/components/hgdome/Makefile
new file mode 100644 (file)
index 0000000..9630da2
--- /dev/null
@@ -0,0 +1,12 @@
+PACKAGE = hgdome
+
+# modules which have both a .ml and a .mli
+INTERFACE_FILES =              \
+       domMisc.mli             \
+       xml2Gdome.mli           \
+       $(NULL)
+
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+include ../../Makefile.defs
+include ../Makefile.common