X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=Make.rules.in;h=a25d4857b60a12ae6c401c9a41a40612d9737581;hp=b22fdf64ac99e28501e87e74addb1003589776e9;hb=989fbe475b9041f780a58a613b2126da5edb8f8a;hpb=e4450db8fa0bdf31f3bf50062295b801a6a803ab diff --git a/Make.rules.in b/Make.rules.in index b22fdf6..a25d485 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -40,6 +40,11 @@ else $(OCAMLOPT) $(OCAMLOPTFLAGS) $(OCAMLOPTINCS) -c $< endif +%.ml %.mli: %.mly + ocamlyacc $< +.mll.ml: + ocamllex $< + # Dependencies. depend: .depend @@ -60,4 +65,4 @@ endif .PHONY: depend dist check-manifest dpkg doc -.SUFFIXES: .cmo .cmi .cmx .ml .mli .mll +.SUFFIXES: .cmo .cmi .cmx .ml .mli .mll .mly