X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=7d21bc6ba427f827fc8dc2b2e7e13fd8583e9539;hb=b686d3fc124a300a3beaceccd8603fdfd220c1de;hp=f6f655d28f6443b472722656c67c3123a5a9943a;hpb=b5503c72c5560e8da3337e99bf058f0caab350e8;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index f6f655d28..7d21bc6ba 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -5,14 +5,15 @@ REQUIRES = helm-urimanager helm-mathql mysql postgres PREDICATES = INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \ - mQIDataBase.mli mQIPostgres.mli mQIMySql.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