]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
Initial implementation of statuses using objects in place of nested records.
[helm.git] / helm / software / components / ng_kernel / Makefile
index fedcaa4d8b3d6ec9fdbf3fef3ad03013fa627da6..d533c8f73512415d56b78279c620576279927a73 100644 (file)
@@ -8,12 +8,12 @@ INTERFACE_FILES = \
        nCicSubstitution.mli \
        oCic2NCic.mli  \
        nCic2OCic.mli \
-       nCicLibrary.mli \
-       nCicPp.mli \
        nCicEnvironment.mli \
+       nCicPp.mli \
        nCicReduction.mli \
        nCicTypeChecker.mli \
-       nCicUntrusted.mli
+       nCicUntrusted.mli \
+       nCicLibrary.mli
 
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)