]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
some debug printings
[helm.git] / helm / software / components / ng_kernel / Makefile
index 20917028861e2084bb0ded1e57d1bccf3fb08c0d..1401a16a672c170239ef8de23809b01c3156b3b7 100644 (file)
@@ -2,11 +2,28 @@ PACKAGE = ng_kernel
 PREDICATES =
 
 INTERFACE_FILES = \
-       nCicEnvironment.mli nCicTypeChecker.mli nReference.mli oCicTypeChecker.mli oCic2NCic.mli
+       nUri.mli \
+       nReference.mli \
+       nCicPp.mli \
+       oCic2NCic.mli  \
+       nCicUtils.mli \
+       nCicSubstitution.mli \
+       nCicEnvironment.mli \
+       nCicReduction.mli \
+       nCicTypeChecker.mli \
+       oCicTypeChecker.mli \
+       nCic2OCic.mli
+
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL = 
 EXTRA_OBJECTS_TO_CLEAN =
+OCAMLOPTIONS += -w Ae
+
+all: rt check
+%: %.ml $(PACKAGE).cma
+       $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
+       
 
 include ../../Makefile.defs
 include ../Makefile.common