]> matita.cs.unibo.it Git - helm.git/blob - matita/components/ng_tactics/Makefile
removed zipTree and andOrTree.
[helm.git] / matita / components / ng_tactics / Makefile
1 PACKAGE = ng_tactics
2
3 INTERFACE_FILES = \
4         nCicTacReduction.mli \
5         nTacStatus.mli \
6         nCicElim.mli \
7         nTactics.mli \
8         nnAuto.mli \
9         nDestructTac.mli \
10         nInversion.mli
11
12 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
13
14
15 all:
16
17
18 include ../../Makefile.defs
19 include ../Makefile.common