X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fhgdome%2FMakefile;fp=helm%2Focaml%2Fhgdome%2FMakefile;h=0000000000000000000000000000000000000000;hb=55b82bd235d82ff7f0a40d980effe1efde1f5073;hp=9630da26a7951ecd89599cdd772e9c85a0b94185;hpb=771ee8b9d122fa963881c876e86f90531bb7434f;p=helm.git diff --git a/helm/ocaml/hgdome/Makefile b/helm/ocaml/hgdome/Makefile deleted file mode 100644 index 9630da26a..000000000 --- a/helm/ocaml/hgdome/Makefile +++ /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