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