ocaml/ocamltest/ocamltest_config.ml.in

87 lines
2.3 KiB
OCaml
Raw Normal View History

(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Sebastien Hinderer, projet Gallium, INRIA Paris *)
(* *)
(* Copyright 2016 Institut National de Recherche en Informatique et *)
(* en Automatique. *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
(* The configuration module for ocamltest *)
let arch = "%%ARCH%%"
let afl_instrument = %%AFL_INSTRUMENT%%
2018-02-05 05:05:47 -08:00
let asm = "%%ASM%%"
2018-04-27 02:09:48 -07:00
let cc = "%%CC%%"
2018-04-27 02:09:48 -07:00
let cflags = "%%OC_CFLAGS%%"
2018-04-27 02:09:48 -07:00
let ccomptype = "%%CCOMPTYPE%%"
2018-04-27 02:09:48 -07:00
let shared_libraries = %%SUPPORTS_SHARED_LIBRARIES%%
let libunix = %%unix%%
let systhreads = %%systhreads%%
let str = %%str%%
let objext = "%%O%%"
let asmext = "%%S%%"
2019-09-13 04:01:31 -07:00
let system = "%%SYSTEM%%"
let c_preprocessor = "%%CPP%%"
let ocamlsrcdir = "%%ocamlsrcdir%%"
let flambda = %%FLAMBDA%%
let ocamlc_default_flags = "%%ocamlcdefaultflags%%"
let ocamlopt_default_flags = "%%ocamloptdefaultflags%%"
let safe_string = %%FORCE_SAFE_STRING%%
let flat_float_array = %%FLAT_FLOAT_ARRAY%%
let ocamldoc = %%WITH_OCAMLDOC%%
let ocamldebug = %%WITH_OCAMLDEBUG%%
let native_dynlink = %%NATDYNLINK%%
let shared_library_cflags = "%%SHAREDLIB_CFLAGS%%"
let sharedobjext = "%%SO%%"
let csc = "%%CSC%%"
let csc_flags = "%%CSCFLAGS%%"
let exe = "%%EXE%%"
let mkdll = "%%MKDLL%%"
let mkexe = "%%mkexe%%"
let bytecc_libs = "%%BYTECCLIBS%%"
let nativecc_libs = "%%NATIVECCLIBS%%"
let windows_unicode = %%WINDOWS_UNICODE%% != 0
2019-06-26 03:28:58 -07:00
let function_sections = %%FUNCTION_SECTIONS%%
let has_instrumented_runtime = %%RUNTIMEI%%
let naked_pointers = %%NAKED_POINTERS%%