1 (***********************************************************************)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
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. *)
11 (***********************************************************************)
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