X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=bdd7381359d12b4d9c88a7843a78721aea1b60db;hb=2d23138f12504ba92274f91a5ced014e1a20511e;hp=88c66ac8ed5d478cbb22789dc0f8f36653179f50;hpb=68e62a195d6228befb75b4e2edd59bc58b1cdb0c;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 88c66ac8e..bdd738135 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,18 +1,17 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager helm-mathql postgres -#natile-galax PREDICATES = INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \ - mQIPostgres.mli mQIMap.mli mQIConn.mli \ + mQIPostgres.mli mQIMySql.mli mQIMap.mli mQIConn.mli \ mQIProperty.mli mQueryInterpreter.mli IMPLEMENTATION_FILES = mQueryTParser.ml mQueryTLexer.ml \ - $(INTERFACE_FILES:%.mli=%.ml) + mQITypes.ml $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = mQueryTLexer.cmi \ - mQueryTLexer.mll mQueryTParser.mly + mQueryTLexer.mll mQueryTParser.mly \ + mQITypes.ml mQITypes.cmi EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ mQueryTLexer.ml