X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;fp=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=b995f537d24625969276c0211dcbcb228682ff28;hb=e20f3963028a966fc93ba0d611c4aa8341d20e2c;hp=94ea279bd628bba032e464e5c53f52c2256b933b;hpb=b24260fd5c00791ad04042405e3942f288f54ab2;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index 94ea279bd..b995f537d 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -1,43 +1,20 @@ PACKAGE = cic_textual_parser2 REQUIRES = \ - helm-tactics helm-logger helm-cic_unification helm-cic_transformations \ + helm-tactics helm-logger helm-cic_unification helm-cic_notation \ helm-utf8_macros \ ulex -NOTATIONS = logic arit tex -# NOTATIONS = logic arit -INTERFACE_FILES = \ - disambiguateTypes.mli \ - disambiguateChoices.mli \ - cicTextualLexer2.mli \ - cicTextualParser2.mli \ +NOTATIONS = arit +INTERFACE_FILES = \ + disambiguateTypes.mli \ + disambiguatePp.mli \ + disambiguateChoices.mli \ disambiguate.mli IMPLEMENTATION_FILES = \ $(patsubst %.mli, %.ml, $(INTERFACE_FILES)) \ $(patsubst %,%_notation.ml,$(NOTATIONS)) -all: test_lexer test_parser - -cicTextualLexer2.cmo: cicTextualLexer2.ml - $(OCAMLC_P4) -c $< -cicTextualParser2.cmo: cicTextualParser2.ml - $(OCAMLC_P4) -c $< -cicTextualLexer2.cmx: cicTextualLexer2.ml - $(OCAMLOPT_P4) -c $< -cicTextualParser2.cmx: cicTextualParser2.ml - $(OCAMLOPT_P4) -c $< - -%_notation.cmo: %_notation.ml - $(OCAMLC_P4) -c $< -%_notation.cmx: %_notation.ml - $(OCAMLOPT_P4) -c $< - -LOCAL_LINKOPTS = -package helm-cic_textual_parser2 -linkpkg -test: test_lexer test_parser -test_lexer: test_lexer.ml $(PACKAGE).cma - $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $< -test_parser: test_parser.ml $(PACKAGE).cma - $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $< +all: clean: extra_clean distclean: extra_clean