summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/jpf
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/jpf')
-rw-r--r--otherlibs/labltk/jpf/Makefile16
-rw-r--r--otherlibs/labltk/jpf/balloon.ml4
-rw-r--r--otherlibs/labltk/jpf/balloon.mli4
-rw-r--r--otherlibs/labltk/jpf/balloontest.ml4
-rw-r--r--otherlibs/labltk/jpf/fileselect.ml4
-rw-r--r--otherlibs/labltk/jpf/fileselect.mli4
-rw-r--r--otherlibs/labltk/jpf/jpf_font.ml4
-rw-r--r--otherlibs/labltk/jpf/jpf_font.mli4
-rw-r--r--otherlibs/labltk/jpf/shell.ml4
-rw-r--r--otherlibs/labltk/jpf/shell.mli4
10 files changed, 34 insertions, 18 deletions
diff --git a/otherlibs/labltk/jpf/Makefile b/otherlibs/labltk/jpf/Makefile
index a79b3d568..a768b1390 100644
--- a/otherlibs/labltk/jpf/Makefile
+++ b/otherlibs/labltk/jpf/Makefile
@@ -1,3 +1,19 @@
+#######################################################################
+# #
+# MLTk, Tcl/Tk interface of OCaml #
+# #
+# Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis #
+# projet Cristal, INRIA Rocquencourt #
+# Jacques Garrigue, Kyoto University RIMS #
+# #
+# Copyright 1999 Institut National de Recherche en Informatique et #
+# en Automatique and Kyoto University. All rights reserved. #
+# This file is distributed under the terms of the GNU Library #
+# General Public License, with the special exception on linking #
+# described in file LICENSE found in the OCaml source tree. #
+# #
+#######################################################################
+
include ../support/Makefile.common
COMPFLAGS=-I ../labltk -I ../support -I $(OTHERS)/win32unix -I $(OTHERS)/unix -I $(OTHERS)/str
diff --git a/otherlibs/labltk/jpf/balloon.ml b/otherlibs/labltk/jpf/balloon.ml
index 739a8d9ec..e880f2777 100644
--- a/otherlibs/labltk/jpf/balloon.ml
+++ b/otherlibs/labltk/jpf/balloon.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/labltk/jpf/balloon.mli b/otherlibs/labltk/jpf/balloon.mli
index 633796ce6..f3e65269d 100644
--- a/otherlibs/labltk/jpf/balloon.mli
+++ b/otherlibs/labltk/jpf/balloon.mli
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/labltk/jpf/balloontest.ml b/otherlibs/labltk/jpf/balloontest.ml
index 60e3aded3..236f6174b 100644
--- a/otherlibs/labltk/jpf/balloontest.ml
+++ b/otherlibs/labltk/jpf/balloontest.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/labltk/jpf/fileselect.ml b/otherlibs/labltk/jpf/fileselect.ml
index 3d42ac2dc..23aaeb6d2 100644
--- a/otherlibs/labltk/jpf/fileselect.ml
+++ b/otherlibs/labltk/jpf/fileselect.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/labltk/jpf/fileselect.mli b/otherlibs/labltk/jpf/fileselect.mli
index 4412a4187..42f7d34fa 100644
--- a/otherlibs/labltk/jpf/fileselect.mli
+++ b/otherlibs/labltk/jpf/fileselect.mli
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/labltk/jpf/jpf_font.ml b/otherlibs/labltk/jpf/jpf_font.ml
index 24b87b7c0..b036d421a 100644
--- a/otherlibs/labltk/jpf/jpf_font.ml
+++ b/otherlibs/labltk/jpf/jpf_font.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
(* find font information *)
diff --git a/otherlibs/labltk/jpf/jpf_font.mli b/otherlibs/labltk/jpf/jpf_font.mli
index 03f705f52..f3045a9c8 100644
--- a/otherlibs/labltk/jpf/jpf_font.mli
+++ b/otherlibs/labltk/jpf/jpf_font.mli
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
val debug : bool ref
diff --git a/otherlibs/labltk/jpf/shell.ml b/otherlibs/labltk/jpf/shell.ml
index 8b00a8f2c..0d566e050 100644
--- a/otherlibs/labltk/jpf/shell.ml
+++ b/otherlibs/labltk/jpf/shell.ml
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
open Unix
diff --git a/otherlibs/labltk/jpf/shell.mli b/otherlibs/labltk/jpf/shell.mli
index c3fec3a2e..7c7dd8e1a 100644
--- a/otherlibs/labltk/jpf/shell.mli
+++ b/otherlibs/labltk/jpf/shell.mli
@@ -1,6 +1,6 @@
(***********************************************************************)
(* *)
-(* MLTk, Tcl/Tk interface of Objective Caml *)
+(* MLTk, Tcl/Tk interface of OCaml *)
(* *)
(* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
(* projet Cristal, INRIA Rocquencourt *)
@@ -10,7 +10,7 @@
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
(* General Public License, with the special exception on linking *)
-(* described in file LICENSE found in the Objective Caml source tree. *)
+(* described in file LICENSE found in the OCaml source tree. *)
(* *)
(***********************************************************************)
val subshell : string -> string list