X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FMakefile;h=e3e223d725e12419f492be7b3f56ea3e4b5996b5;hb=0d2bfb98d8343b4e6cefdb506a813b7cb5749630;hp=7501004fbc5f679019691ea2f63fcc25abb89602;hpb=cb11de1c61f0b61935b1c6c1832deacb49f7b5bd;p=helm.git diff --git a/matita/components/content_pres/Makefile b/matita/components/content_pres/Makefile index 7501004fb..e3e223d72 100644 --- a/matita/components/content_pres/Makefile +++ b/matita/components/content_pres/Makefile @@ -21,17 +21,10 @@ cicNotationPres.cmi: OCAMLOPTIONS += -rectypes cicNotationPres.cmo: OCAMLOPTIONS += -rectypes cicNotationPres.cmx: OCAMLOPTIONS += -rectypes -all: test_lexer -clean: clean_tests +all: +clean: LOCAL_LINKOPTS = -package helm-content_pres -linkpkg -test: test_lexer -test_lexer: test_lexer.ml $(PACKAGE).cma - @echo " OCAMLC $<" - @$(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $< - -clean_tests: - rm -f test_lexer{,.opt} cicNotationLexer.cmo: OCAMLC = $(OCAMLC_P4) cicNotationParser.cmo: OCAMLC = $(OCAMLC_P4)