]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_paramodulation/Makefile
d6a970b20ca4f65ed7a64d352615814f63a5ee2f
[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         nCicBlob.mli cicBlob.mli paramod.mli
7
8 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
9
10 all:
11
12 include ../../Makefile.defs
13 include ../Makefile.common