]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
new data structures for auto
[helm.git] / helm / software / components / ng_tactics / Makefile
index 3ee5156f927dd69fc6fe7010eb5e5b5d9d2f6f8b..f05c75e949248b73a490e1f071df376d971dec9c 100644 (file)
@@ -1,9 +1,14 @@
 PACKAGE = ng_tactics
 
 INTERFACE_FILES = \
+       nCicTacReduction.mli \
        nTacStatus.mli \
+       nCicElim.mli \
        nTactics.mli \
-       nCicElim.mli
+       zipTree.mli \
+       andOrTree.mli \
+       nAuto.mli \
+       nInversion.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)