]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_tactics/Makefile
- non_punctuational_tacticals ported to NG
[helm.git] / helm / software / components / ng_tactics / Makefile
1 PACKAGE = ng_tactics
2
3 INTERFACE_FILES = \
4         nTacStatus.mli \
5         nTactics.mli \
6         nCicElim.mli
7
8 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
9
10
11 all:
12
13
14 include ../../Makefile.defs
15 include ../Makefile.common