]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
context for fixpoint body created in the hopefully right order
[helm.git] / helm / software / components / ng_kernel / Makefile
index 143fefa1af71f09b37c97e92ec9a45a2635ec6e4..29e1fbe06890d1907b17d42eb68cd863d89c998f 100644 (file)
@@ -2,11 +2,27 @@ PACKAGE = ng_kernel
 PREDICATES =
 
 INTERFACE_FILES = \
-       nCicEnvironment.mli nCicTypeChecker.mli nUriManager.mli oCicTypeChecker.mli oCic2NCic.mli
+       nUri.mli \
+       nReference.mli \
+       oCic2NCic.mli  \
+       nCicEnvironment.mli \
+       nCicTypeChecker.mli \
+       oCicTypeChecker.mli \
+       nCicUtils.mli \
+       nCicSubstitution.mli \
+       nCicReduction.mli \
+       nCic2OCic.mli
+
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL = 
 EXTRA_OBJECTS_TO_CLEAN =
+OCAMLOPTIONS += -w Ae
+
+all: rt
+rt: rt.ml $(PACKAGE).cma
+       $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
+       
 
 include ../../Makefile.defs
 include ../Makefile.common