forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocaml_variables.mli
136 lines (82 loc) · 3.36 KB
/
ocaml_variables.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
(**************************************************************************)
(* *)
(* 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. *)
(* *)
(**************************************************************************)
(* Definition of OCaml-specific variables *)
(* The variables are listed in alphabetical order *)
val all_modules : Variables.t
val arch : Variables.t
val binary_modules : Variables.t
val bytecc_libs : Variables.t
(** Libraries to link with for bytecode *)
val c_preprocessor : Variables.t
val cc : Variables.t
val caml_ld_library_path : Variables.t
val codegen_exit_status : Variables.t
val compare_programs : Variables.t
val compiler_directory_suffix : Variables.t
val compiler_reference : Variables.t
val compiler_reference2 : Variables.t
val compiler_reference_suffix : Variables.t
val compiler_output : Variables.t
val compiler_output2 : Variables.t
val compiler_stdin : Variables.t
val compile_only : Variables.t
val csc : Variables.t
val csc_flags : Variables.t
val directories : Variables.t
val flags : Variables.t
val last_flags : Variables.t
val libraries : Variables.t
val mkdll : Variables.t
(** Command used to make a DLL *)
val mkexe : Variables.t
(** Command used to build an executable program *)
val module_ : Variables.t
val modules : Variables.t
val nativecc_libs : Variables.t
(** Libraries to link with for native code *)
val objext : Variables.t
val libext : Variables.t
val asmext : Variables.t
val ocamlc_byte : Variables.t
val ocamlopt_byte : Variables.t
val ocamlrun : Variables.t
val ocamlc_flags : Variables.t
val ocamlc_default_flags : Variables.t
val ocamllex_flags : Variables.t
val ocamlopt_flags : Variables.t
val ocamlopt_default_flags : Variables.t
val ocamlyacc_flags : Variables.t
val ocaml_exit_status : Variables.t
val ocaml_filetype_flag : Variables.t
val ocamlc_byte_exit_status : Variables.t
val ocamlopt_byte_exit_status : Variables.t
val ocamlnat_exit_status : Variables.t
val ocamlc_opt_exit_status : Variables.t
val ocamlopt_opt_exit_status : Variables.t
val ocamlrunparam : Variables.t
val ocamlsrcdir : Variables.t
val ocamldebug_flags : Variables.t
val ocamldebug_script : Variables.t
val os_type : Variables.t
val ocamldoc_flags : Variables.t
val ocamldoc_backend : Variables.t
val ocamldoc_exit_status : Variables.t
val ocamldoc_output : Variables.t
val ocamldoc_reference : Variables.t
val ocaml_script_as_argument : Variables.t
val plugins : Variables.t
val shared_library_cflags : Variables.t
val sharedobjext : Variables.t
val use_runtime : Variables.t