From 7ab0c11985ab4caf44ef42e01c4eb0b5bde77913 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 13 Mar 2003 14:50:21 +0000 Subject: [PATCH] - Some .cvsignore were missing - Backtracking on the few glib2 dependencies --- helm/DEVEL/mathml_editor/.cvsignore | 1 + helm/DEVEL/mathml_editor/ocaml/.cvsignore | 1 + helm/DEVEL/mathml_editor/ocaml/.depend | 2 ++ helm/DEVEL/mathml_editor/ocaml/Makefile.am | 4 ++-- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 helm/DEVEL/mathml_editor/ocaml/.cvsignore create mode 100644 helm/DEVEL/mathml_editor/ocaml/.depend diff --git a/helm/DEVEL/mathml_editor/.cvsignore b/helm/DEVEL/mathml_editor/.cvsignore index 42bb76f78..aa01254b1 100644 --- a/helm/DEVEL/mathml_editor/.cvsignore +++ b/helm/DEVEL/mathml_editor/.cvsignore @@ -13,3 +13,4 @@ result.xml stamp-h stamp-h.in t1lib.log +editex.pc diff --git a/helm/DEVEL/mathml_editor/ocaml/.cvsignore b/helm/DEVEL/mathml_editor/ocaml/.cvsignore new file mode 100644 index 000000000..cf4c41a0a --- /dev/null +++ b/helm/DEVEL/mathml_editor/ocaml/.cvsignore @@ -0,0 +1 @@ +META Makefile Makefile.in *.cm[ioax] *.cmxa *.lo *.la .deps .libs diff --git a/helm/DEVEL/mathml_editor/ocaml/.depend b/helm/DEVEL/mathml_editor/ocaml/.depend new file mode 100644 index 000000000..6da802c7e --- /dev/null +++ b/helm/DEVEL/mathml_editor/ocaml/.depend @@ -0,0 +1,2 @@ +mathml_editor.cmo: i_mathml_editor.cmo +mathml_editor.cmx: i_mathml_editor.cmx diff --git a/helm/DEVEL/mathml_editor/ocaml/Makefile.am b/helm/DEVEL/mathml_editor/ocaml/Makefile.am index a85b99978..624f1644f 100644 --- a/helm/DEVEL/mathml_editor/ocaml/Makefile.am +++ b/helm/DEVEL/mathml_editor/ocaml/Makefile.am @@ -91,7 +91,7 @@ i_mathml_editor.cmo: i_mathml_editor.ml i_mathml_editor.cmx: i_mathml_editor.ml $(OCAMLOPT) -c $< -depend: *.ml *.mli - $(OCAMLDEP) *.ml *.mli >.depend +depend: *.ml + $(OCAMLDEP) *.ml >.depend include .depend -- 2.39.2