]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_paramodulation/Makefile
ceda256925282657258361620a22ad66adc45e4a
[helm.git] / helm / software / components / ng_paramodulation / Makefile
1 PACKAGE = ng_paramodulation
2
3 INTERFACE_FILES = \
4         terms.mli pp.mli foSubst.mli foUtils.mli \
5         foUnif.mli index.mli orderings.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