X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=c82572648051df7ce0dcda8fe54c6d4906fb87e3;hb=5bef9ac5a9bfe07b11ce0e44fab51ea4b6eb4057;hp=290258d17515d2db14dcd085df09075aab43c7b1;hpb=97050ceab872afb33c5ff862f3f96743437e4346;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 290258d17..c82572648 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,17 +1,24 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager postgres unix helm-mathql +REQUIRES = helm-urimanager helm-mathql postgres +#natile-galax + PREDICATES = -INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli diff.mli \ - sortedby.mli select.mli intersect.mli union.mli \ - pattern.mli use.mli letin.mli mqint.mli +PRE_IFILES = mQIPostgres.mli mQIMap.mli mQIConn.mli \ + mQIUtil.mli mQILib.mli mQIProperty.mli + +POST_IFILES = mQueryIO.mli mQueryInterpreter.mli -IMPLEMENTATION_FILES = mathql_semantics.ml \ - $(INTERFACE_FILES:%.mli=%.ml) +INTERFACE_FILES = $(PRE_IFILES) $(POST_IFILES) -EXTRA_OBJECTS_TO_INSTALL = mathql_semantics.ml mathql_semantics.cmi +IMPLEMENTATION_FILES = $(PRE_IFILES:%.mli=%.ml) \ + mQueryTParser.ml mQueryTLexer.ml \ + $(POST_IFILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_CLEAN = +EXTRA_OBJECTS_TO_INSTALL = mQITypes.cmi mQueryTLexer.cmi \ + mQITypes.ml mQueryTLexer.mll mQueryTParser.mly +EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ + mQueryTLexer.ml include ../Makefile.common