]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/Makefile
* implemented unless
[helm.git] / helm / ocaml / cic_notation / Makefile
index 92d6560fccb9c9a7aa4add2246acb805b50ddf97..ea2f30449cfd0e4cd400daf0fa7ad11b94ff67eb 100644 (file)
@@ -17,8 +17,8 @@ INTERFACE_FILES = \
        cicNotationPp.mli       \
        cicNotationMatcher.mli  \
        cicNotationFwd.mli      \
-       cicNotationRew.mli      \
        cicNotationParser.mli   \
+       cicNotationRew.mli      \
        cicNotationPres.mli     \
        $(NULL)
 IMPLEMENTATION_FILES = \
@@ -26,7 +26,7 @@ IMPLEMENTATION_FILES = \
        $(patsubst %.mli, %.ml, $(INTERFACE_FILES))     \
        $(NULL)
 
-all:
+all: test_lexer test_parser
 
 LOCAL_LINKOPTS = -package helm-cic_notation -linkpkg
 test: test_lexer test_parser
@@ -44,6 +44,7 @@ cicNotationParser.ml.annot: OCAMLC = $(OCAMLC_P4)
 cicNotationLexer.ml.annot: OCAMLC = $(OCAMLC_P4)
 cicNotationPres.cmi: OCAMLOPTIONS += -rectypes
 cicNotationPres.cmo: OCAMLOPTIONS += -rectypes
+cicNotationPres.cmx: OCAMLOPTIONS += -rectypes
 
 clean: extra_clean
 distclean: extra_clean