]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_tactics/Makefile
first bits for the zipper
[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         nAuto.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