7 cicNotationParser.mli \
10 content2presMatcher.mli \
18 IMPLEMENTATION_FILES = \
19 $(INTERFACE_FILES:%.mli=%.ml)
21 cicNotationPres.cmi: OCAMLOPTIONS += -rectypes
22 cicNotationPres.cmo: OCAMLOPTIONS += -rectypes
23 cicNotationPres.cmx: OCAMLOPTIONS += -rectypes
28 LOCAL_LINKOPTS = -package helm-content_pres -linkpkg
30 test_lexer: test_lexer.ml $(PACKAGE).cma
32 @$(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
35 rm -f test_lexer{,.opt}
37 cicNotationLexer.cmo: OCAMLC = $(OCAMLC_P4)
38 cicNotationParser.cmo: OCAMLC = $(OCAMLC_P4)
39 cicNotationLexer.cmx: OCAMLOPT = $(OCAMLOPT_P4)
40 cicNotationParser.cmx: OCAMLOPT = $(OCAMLOPT_P4)
41 cicNotationLexer.ml.annot: OCAMLC = $(OCAMLC_P4)
42 cicNotationParser.ml.annot: OCAMLC = $(OCAMLC_P4)
44 include ../../Makefile.defs
45 include ../Makefile.common
47 # <cross> cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as
48 # soon as we have ocaml 3.09 everywhere and "loc" occurrences are replaced by
50 UTF8DIR := $(shell $(OCAMLFIND) query helm-syntax_extensions)
51 ULEXDIR := $(shell $(OCAMLFIND) query ulex)
52 MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ulex.cma pa_unicode_macro.cma -loc loc"
53 cicNotationLexer.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
54 cicNotationParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
55 cicNotationLexer.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
56 cicNotationParser.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
57 cicNotationLexer.ml.annot: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
58 cicNotationParser.ml.annot: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
59 depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
60 depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)