From 000b30e47a2765f7c94d2cc9bd08f876270a76a5 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 19 Feb 2003 13:50:28 +0000 Subject: [PATCH] s/gui/hbugs_client_gui/ --- helm/hbugs/client/.cvsignore | 2 +- helm/hbugs/client/Makefile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/hbugs/client/.cvsignore b/helm/hbugs/client/.cvsignore index b2aeedb7d..405d7b0f4 100644 --- a/helm/hbugs/client/.cvsignore +++ b/helm/hbugs/client/.cvsignore @@ -4,6 +4,6 @@ *.cmx *.o *.a -gui.ml +hbugs_client_gui.ml hbugs_client hbugs_client.opt diff --git a/helm/hbugs/client/Makefile b/helm/hbugs/client/Makefile index 70ffca88a..4ac9af006 100644 --- a/helm/hbugs/client/Makefile +++ b/helm/hbugs/client/Makefile @@ -11,11 +11,11 @@ world: byte opt byte: $(NAME) opt: $(NAME).opt -# gui.ml: hbugs_gui.glade -# lablgladecc $< > $@ -gui.cmo: gui.ml +hbugs_client_gui.ml: hbugs_gui.glade + lablgladecc $< > $@ +hbugs_client_gui.cmo: hbugs_client_gui.ml $(OCAMLC) -c $< -gui.cmx: gui.ml +hbugs_client_gui.cmx: hbugs_client_gui.ml $(OCAMLOPT) -c $< hbugs_client.cmi: hbugs_client.mli $(OCAMLC) -c $< @@ -23,11 +23,11 @@ hbugs_client.cmo: hbugs_client.ml hbugs_client.cmi $(OCAMLC) -c $< hbugs_client.cmx: hbugs_client.ml hbugs_client.cmi $(OCAMLOPT) -c $< -$(NAME): gui.cmo $(NAME).cmo +$(NAME): hbugs_client_gui.cmo $(NAME).cmo main.ml $(OCAMLC) -thread -package threads -linkpkg -o $@ $^ -$(NAME).opt: gui.cmx $(NAME).cmx +$(NAME).opt: hbugs_client_gui.cmx $(NAME).cmx main.ml $(OCAMLOPT) -thread -package threads -linkpkg -o $@ $^ clean: -# rm -f *.cm[aixo] *.cmxa *.[oa] $(NAME){,.opt} gui.ml - rm -f *.cm[aixo] *.cmxa *.[oa] $(NAME){,.opt} + rm -f *.cm[aixo] *.cmxa *.[oa] $(NAME){,.opt} hbugs_client_gui.ml +distclean: clean .PHONY: all world byte opt clean -- 2.39.2