]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/Makefile
- cic_exportation, cic_acic, acic_content (only parts related to acic)
[helm.git] / matita / components / ng_library / Makefile
index e5cd7fb1f349ca60a50196e10a82e6d8e887aec9..861f19acd39869418801606bf6b55aa4739e4da6 100644 (file)
@@ -2,8 +2,6 @@ PACKAGE = ng_library
 PREDICATES =
 
 INTERFACE_FILES = \
-       nCic2OCic.mli \
-       oCic2NCic.mli  \
        nCicLibrary.mli
 
 IMPLEMENTATION_FILES = \
@@ -14,10 +12,10 @@ EXTRA_OBJECTS_TO_CLEAN =
 %.cmi: OCAMLOPTIONS += -w Ae
 %.cmx: OCAMLOPTIONS += -w Ae
 
-all: rt check
+all:
 %: %.ml $(PACKAGE).cma
        $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
-all.opt opt: rt.opt check.opt
+all.opt opt:
 %.opt: %.ml $(PACKAGE).cmxa
        $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<