X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;h=6554bf698417bf2c7867cf6a22c1aec984ca4ba3;hb=0c6a5aadb1a7746681a8e26fc0b009f847c10557;hp=e41e3bbc2c6508e440b906a5b80aaf7e7dc33a60;hpb=6947d854bee933128bee8f060bedd475fcb49cf9;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index e41e3bbc2..6554bf698 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -1,16 +1,13 @@ PACKAGE = mathql -REQUIRES = helm-urimanager helm-cic helm-cic_textual_parser +REQUIRES = helm-cic helm-cic_textual_parser PREDICATES = -INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli mQueryMisc.mli +INTERFACE_FILES = mQueryMisc.mli -IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \ - mQueryUtil.ml mQueryMisc.ml +IMPLEMENTATION_FILES = mathQL.ml mQueryMisc.ml -EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \ - mQueryTLexer.mll mQueryTParser.mly +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