]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/content_pres/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / content_pres / Makefile
index 642e3ce0e4b4f20b8bc36999c124560bb1d0db92..0cd8b4226f763100b6c19beb76080536e7084d4d 100644 (file)
@@ -27,7 +27,8 @@ clean: clean_tests
 LOCAL_LINKOPTS = -package helm-content_pres -linkpkg
 test: test_lexer
 test_lexer: test_lexer.ml $(PACKAGE).cma
-       $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
+       @echo "  OCAMLC $<"
+       @$(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
 
 clean_tests:
        rm -f test_lexer{,.opt}
@@ -39,6 +40,7 @@ cicNotationParser.cmx: OCAMLOPT = $(OCAMLOPT_P4)
 cicNotationLexer.ml.annot: OCAMLC = $(OCAMLC_P4)
 cicNotationParser.ml.annot: OCAMLC = $(OCAMLC_P4)
 
+include ../../Makefile.defs
 include ../Makefile.common
 
 # <cross> cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as