]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_paramodulation/Makefile
Preparing for 0.5.9 release.
[helm.git] / helm / software / components / ng_paramodulation / Makefile
1 PACKAGE = ng_paramodulation
2
3 INTERFACE_FILES = \
4         terms.mli pp.mli foSubst.mli \
5         orderings.mli foUtils.mli foUnif.mli index.mli superposition.mli \
6         stats.mli paramod.mli nCicBlob.mli cicBlob.mli nCicProof.mli \
7         nCicParamod.mli
8
9 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
10
11 all:
12
13 include ../../Makefile.defs
14 include ../Makefile.common