]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
today it seems that the substituted should be lifted by k-1+lift_args and not k+lift_...
[helm.git] / helm / software / components / ng_kernel / Makefile
index 29e1fbe06890d1907b17d42eb68cd863d89c998f..1401a16a672c170239ef8de23809b01c3156b3b7 100644 (file)
@@ -4,13 +4,14 @@ PREDICATES =
 INTERFACE_FILES = \
        nUri.mli \
        nReference.mli \
+       nCicPp.mli \
        oCic2NCic.mli  \
-       nCicEnvironment.mli \
-       nCicTypeChecker.mli \
-       oCicTypeChecker.mli \
        nCicUtils.mli \
        nCicSubstitution.mli \
+       nCicEnvironment.mli \
        nCicReduction.mli \
+       nCicTypeChecker.mli \
+       oCicTypeChecker.mli \
        nCic2OCic.mli
 
 IMPLEMENTATION_FILES = \
@@ -19,8 +20,8 @@ EXTRA_OBJECTS_TO_INSTALL =
 EXTRA_OBJECTS_TO_CLEAN =
 OCAMLOPTIONS += -w Ae
 
-all: rt
-rt: rt.ml $(PACKAGE).cma
+all: rt check
+%: %.ml $(PACKAGE).cma
        $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<