X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=5599883250fbcdb0dca3eb5569298d94c7976af4;hb=7f6da5a54d2482895c00c8d58c0b2a1bd9d2d379;hp=929f149e1c7d65964a1be2af441bcb5f8eb16366;hpb=91db309a46f8b6f100a36abbc568deec10a8d1df;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 929f149e1..559988325 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,17 +1,20 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-cic helm-cic_textual_parser \ - postgres natile-galax helm-mathql +REQUIRES = helm-urimanager helm-mathql postgres helm-registry +#natile-galax PREDICATES = -INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \ - mQIUtil.mli mQIProperty.mli \ - mQueryInterpreter.mli +INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \ + mQIPostgres.mli mQIMap.mli mQIConn.mli \ + mQIProperty.mli mQueryInterpreter.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) +IMPLEMENTATION_FILES = mQueryTParser.ml mQueryTLexer.ml \ + $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = +EXTRA_OBJECTS_TO_INSTALL = mQueryTLexer.cmi \ + mQueryTLexer.mll mQueryTParser.mly -EXTRA_OBJECTS_TO_CLEAN = +EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ + mQueryTLexer.ml include ../Makefile.common