]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
short names
[helm.git] / helm / software / components / ng_tactics / Makefile
index 64765023d1da993159a36ac3bc9ce05f593dca86..1db1ad6e76f975b9f4bc5340f86a39d4a77e1f05 100644 (file)
@@ -1,7 +1,12 @@
 PACKAGE = ng_tactics
 
 INTERFACE_FILES = \
-       nTactics.mli
+       nCicTacReduction.mli \
+       nTacStatus.mli \
+       nCicElim.mli \
+       nTactics.mli \
+       nAuto.mli \
+       nInversion.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)