]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
new small devel
[helm.git] / helm / software / matita / Makefile
index a872f3194a26770fbda8973cdc390196f0e05bfd..8bd708eb79ecee997915b0d7b310b625e5e1a1fd 100644 (file)
@@ -36,8 +36,8 @@ MLI = \
        applyTransformation.mli \
        matitacLib.mli          \
        matitaInit.mli          \
-       matitaAutoGui.mli       \
        matitaGtkMisc.mli       \
+       matitaAutoGui.mli       \
        matitaScript.mli        \
        matitaMathView.mli      \
        matitaGui.mli           \
@@ -181,20 +181,21 @@ distclean: clean
 
 TEST_DIRS =                            \
        legacy                          \
-       library                         \
-       tests                           \
-       dama                            \
-       contribs/CoRN                   \
-       contribs/RELATIONAL             \
-       contribs/LOGIC                  \
-       contribs/LAMBDA-TYPES           \
-       contribs/PREDICATIVE-TOPOLOGY   \
+       library                         
+       # tests                                 \
+       # contribs/dama/dama            \
+       # contribs/assembly             \
+       # contribs/CoRN                 \
+       # contribs/RELATIONAL           \
+       # contribs/LOGIC                        \
+       # contribs/PREDICATIVE-TOPOLOGY         \
        $(NULL)
 
 #      library_auto                    
 TEST_DIRS_OPT =                        \
-       $(TEST_DIRS)        \
+       $(TEST_DIRS)                    \
        $(NULL)
+       #contribs/LAMBDA-TYPES          \
 
 .PHONY: tests tests.opt cleantests cleantests.opt
 tests: $(foreach d,$(TEST_DIRS),$(d)-test)