]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/mathql_interpreter/Makefile
18fcd5512029218e9b916d5714c8e15e3fcb340e
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
1 PACKAGE = mathql_interpreter
2 REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres
3 #natile-galax 
4
5 PREDICATES =
6
7 INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \
8                   mQIUtil.mli mQIProperty.mli \
9                   mQueryInterpreter.mli
10
11 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
12
13 EXTRA_OBJECTS_TO_INSTALL =
14
15 EXTRA_OBJECTS_TO_CLEAN =
16
17 include ../Makefile.common