]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/Makefile.common
- bugfix is refreshed state of AutCrg: now we return a fresh state
[helm.git] / helm / software / components / Makefile.common
index 5090dcc78309151231efaa2eee9f923fec0c2c3e..7a4727c769b0b1f4ae0dc0ebdd53e21f06a25030 100644 (file)
@@ -11,10 +11,16 @@ H=@
 
 # $OCAMLFIND must be set to a meaningful vaule, including OCAMLPATH=
 
+ifeq ($(ANNOT),true)
+  ANNOTOPTION = -dtypes
+else
+  ANNOTOPTION =
+endif
+
 PREPROCOPTIONS = -pp camlp5o
 SYNTAXOPTIONS = -syntax camlp5o
 PREREQ =
-OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread -rectypes
+OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread -rectypes $(ANNOTOPTION)
 OCAMLDEBUGOPTIONS = -g
 #OCAML_PROF=p -p a
 OCAMLARCHIVEOPTIONS =