]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_paramodulation/Makefile
we rewrite the paramodulation code!
[helm.git] / helm / software / components / ng_paramodulation / Makefile
1 PACKAGE = ng_paramodulation
2
3 INTERFACE_FILES = \
4         terms.mli pp.mli founif.mli index.mli orderings.mli
5
6 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
7
8 all:
9
10 include ../../Makefile.defs
11 include ../Makefile.common