]> matita.cs.unibo.it Git - helm.git/blob - matita/components/ng_extraction/Makefile
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_extraction / Makefile
1 PACKAGE = ng_extraction
2 PREDICATES =
3
4 INTERFACE_FILES = \
5         nCicExtraction.mli \
6         coq.mli \
7         ocamlExtractionTable.mli  \
8         mlutil.mli \
9         common.mli \
10         extraction.mli \
11         ocaml.mli \
12         ocamlExtraction.mli
13 #       extract_env.mli \
14
15 IMPLEMENTATION_FILES = \
16    miniml.ml $(INTERFACE_FILES:%.mli=%.ml)
17 EXTRA_OBJECTS_TO_INSTALL = 
18 EXTRA_OBJECTS_TO_CLEAN =
19
20 include ../../Makefile.defs
21 include ../Makefile.common