X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql%2FMakefile;h=8cd40ee82dee8c5d186168e934261d568d49ce74;hb=1d2bd140d14561951f8214edf15abe4f40dcb649;hp=52a5eb155fa9b3d8428d8609c5584303fed8dda7;hpb=6c04191a9045120d3cf5f6046eee627d6499e5c9;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile index 52a5eb155..8cd40ee82 100644 --- a/helm/ocaml/mathql/Makefile +++ b/helm/ocaml/mathql/Makefile @@ -4,11 +4,12 @@ PREDICATES = INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli -IMPLEMENTATION_FILES = mathQL.ml $(INTERFACE_FILES:%.mli=%.ml) \ - mQueryTLexer.ml - +IMPLEMENTATION_FILES = mathQL.ml mQueryTParser.ml mQueryTLexer.ml \ + mQueryHTML.ml mQueryUtil.ml + EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \ - mQueryTLexer.mll mQueryTParser.mly + mQueryTLexer.mll mQueryTParser.mly \ + mQueryHTML.ml mQueryHTML.cmi EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ mQueryTLexer.ml