]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/Makefile
* ocaml => components
[helm.git] / matita / Makefile
index c39fcee85fc2f96d02a1ff78d75e589efde6f737..5edaeee643827857b654eb2f0014ece759f7d4f2 100644 (file)
@@ -116,6 +116,10 @@ links:
        $(H)ln -sf matita.opt matita
        $(H)ln -sf matitac.opt matitac
 
+linkonly:
+       $(H)echo "  OCAMLC matita.ml"
+       $(H)$(OCAMLC) $(PKGS) -linkpkg -o matita $(CMOS) matita.ml
+.PHONY: linkonly
 matita: matita.ml $(LIB_DEPS) $(CMOS)
        $(H)echo "  OCAMLC $<"
        $(H)$(OCAMLC) $(PKGS) -linkpkg -o $@ $(CMOS) matita.ml
@@ -197,9 +201,9 @@ distclean: clean
 TEST_DIRS =                            \
        library                         \
        tests                           \
-       contribs/LAMBDA-TYPES           \
-       contribs/PREDICATIVE-TOPOLOGY   \
        $(NULL)
+#      contribs/LAMBDA-TYPES           \
+#      contribs/PREDICATIVE-TOPOLOGY   \
 
 .PHONY: tests tests.opt cleantests cleantests.opt
 tests: $(foreach d,$(TEST_DIRS),$(d)-test)