X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;h=e41e3bbc2c6508e440b906a5b80aaf7e7dc33a60;hb=ade82a2efdd5545a8fd457aba9a7d2a7ca7652c8;hp=c381b8dc863ba854cd99ebb1d6c389d2e8d03aa4;hpb=ba824e867afc3eaf081ed1a1d6526d421242a6a0;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index c381b8dc8..e41e3bbc2 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -1,11 +1,11 @@ PACKAGE = mathql -REQUIRES = helm-urimanager +REQUIRES = helm-urimanager helm-cic helm-cic_textual_parser PREDICATES = -INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli +INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli mQueryMisc.mli IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \ - mQueryUtil.ml + mQueryUtil.ml mQueryMisc.ml EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \ mQueryTLexer.mll mQueryTParser.mly