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