X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FMakefile;h=31dd1e9c44f31269f7ab6ffdc822e90cdca4427f;hb=74c6905907b0bca229366d52450e2a6982b5b8be;hp=3cacb50d17c35068664691c64f5f148ed0a3e2c5;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_kernel/Makefile b/matita/components/ng_kernel/Makefile index 3cacb50d1..31dd1e9c4 100644 --- a/matita/components/ng_kernel/Makefile +++ b/matita/components/ng_kernel/Makefile @@ -7,18 +7,15 @@ INTERFACE_FILES = \ nCicUtils.mli \ nCicSubstitution.mli \ nCicEnvironment.mli \ - nCicPp.mli \ nCicReduction.mli \ nCicTypeChecker.mli \ - nCicUntrusted.mli + nCicUntrusted.mli \ + nCicPp.mli IMPLEMENTATION_FILES = \ nCic.ml $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN = -%.cmo: OCAMLOPTIONS += -w Ae -%.cmi: OCAMLOPTIONS += -w Ae -%.cmx: OCAMLOPTIONS += -w Ae include ../../Makefile.defs include ../Makefile.common