]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
more fix removed from types
[helm.git] / helm / software / components / ng_kernel / Makefile
index 1401a16a672c170239ef8de23809b01c3156b3b7..56915b13e6d16e813f56e969e794b3cb2e9dccb0 100644 (file)
@@ -4,11 +4,11 @@ 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 \
@@ -23,6 +23,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