diff options
author | Alain Frisch <alain@frisch.fr> | 2007-11-08 09:53:35 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2007-11-08 09:53:35 +0000 |
commit | 39940649141ea857b397158141248c2f83fbefbc (patch) | |
tree | a21d65b1d6bcd9fb19230f83cea2c6efa0227ddf | |
parent | 185ec52922d2e3afcb4c56618543773c1315085a (diff) |
Restore dependencies to Widgets.src
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8492 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/labltk/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/otherlibs/labltk/Makefile b/otherlibs/labltk/Makefile index b7fc54937..83ecabe74 100644 --- a/otherlibs/labltk/Makefile +++ b/otherlibs/labltk/Makefile @@ -32,7 +32,15 @@ allopt: byte: all opt: allopt -.PHONY: examples_labltk examples_camltk +.PHONY: labltk camltk examples_labltk examples_camltk + +labltk: Widgets.src + compiler/tkcompiler -outdir labltk + cd labltk; $(MAKE) + +camltk: Widgets.src + compiler/tkcompiler -camltk -outdir camltk + cd camltk; $(MAKE) examples: examples_labltk examples_camltk |