]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/lexicon/Makefile
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / lexicon / Makefile
diff --git a/helm/ocaml/lexicon/Makefile b/helm/ocaml/lexicon/Makefile
deleted file mode 100644 (file)
index b8582ba..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-PACKAGE = lexicon
-PREDICATES =
-
-INTERFACE_FILES =              \
-       lexiconAstPp.mli                \
-       disambiguatePp.mli      \
-       lexiconMarshal.mli      \
-       cicNotation.mli         \
-       lexiconEngine.mli       \
-       lexiconSync.mli         \
-       $(NULL)
-IMPLEMENTATION_FILES =         \
-       lexiconAst.ml           \
-       $(INTERFACE_FILES:%.mli=%.ml)
-
-
-include ../../Makefile.defs
-include ../Makefile.common