]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
Added parameter first_statement_only to the functions in matitaEngine
[helm.git] / helm / matita / Makefile.in
index 32eccedd461f90874f8b6dfc3e7ac2a7ad6b73e7..4e1d7b5b1ad69c988dc8fcef1f55791999eccbc3 100644 (file)
@@ -40,9 +40,6 @@ CMOS =                                \
        matitaMisc.cmo          \
        matitamakeLib.cmo       \
        matitaInit.cmo          \
-       disambiguatePp.cmo      \
-       matitaSync.cmo          \
-       matitaDisambiguator.cmo \
        matitaExcPp.cmo         \
        matitaEngine.cmo        \
        matitacLib.cmo          \
@@ -60,9 +57,6 @@ CCMOS =                               \
        matitaMisc.cmo          \
        matitamakeLib.cmo       \
        matitaInit.cmo          \
-       disambiguatePp.cmo      \
-       matitaSync.cmo          \
-       matitaDisambiguator.cmo \
        matitaExcPp.cmo         \
        matitaEngine.cmo        \
        matitacLib.cmo          \
@@ -203,7 +197,7 @@ clean:
                $(PROGRAMS_UPX) \
                $(NULL)
 
-tests: matitac matitadep matitaclean
+tests: matitac matitadep matitaclean coq.moo
        @-(cd library && make -k clean all)
        @-(cd tests && make -k clean all)
        @-(cd tests/bad_tests && make -k clean all)