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