X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FMakefile;fp=matita%2Fcomponents%2Fcontent_pres%2FMakefile;h=0000000000000000000000000000000000000000;hb=a19551fd50df93951d78eea4c163d434f844047c;hp=28d403a70285313702ed6e3d3224bd30fb391d52;hpb=ac91e70f52b1e56fa6729399026c06722f4a7e8b;p=helm.git diff --git a/matita/components/content_pres/Makefile b/matita/components/content_pres/Makefile deleted file mode 100644 index 28d403a70..000000000 --- a/matita/components/content_pres/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -PACKAGE = content_pres -PREDICATES = - -INTERFACE_FILES = \ - renderingAttrs.mli \ - cicNotationLexer.mli \ - cicNotationParser.mli \ - mpresentation.mli \ - box.mli \ - content2presMatcher.mli \ - termContentPres.mli \ - boxPp.mli \ - cicNotationPres.mli \ - content2pres.mli \ - $(NULL) -IMPLEMENTATION_FILES = \ - $(INTERFACE_FILES:%.mli=%.ml) - -all: -clean: - -LOCAL_LINKOPTS = -package helm-content_pres -linkpkg - -cicNotationLexer.cmo: OCAMLC = $(OCAMLC_P4) -cicNotationParser.cmo: OCAMLC = $(OCAMLC_P4) -w -27 -cicNotationLexer.cmx: OCAMLOPT = $(OCAMLOPT_P4) -cicNotationParser.cmx: OCAMLOPT = $(OCAMLOPT_P4) -w -27 -cicNotationLexer.ml.annot: OCAMLC = $(OCAMLC_P4) -cicNotationParser.ml.annot: OCAMLC = $(OCAMLC_P4) - -include ../../Makefile.defs -include ../Makefile.common - -# 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" -cicNotationLexer.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -cicNotationParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -cicNotationLexer.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -cicNotationParser.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -cicNotationLexer.ml.annot: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -cicNotationParser.ml.annot: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -# -