]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_tactics/Makefile
Release 0.5.9.
[helm.git] / helm / software / 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         zipTree.mli \
9         andOrTree.mli \
10         nAuto.mli \
11         nInversion.mli \
12         nDestructTac.mli
13
14 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
15
16
17 all:
18
19
20 include ../../Makefile.defs
21 include ../Makefile.common