(***********************************************************************)
(*                                                                     *)
(*                           Objective Caml                            *)
(*                                                                     *)
(*            Pierre Weis, projet Cristal, INRIA Rocquencourt          *)
(*                                                                     *)
(*  Copyright 2000 Institut National de Recherche en Informatique et   *)
(*  en Automatique.  Distributed only by permission.                   *)
(*                                                                     *)
(***********************************************************************)

To compile:

- the Ppm module:
  make clean
  make all

If you need a native code version:
  make allopt

To install the library into the Caml library:

1- Edit the Makefile and set the line

LIBDIR=/usr/local/lib/ocaml/

to set LIBDIR to the appropriate value.

2- Type in:
  make install
  make installopt

