]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
Back-portin from new Matita: semantics of ntry changed (fixed?) when applied
[helm.git] / helm / software / components / ng_tactics / Makefile
index 64765023d1da993159a36ac3bc9ce05f593dca86..bbcb9f6743ca77cac342a961964471dd809fcba6 100644 (file)
@@ -1,7 +1,16 @@
 PACKAGE = ng_tactics
 
 INTERFACE_FILES = \
-       nTactics.mli
+       nCicTacReduction.mli \
+       nTacStatus.mli \
+       nCicElim.mli \
+       nTactics.mli \
+       zipTree.mli \
+       andOrTree.mli \
+        nnAuto.mli \
+       nAuto.mli \
+       nDestructTac.mli \
+       nInversion.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)