]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
...
[helm.git] / helm / software / components / ng_tactics / Makefile
index e5a6134395ae3ff4a96fef0ffb55dc79da0271b5..bbcb9f6743ca77cac342a961964471dd809fcba6 100644 (file)
@@ -4,7 +4,13 @@ INTERFACE_FILES = \
        nCicTacReduction.mli \
        nTacStatus.mli \
        nCicElim.mli \
-       nTactics.mli 
+       nTactics.mli \
+       zipTree.mli \
+       andOrTree.mli \
+        nnAuto.mli \
+       nAuto.mli \
+       nDestructTac.mli \
+       nInversion.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)