X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;h=6554bf698417bf2c7867cf6a22c1aec984ca4ba3;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=8cd40ee82dee8c5d186168e934261d568d49ce74;hpb=691f90554fe985a5ef67a7e82fb684ab10024fac;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index 8cd40ee82..6554bf698 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -1,17 +1,13 @@ PACKAGE = mathql -REQUIRES = helm-urimanager +REQUIRES = helm-cic helm-cic_textual_parser PREDICATES = -INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli +INTERFACE_FILES = mQueryMisc.mli -IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \ - mQueryHTML.ml mQueryUtil.ml +IMPLEMENTATION_FILES = mathQL.ml mQueryMisc.ml -EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \ - mQueryTLexer.mll mQueryTParser.mly \ - mQueryHTML.ml mQueryHTML.cmi +EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi -EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ - mQueryTLexer.ml +EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common