]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/hgdome/Makefile
test branch
[helm.git] / helm / ocaml / hgdome / Makefile
diff --git a/helm/ocaml/hgdome/Makefile b/helm/ocaml/hgdome/Makefile
new file mode 100644 (file)
index 0000000..a7bb4db
--- /dev/null
@@ -0,0 +1,11 @@
+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.common