]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/mathql_interpreter/Makefile
Now mathql_generator compiles before mathql_interpreter.
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
1 PACKAGE = mathql_interpreter
2 REQUIRES = helm-urimanager helm-mathql postgres
3 #natile-galax 
4
5 PREDICATES =
6
7 INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \
8                   mQIPostgres.mli mQIMap.mli mQIConn.mli \
9                   mQIProperty.mli mQueryInterpreter.mli
10
11 IMPLEMENTATION_FILES = mQueryTParser.ml mQueryTLexer.ml \
12                        $(INTERFACE_FILES:%.mli=%.ml)
13
14 EXTRA_OBJECTS_TO_INSTALL = mQueryTLexer.cmi \
15                            mQueryTLexer.mll mQueryTParser.mly
16
17 EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \
18                          mQueryTLexer.ml
19
20 include ../Makefile.common