Sys.Signals module for a Variant type of signals (and a set_signal function that...
[ocaml.git] / utils / ccomp.mli
blobafdee3a42bf5fe1b4f4211933c14d1ad592eeba2
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 1996 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
10 (* *)
11 (***********************************************************************)
13 (* $Id$ *)
15 (* Compiling C files and building C libraries *)
17 val command: string -> int
18 val run_command: string -> unit
19 val compile_file: string -> int
20 val create_archive: string -> string list -> int
21 val expand_libname: string -> string
22 val quote_files: string list -> string
23 val quote_optfile: string option -> string
24 val make_link_options: string list -> string
25 val merge_manifest: string -> int