X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;h=d1c97a1a11ba79e12065169473d88c24fdbb76d7;hb=8ef7b475c3329c533aeec60aa2842e63de8abc10;hp=8cd40ee82dee8c5d186168e934261d568d49ce74;hpb=69ecdb3f3ec94440f1736b5e0247f2ced2e5b2c6;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index 8cd40ee82..d1c97a1a1 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -2,16 +2,12 @@ PACKAGE = mathql REQUIRES = helm-urimanager PREDICATES = -INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli +INTERFACE_FILES = -IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \ - mQueryHTML.ml mQueryUtil.ml +IMPLEMENTATION_FILES = mathQL.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