summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/compiler')
-rw-r--r--otherlibs/labltk/compiler/Makefile16
-rw-r--r--otherlibs/labltk/compiler/code.mli4
-rw-r--r--otherlibs/labltk/compiler/compile.ml4
-rw-r--r--otherlibs/labltk/compiler/copyright4
-rw-r--r--otherlibs/labltk/compiler/flags.ml4
-rw-r--r--otherlibs/labltk/compiler/intf.ml4
-rw-r--r--otherlibs/labltk/compiler/lexer.mll2
-rw-r--r--otherlibs/labltk/compiler/maincompile.ml4
-rw-r--r--otherlibs/labltk/compiler/parser.mly4
-rw-r--r--otherlibs/labltk/compiler/pp.ml4
-rw-r--r--otherlibs/labltk/compiler/ppexec.ml4
-rw-r--r--otherlibs/labltk/compiler/pplex.mli4
-rw-r--r--otherlibs/labltk/compiler/pplex.mll4
-rw-r--r--otherlibs/labltk/compiler/ppparse.ml4
-rw-r--r--otherlibs/labltk/compiler/ppyac.mly4
-rw-r--r--otherlibs/labltk/compiler/printer.ml4
-rw-r--r--otherlibs/labltk/compiler/tables.ml4
-rw-r--r--otherlibs/labltk/compiler/tsort.ml4
18 files changed, 49 insertions, 33 deletions
diff --git a/otherlibs/labltk/compiler/Makefile b/otherlibs/labltk/compiler/Makefile
index b7db380f6..f6e584546 100644
--- a/otherlibs/labltk/compiler/Makefile
+++ b/otherlibs/labltk/compiler/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
OBJS= ../support/support.cmo flags.cmo copyright.cmo \
diff --git a/otherlibs/labltk/compiler/code.mli b/otherlibs/labltk/compiler/code.mli
index 6f3e29213..bde9c4455 100644
--- a/otherlibs/labltk/compiler/code.mli
+++ b/otherlibs/labltk/compiler/code.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/compiler/compile.ml b/otherlibs/labltk/compiler/compile.ml
index fd74bc173..2735deb87 100644
--- a/otherlibs/labltk/compiler/compile.ml
+++ b/otherlibs/labltk/compiler/compile.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/compiler/copyright b/otherlibs/labltk/compiler/copyright
index 23dff46dc..87ab0d30b 100644
--- a/otherlibs/labltk/compiler/copyright
+++ b/otherlibs/labltk/compiler/copyright
@@ -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,6 +10,6 @@
(* 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/compiler/flags.ml b/otherlibs/labltk/compiler/flags.ml
index 009d5e725..d832b4947 100644
--- a/otherlibs/labltk/compiler/flags.ml
+++ b/otherlibs/labltk/compiler/flags.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/compiler/intf.ml b/otherlibs/labltk/compiler/intf.ml
index 59608b381..42ad1b38d 100644
--- a/otherlibs/labltk/compiler/intf.ml
+++ b/otherlibs/labltk/compiler/intf.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/compiler/lexer.mll b/otherlibs/labltk/compiler/lexer.mll
index f51f0c01f..2fc2376e2 100644
--- a/otherlibs/labltk/compiler/lexer.mll
+++ b/otherlibs/labltk/compiler/lexer.mll
@@ -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 *)
diff --git a/otherlibs/labltk/compiler/maincompile.ml b/otherlibs/labltk/compiler/maincompile.ml
index d8c72a312..91b6bcdff 100644
--- a/otherlibs/labltk/compiler/maincompile.ml
+++ b/otherlibs/labltk/compiler/maincompile.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/compiler/parser.mly b/otherlibs/labltk/compiler/parser.mly
index 15ced65f8..6dc7aff32 100644
--- a/otherlibs/labltk/compiler/parser.mly
+++ b/otherlibs/labltk/compiler/parser.mly
@@ -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. */
+/* described in file ../../../LICENSE. */
/* */
/***********************************************************************/
diff --git a/otherlibs/labltk/compiler/pp.ml b/otherlibs/labltk/compiler/pp.ml
index 5c46766af..c6d4f7987 100644
--- a/otherlibs/labltk/compiler/pp.ml
+++ b/otherlibs/labltk/compiler/pp.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/compiler/ppexec.ml b/otherlibs/labltk/compiler/ppexec.ml
index 71118b960..dd66928c7 100644
--- a/otherlibs/labltk/compiler/ppexec.ml
+++ b/otherlibs/labltk/compiler/ppexec.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/compiler/pplex.mli b/otherlibs/labltk/compiler/pplex.mli
index 4eaa183b2..0502fc901 100644
--- a/otherlibs/labltk/compiler/pplex.mli
+++ b/otherlibs/labltk/compiler/pplex.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/compiler/pplex.mll b/otherlibs/labltk/compiler/pplex.mll
index 313d1f2dd..6559d8e94 100644
--- a/otherlibs/labltk/compiler/pplex.mll
+++ b/otherlibs/labltk/compiler/pplex.mll
@@ -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. *)
+(* described in file ../../../LICENSE. *)
(* *)
(***********************************************************************)
diff --git a/otherlibs/labltk/compiler/ppparse.ml b/otherlibs/labltk/compiler/ppparse.ml
index 630d675de..2b0fdbf8c 100644
--- a/otherlibs/labltk/compiler/ppparse.ml
+++ b/otherlibs/labltk/compiler/ppparse.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/compiler/ppyac.mly b/otherlibs/labltk/compiler/ppyac.mly
index da7ee681f..f92ef9664 100644
--- a/otherlibs/labltk/compiler/ppyac.mly
+++ b/otherlibs/labltk/compiler/ppyac.mly
@@ -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. */
+/* described in file ../../../LICENSE. */
/* */
/***********************************************************************/
diff --git a/otherlibs/labltk/compiler/printer.ml b/otherlibs/labltk/compiler/printer.ml
index be70612aa..fe33ada36 100644
--- a/otherlibs/labltk/compiler/printer.ml
+++ b/otherlibs/labltk/compiler/printer.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/compiler/tables.ml b/otherlibs/labltk/compiler/tables.ml
index 0663dfaad..a86b4af50 100644
--- a/otherlibs/labltk/compiler/tables.ml
+++ b/otherlibs/labltk/compiler/tables.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/compiler/tsort.ml b/otherlibs/labltk/compiler/tsort.ml
index 6496eaae2..6768d0d7f 100644
--- a/otherlibs/labltk/compiler/tsort.ml
+++ b/otherlibs/labltk/compiler/tsort.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. *)
(* *)
(***********************************************************************)