#SOURCES = AUTO bin_PROGRAMS = texvc texvc_SOURCES = util.cmx parser.cmx html.cmx mathml.cmx texutil.cmx render.cmx lexer.cmx texvc.cmx texvc: util.cmx parser.cmx html.cmx mathml.cmx texutil.cmx render.cmx lexer.cmx texvc.cmx ocamlopt -o $@ unix.cmxa $^ %.mli %.ml: %.mly ocamlyacc $< %.ml: %.mll ocamllex $< %.cmo: %.ml ocamlc -c $< %.cmx: %.ml ocamlopt -c $< %.cmi: %.mli ocamlc -c $< clean-local:: rm -f *.cm* *.o *.a parser.mli rm -f *~ html.cmo: render_info.cmi tex.cmi util.cmo html.cmi html.cmx: render_info.cmi tex.cmi util.cmx html.cmi html.cmi: tex.cmi lexer.cmo: parser.cmi render_info.cmi tex.cmi texutil.cmi lexer.cmx: parser.cmx render_info.cmi tex.cmi texutil.cmx mathml.cmo: tex.cmi mathml.cmi mathml.cmx: tex.cmi mathml.cmi mathml.cmi: tex.cmi parser.cmo: render_info.cmi tex.cmi parser.cmi parser.cmx: render_info.cmi tex.cmi parser.cmi parser.cmi: render_info.cmi tex.cmi render.cmo: texutil.cmi util.cmo render.cmx: texutil.cmx util.cmx texutil.cmo: html.cmi parser.cmi render_info.cmi tex.cmi util.cmo texutil.cmi texutil.cmx: html.cmx parser.cmx render_info.cmi tex.cmi util.cmx texutil.cmi texutil.cmi: parser.cmi tex.cmi texvc.cmo: html.cmi lexer.cmo mathml.cmi parser.cmi render.cmo texutil.cmi util.cmo texvc.cmx: html.cmx lexer.cmx mathml.cmx parser.cmx render.cmx texutil.cmx util.cmx texvc_cgi.cmo: lexer.cmo parser.cmi render.cmo texutil.cmi util.cmo texvc_cgi.cmx: lexer.cmx parser.cmx render.cmx texutil.cmx util.cmx texvc_test.cmo: html.cmi lexer.cmo parser.cmi texutil.cmi util.cmo texvc_test.cmx: html.cmx lexer.cmx parser.cmx texutil.cmx util.cmx texvc_tex.cmo: lexer.cmo parser.cmi texutil.cmi util.cmo texvc_tex.cmx: lexer.cmx parser.cmx texutil.cmx util.cmx