]> matita.cs.unibo.it Git - helm.git/blob - ng_paramodulation/Makefile
made executable again
[helm.git] / 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