X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FMakefile;h=bbcb9f6743ca77cac342a961964471dd809fcba6;hb=b367de0252e88d6b0476648d5ceac7e4aeffca27;hp=71183455b20d8b648bbb0141e0f0b97928e79eee;hpb=8f4bb4db3597080b57d957eb444e58e032da2d78;p=helm.git diff --git a/helm/software/components/ng_tactics/Makefile b/helm/software/components/ng_tactics/Makefile index 71183455b..bbcb9f674 100644 --- a/helm/software/components/ng_tactics/Makefile +++ b/helm/software/components/ng_tactics/Makefile @@ -1,8 +1,16 @@ PACKAGE = ng_tactics INTERFACE_FILES = \ + nCicTacReduction.mli \ nTacStatus.mli \ - nTactics.mli + nCicElim.mli \ + nTactics.mli \ + zipTree.mli \ + andOrTree.mli \ + nnAuto.mli \ + nAuto.mli \ + nDestructTac.mli \ + nInversion.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)