]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite/Makefile
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / grafite / Makefile
diff --git a/helm/ocaml/grafite/Makefile b/helm/ocaml/grafite/Makefile
deleted file mode 100644 (file)
index 6eb3e7a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-PACKAGE = grafite
-PREDICATES =
-
-INTERFACE_FILES =              \
-       grafiteAstPp.mli        \
-       grafiteMarshal.mli      \
-       $(NULL)
-IMPLEMENTATION_FILES =         \
-       grafiteAst.ml           \
-       $(INTERFACE_FILES:%.mli=%.ml)
-
-
-include ../../Makefile.defs
-include ../Makefile.common