]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_tactics/Makefile
Bug fixed: restrict used to take the list of positions to be restricted, but
[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
13 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
14
15
16 all:
17
18
19 include ../../Makefile.defs
20 include ../Makefile.common