]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
- inversion principles are now generated also for co-inductive types
[helm.git] / helm / software / components / ng_tactics / Makefile
index 3ee5156f927dd69fc6fe7010eb5e5b5d9d2f6f8b..e83858e7e6d790a6a52aad047c05ae3d37432c13 100644 (file)
@@ -1,9 +1,16 @@
 PACKAGE = ng_tactics
 
 INTERFACE_FILES = \
+       nCicTacReduction.mli \
        nTacStatus.mli \
+       nCicElim.mli \
        nTactics.mli \
-       nCicElim.mli
+       zipTree.mli \
+       andOrTree.mli \
+        nnAuto.mli \
+       nAuto.mli \
+       nInversion.mli \
+       nDestructTac.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)