X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=261feac7be1a5b027f58d4fb26dc8ebca5e13339;hb=7cb90c67bc6f8113188a91ecc29f6db20db5aeb8;hp=18fcd5512029218e9b916d5714c8e15e3fcb340e;hpb=20595b27aa778b574d2f8ab5edaa1aa0382e01c5;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 18fcd5512..261feac7b 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -1,17 +1,21 @@ + PACKAGE = mathql_interpreter -REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres +REQUIRES = helm-urimanager helm-mathql postgres #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