]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
guarded_by_constructor completely rewritten, fixed missing lift when generating the...
[helm.git] / helm / software / components / ng_kernel / Makefile
index 1401a16a672c170239ef8de23809b01c3156b3b7..1870f381c34227d76eba28280aa7b6f8849f15b2 100644 (file)
@@ -4,14 +4,13 @@ PREDICATES =
 INTERFACE_FILES = \
        nUri.mli \
        nReference.mli \
-       nCicPp.mli \
-       oCic2NCic.mli  \
        nCicUtils.mli \
        nCicSubstitution.mli \
+       oCic2NCic.mli  \
        nCicEnvironment.mli \
+       nCicPp.mli \
        nCicReduction.mli \
        nCicTypeChecker.mli \
-       oCicTypeChecker.mli \
        nCic2OCic.mli
 
 IMPLEMENTATION_FILES = \
@@ -23,6 +22,9 @@ OCAMLOPTIONS += -w Ae
 all: rt check
 %: %.ml $(PACKAGE).cma
        $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
+all.opt opt: rt.opt check.opt
+%.opt: %.ml $(PACKAGE).cmxa
+       $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<
        
 
 include ../../Makefile.defs