]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_refiner/Makefile
Preparing for 0.5.9 release.
[helm.git] / helm / software / components / ng_refiner / Makefile
1 PACKAGE = ng_refiner
2 PREDICATES =
3
4 INTERFACE_FILES = \
5         nDiscriminationTree.mli \
6         nCicMetaSubst.mli \
7         nCicUnifHint.mli \
8         nCicCoercion.mli \
9         nRstatus.mli \
10         nCicRefineUtil.mli \
11         nCicUnification.mli \
12         nCicRefiner.mli
13
14 IMPLEMENTATION_FILES = \
15   $(INTERFACE_FILES:%.mli=%.ml)
16 EXTRA_OBJECTS_TO_INSTALL = 
17 EXTRA_OBJECTS_TO_CLEAN =
18 %.cmo: OCAMLOPTIONS += -w Ae
19 %.cmi: OCAMLOPTIONS += -w Ae
20 %.cmx: OCAMLOPTIONS += -w Ae
21
22 include ../../Makefile.defs
23 include ../Makefile.common
24