]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / grafite_parser / Makefile
diff --git a/matita/components/grafite_parser/Makefile b/matita/components/grafite_parser/Makefile
deleted file mode 100644 (file)
index b5b20bb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-PACKAGE = grafite_parser
-PREDICATES =
-
-INTERFACE_FILES =              \
-       grafiteParser.mli               \
-       print_grammar.mli       \
-       $(NULL)
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
-
-all:
-clean:
-
-# <cross> cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as
-# soon as we have ocaml 3.09 everywhere and "loc" occurrences are replaced by
-# "_loc" occurrences
-UTF8DIR = $(shell $(OCAMLFIND) query helm-syntax_extensions)
-ULEXDIR = $(shell $(OCAMLFIND) query ulex-camlp5)
-MY_SYNTAXOPTIONS = -pp "camlp5o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ulex.cma pa_unicode_macro.cma -loc loc"
-grafiteParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
-grafiteParser.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
-depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
-depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
-# </cross>
-#
-grafiteParser.cmo: OCAMLC = $(OCAMLC_P4) -w -27
-grafiteParser.cmx: OCAMLOPT = $(OCAMLOPT_P4) -w -27
-
-include ../../Makefile.defs
-include ../Makefile.common