]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/hgdome/Makefile
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / hgdome / Makefile
diff --git a/helm/ocaml/hgdome/Makefile b/helm/ocaml/hgdome/Makefile
deleted file mode 100644 (file)
index 9630da2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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