X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=bdd7381359d12b4d9c88a7843a78721aea1b60db;hb=2d23138f12504ba92274f91a5ced014e1a20511e;hp=2f842bb6b3305356e04dbc983483be71d613c5e1;hpb=9e5ad471e2161436f4ff7ff56edce2947350d828;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 2f842bb6b..bdd738135 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,6 +1,4 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager helm-mathql mysql postgres -#natile-galax PREDICATES = @@ -9,10 +7,11 @@ INTERFACE_FILES = mQueryUtil.mli mQIUtil.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