X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=f2514f8e03a406cd57fe428e815ac90fc4a845e5;hb=b2bde540ce5ec2c8731f0353815583bd3d4eba26;hp=929f149e1c7d65964a1be2af441bcb5f8eb16366;hpb=91db309a46f8b6f100a36abbc568deec10a8d1df;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 929f149e1..f2514f8e0 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,17 +1,24 @@ PACKAGE = mathql_interpreter -REQUIRES = helm-cic helm-cic_textual_parser \ - postgres natile-galax helm-mathql +REQUIRES = postgres helm-registry helm-mathql +#natile-galax PREDICATES = -INTERFACE_FILES = mQueryMisc.mli mQIPostgres.mli mQIConn.mli \ - mQIUtil.mli mQIProperty.mli \ - mQueryInterpreter.mli +PRE_IFILES = mQIPostgres.mli mQIMap.mli mQIConn.mli \ + mQILib.mli mQIProperty.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) +POST_IFILES = mQueryIO.mli mQueryInterpreter.mli mQueryStandard.mli -EXTRA_OBJECTS_TO_INSTALL = +INTERFACE_FILES = $(PRE_IFILES) $(POST_IFILES) -EXTRA_OBJECTS_TO_CLEAN = +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 include ../Makefile.common