X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FMakefile;h=e83858e7e6d790a6a52aad047c05ae3d37432c13;hb=d0e97750e19af9286400a3e7b161a1c658684848;hp=3ee5156f927dd69fc6fe7010eb5e5b5d9d2f6f8b;hpb=43eef00462911f52ff53360e812b5b937097d05a;p=helm.git diff --git a/helm/software/components/ng_tactics/Makefile b/helm/software/components/ng_tactics/Makefile index 3ee5156f9..e83858e7e 100644 --- a/helm/software/components/ng_tactics/Makefile +++ b/helm/software/components/ng_tactics/Makefile @@ -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)