X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FMakefile;h=31dd1e9c44f31269f7ab6ffdc822e90cdca4427f;hb=74c6905907b0bca229366d52450e2a6982b5b8be;hp=6bca07465a642293d38abc6ae5bbf4d89ff599c6;hpb=a484a2c1e0c022753aefae6a74fbce9fe4cf7983;p=helm.git diff --git a/matita/components/ng_kernel/Makefile b/matita/components/ng_kernel/Makefile index 6bca07465..31dd1e9c4 100644 --- a/matita/components/ng_kernel/Makefile +++ b/matita/components/ng_kernel/Makefile @@ -10,16 +10,12 @@ INTERFACE_FILES = \ nCicReduction.mli \ nCicTypeChecker.mli \ nCicUntrusted.mli \ - nCicPp.mli \ - nCicExtraction.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