GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
build-env.in.cc
Go to the documentation of this file.
1// %NO_EDIT_WARNING%
2
3////////////////////////////////////////////////////////////////////////
4//
5// Copyright (C) 1996-2025 The Octave Project Developers
6//
7// See the file COPYRIGHT.md in the top-level directory of this
8// distribution or <https://octave.org/copyright/>.
9//
10// This file is part of Octave.
11//
12// Octave is free software: you can redistribute it and/or modify it
13// under the terms of the GNU General Public License as published by
14// the Free Software Foundation, either version 3 of the License, or
15// (at your option) any later version.
16//
17// Octave is distributed in the hope that it will be useful, but
18// WITHOUT ANY WARRANTY; without even the implied warranty of
19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20// GNU General Public License for more details.
21//
22// You should have received a copy of the GNU General Public License
23// along with Octave; see the file COPYING. If not, see
24// <https://www.gnu.org/licenses/>.
25//
26////////////////////////////////////////////////////////////////////////
27
28#if defined (HAVE_CONFIG_H)
29# include "config.h"
30#endif
31
32#include "build-env.h"
33
35
37
38const char *AMD_CPPFLAGS = %OCTAVE_CONF_AMD_CPPFLAGS%;
39
40const char *AMD_LDFLAGS = %OCTAVE_CONF_AMD_LDFLAGS%;
41
42const char *AMD_LIBS = %OCTAVE_CONF_AMD_LIBS%;
43
44const char *ARFLAGS = %OCTAVE_CONF_ARFLAGS%;
45
46const char *AR = %OCTAVE_CONF_AR%;
47
48const char *ARPACK_CPPFLAGS = %OCTAVE_CONF_ARPACK_CPPFLAGS%;
49
50const char *ARPACK_LDFLAGS = %OCTAVE_CONF_ARPACK_LDFLAGS%;
51
52const char *ARPACK_LIBS = %OCTAVE_CONF_ARPACK_LIBS%;
53
54const char *BLAS_LIBS = %OCTAVE_CONF_BLAS_LIBS%;
55
56const char *CAMD_CPPFLAGS = %OCTAVE_CONF_CAMD_CPPFLAGS%;
57
58const char *CAMD_LDFLAGS = %OCTAVE_CONF_CAMD_LDFLAGS%;
59
60const char *CAMD_LIBS = %OCTAVE_CONF_CAMD_LIBS%;
61
62const char *CARBON_LIBS = %OCTAVE_CONF_CARBON_LIBS%;
63
64const char *CC = %OCTAVE_CONF_CC%;
65
66const char *CCOLAMD_CPPFLAGS = %OCTAVE_CONF_CCOLAMD_CPPFLAGS%;
67
68const char *CCOLAMD_LDFLAGS = %OCTAVE_CONF_CCOLAMD_LDFLAGS%;
69
70const char *CCOLAMD_LIBS = %OCTAVE_CONF_CCOLAMD_LIBS%;
71
72const char *CFLAGS = %OCTAVE_CONF_CFLAGS%;
73
74const char *CHOLMOD_CPPFLAGS = %OCTAVE_CONF_CHOLMOD_CPPFLAGS%;
75
76const char *CHOLMOD_LDFLAGS = %OCTAVE_CONF_CHOLMOD_LDFLAGS%;
77
78const char *CHOLMOD_LIBS = %OCTAVE_CONF_CHOLMOD_LIBS%;
79
80const char *COLAMD_CPPFLAGS = %OCTAVE_CONF_COLAMD_CPPFLAGS%;
81
82const char *COLAMD_LDFLAGS = %OCTAVE_CONF_COLAMD_LDFLAGS%;
83
84const char *COLAMD_LIBS = %OCTAVE_CONF_COLAMD_LIBS%;
85
86const char *CPICFLAG = %OCTAVE_CONF_CPICFLAG%;
87
88const char *CPPFLAGS = %OCTAVE_CONF_CPPFLAGS%;
89
90const char *CURL_CPPFLAGS = %OCTAVE_CONF_CURL_CPPFLAGS%;
91
92const char *CURL_LDFLAGS = %OCTAVE_CONF_CURL_LDFLAGS%;
93
94const char *CURL_LIBS = %OCTAVE_CONF_CURL_LIBS%;
95
96const char *CXSPARSE_CPPFLAGS = %OCTAVE_CONF_CXSPARSE_CPPFLAGS%;
97
98const char *CXSPARSE_LDFLAGS = %OCTAVE_CONF_CXSPARSE_LDFLAGS%;
99
100const char *CXSPARSE_LIBS = %OCTAVE_CONF_CXSPARSE_LIBS%;
101
102const char *CXXCPP = %OCTAVE_CONF_CXXCPP%;
103
104const char *CXXFLAGS = %OCTAVE_CONF_CXXFLAGS%;
105
106const char *CXXPICFLAG = %OCTAVE_CONF_CXXPICFLAG%;
107
108const char *CXX = %OCTAVE_CONF_CXX%;
109
110const char *DEFAULT_PAGER = %OCTAVE_CONF_DEFAULT_PAGER%;
111
112const char *DEFS = %OCTAVE_CONF_DEFS%;
113
114const char *DL_LDFLAGS = %OCTAVE_CONF_DL_LDFLAGS%;
115
116const char *EXEEXT = %OCTAVE_CONF_EXEEXT%;
117
118const char *GCC_VERSION = %OCTAVE_CONF_GCC_VERSION%;
119
120const char *GXX_VERSION = %OCTAVE_CONF_GXX_VERSION%;
121
122const char *F77 = %OCTAVE_CONF_F77%;
123
124const char *F77_FLOAT_STORE_FLAG = %OCTAVE_CONF_F77_FLOAT_STORE_FLAG%;
125
126const char *F77_INTEGER_8_FLAG = %OCTAVE_CONF_F77_INTEGER_8_FLAG%;
127
128const char *FFLAGS = %OCTAVE_CONF_FFLAGS%;
129
130const char *FFTW3_CPPFLAGS = %OCTAVE_CONF_FFTW3_CPPFLAGS%;
131
132const char *FFTW3_LDFLAGS = %OCTAVE_CONF_FFTW3_LDFLAGS%;
133
134const char *FFTW3_LIBS = %OCTAVE_CONF_FFTW3_LIBS%;
135
136const char *FFTW3F_CPPFLAGS = %OCTAVE_CONF_FFTW3F_CPPFLAGS%;
137
138const char *FFTW3F_LDFLAGS = %OCTAVE_CONF_FFTW3F_LDFLAGS%;
139
140const char *FFTW3F_LIBS = %OCTAVE_CONF_FFTW3F_LIBS%;
141
142const char *FLIBS = %OCTAVE_CONF_FLIBS%;
143
144const char *FLTK_CPPFLAGS = %OCTAVE_CONF_FLTK_CPPFLAGS%;
145
146const char *FLTK_LDFLAGS = %OCTAVE_CONF_FLTK_LDFLAGS%;
147
148const char *FLTK_LIBS = %OCTAVE_CONF_FLTK_LIBS%;
149
150const char *FONTCONFIG_CPPFLAGS = %OCTAVE_CONF_FONTCONFIG_CPPFLAGS%;
151
152const char *FONTCONFIG_LIBS = %OCTAVE_CONF_FONTCONFIG_LIBS%;
153
154const char *FPICFLAG = %OCTAVE_CONF_FPICFLAG%;
155
156const char *FT2_CPPFLAGS = %OCTAVE_CONF_FT2_CPPFLAGS%;
157
158const char *FT2_LIBS = %OCTAVE_CONF_FT2_LIBS%;
159
160const char *GLPK_CPPFLAGS = %OCTAVE_CONF_GLPK_CPPFLAGS%;
161
162const char *GLPK_LDFLAGS = %OCTAVE_CONF_GLPK_LDFLAGS%;
163
164const char *GLPK_LIBS = %OCTAVE_CONF_GLPK_LIBS%;
165
166const char *GNUPLOT = %OCTAVE_CONF_GNUPLOT%;
167
168const char *HDF5_CPPFLAGS = %OCTAVE_CONF_HDF5_CPPFLAGS%;
169
170const char *HDF5_LDFLAGS = %OCTAVE_CONF_HDF5_LDFLAGS%;
171
172const char *HDF5_LIBS = %OCTAVE_CONF_HDF5_LIBS%;
173
174const char *INCLUDEDIR = %OCTAVE_CONF_INCLUDEDIR%;
175
176const char *KLU_CPPFLAGS = %OCTAVE_CONF_KLU_CPPFLAGS%;
177
178const char *KLU_LDFLAGS = %OCTAVE_CONF_KLU_LDFLAGS%;
179
180const char *KLU_LIBS = %OCTAVE_CONF_KLU_LIBS%;
181
182const char *LAPACK_LIBS = %OCTAVE_CONF_LAPACK_LIBS%;
183
184const char *LDFLAGS = %OCTAVE_CONF_LDFLAGS%;
185
186const char *LD_STATIC_FLAG = %OCTAVE_CONF_LD_STATIC_FLAG%;
187
188const char *LEXLIB = %OCTAVE_CONF_LEXLIB%;
189
190const char *LEX = %OCTAVE_CONF_LEX%;
191
192const char *LFLAGS = %OCTAVE_CONF_LFLAGS%;
193
194const char *LIBOCTAVE = %OCTAVE_CONF_LIBOCTAVE%;
195
196const char *LIBOCTINTERP = %OCTAVE_CONF_LIBOCTINTERP%;
197
198const char *LIBS = %OCTAVE_CONF_LIBS%;
199
200const char *LN_S = %OCTAVE_CONF_LN_S%;
201
202const char *MAGICK_CPPFLAGS = %OCTAVE_CONF_MAGICK_CPPFLAGS%;
203
204const char *MAGICK_LDFLAGS = %OCTAVE_CONF_MAGICK_LDFLAGS%;
205
206const char *MAGICK_LIBS = %OCTAVE_CONF_MAGICK_LIBS%;
207
208const char *MKOCTFILE_DL_LDFLAGS = %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS%;
209
210const char *OCTAVE_LINK_DEPS = %OCTAVE_CONF_OCTAVE_LINK_DEPS%;
211
212const char *OCTAVE_LINK_OPTS = %OCTAVE_CONF_OCTAVE_LINK_OPTS%;
213
214const char *OCTINCLUDEDIR = %OCTAVE_CONF_OCTINCLUDEDIR%;
215
216const char *OCTLIBDIR = %OCTAVE_CONF_OCTLIBDIR%;
217
218const char *OCT_LINK_DEPS = %OCTAVE_CONF_OCT_LINK_DEPS%;
219
220const char *OCT_LINK_OPTS = %OCTAVE_CONF_OCT_LINK_OPTS%;
221
222const char *OPENGL_LIBS = %OCTAVE_CONF_OPENGL_LIBS%;
223
224const char *PCRE_CPPFLAGS = %OCTAVE_CONF_PCRE_CPPFLAGS%;
225
226const char *PCRE_LDFLAGS = %OCTAVE_CONF_PCRE_LDFLAGS%;
227
228const char *PCRE_LIBS = %OCTAVE_CONF_PCRE_LIBS%;
229
230const char *PREFIX = %OCTAVE_CONF_PREFIX%;
231
232const char *PTHREAD_CFLAGS = %OCTAVE_CONF_PTHREAD_CFLAGS%;
233
234const char *PTHREAD_LIBS = %OCTAVE_CONF_PTHREAD_LIBS%;
235
236const char *QHULL_CPPFLAGS = %OCTAVE_CONF_QHULL_CPPFLAGS%;
237
238const char *QHULL_LDFLAGS = %OCTAVE_CONF_QHULL_LDFLAGS%;
239
240const char *QHULL_LIBS = %OCTAVE_CONF_QHULL_LIBS%;
241
242const char *QRUPDATE_CPPFLAGS = %OCTAVE_CONF_QRUPDATE_CPPFLAGS%;
243
244const char *QRUPDATE_LDFLAGS = %OCTAVE_CONF_QRUPDATE_LDFLAGS%;
245
246const char *QRUPDATE_LIBS = %OCTAVE_CONF_QRUPDATE_LIBS%;
247
248const char *QT_CPPFLAGS = %OCTAVE_CONF_QT_CPPFLAGS%;
249
250const char *QT_LDFLAGS = %OCTAVE_CONF_QT_LDFLAGS%;
251
252const char *QT_LIBS = %OCTAVE_CONF_QT_LIBS%;
253
254const char *RANLIB = %OCTAVE_CONF_RANLIB%;
255
256const char *RDYNAMIC_FLAG = %OCTAVE_CONF_RDYNAMIC_FLAG%;
257
258const char *READLINE_LIBS = %OCTAVE_CONF_READLINE_LIBS%;
259
260const char *SHARED_LIBS = %OCTAVE_CONF_SHARED_LIBS%;
261
262const char *SH_LDFLAGS = %OCTAVE_CONF_SH_LDFLAGS%;
263
264const char *STATIC_LIBS = %OCTAVE_CONF_STATIC_LIBS%;
265
266const char *SUITESPARSECONFIG_LIBS = %OCTAVE_CONF_SUITESPARSECONFIG_LIBS%;
267
268const char *SUNDIALS_IDA_CPPFLAGS = %OCTAVE_CONF_SUNDIALS_IDA_CPPFLAGS%;
269
270const char *SUNDIALS_IDA_LDFLAGS = %OCTAVE_CONF_SUNDIALS_IDA_LDFLAGS%;
271
272const char *SUNDIALS_IDA_LIBS = %OCTAVE_CONF_SUNDIALS_IDA_LIBS%;
273
274const char *SUNDIALS_NVECSERIAL_CPPFLAGS = %OCTAVE_CONF_SUNDIALS_NVECSERIAL_CPPFLAGS%;
275
276const char *SUNDIALS_NVECSERIAL_LDFLAGS = %OCTAVE_CONF_SUNDIALS_NVECSERIAL_LDFLAGS%;
277
278const char *SUNDIALS_NVECSERIAL_LIBS = %OCTAVE_CONF_SUNDIALS_NVECSERIAL_LIBS%;
279
280const char *SUNDIALS_SUNLINSOLKLU_CPPFLAGS = %OCTAVE_CONF_SUNDIALS_SUNLINSOLKLU_CPPFLAGS%;
281
282const char *SUNDIALS_SUNLINSOLKLU_LDFLAGS = %OCTAVE_CONF_SUNDIALS_SUNLINSOLKLU_LDFLAGS%;
283
284const char *SUNDIALS_SUNLINSOLKLU_LIBS = %OCTAVE_CONF_SUNDIALS_SUNLINSOLKLU_LIBS%;
285
286const char *UMFPACK_CPPFLAGS = %OCTAVE_CONF_UMFPACK_CPPFLAGS%;
287
288const char *UMFPACK_LDFLAGS = %OCTAVE_CONF_UMFPACK_LDFLAGS%;
289
290const char *UMFPACK_LIBS = %OCTAVE_CONF_UMFPACK_LIBS%;
291
292const char *WARN_CFLAGS = %OCTAVE_CONF_WARN_CFLAGS%;
293
294const char *WARN_CXXFLAGS = %OCTAVE_CONF_WARN_CXXFLAGS%;
295
296const char *X11_INCFLAGS = %OCTAVE_CONF_X11_INCFLAGS%;
297
298const char *X11_LIBS = %OCTAVE_CONF_X11_LIBS%;
299
300const char *XTRA_CFLAGS = %OCTAVE_CONF_XTRA_CFLAGS%;
301
302const char *XTRA_CXXFLAGS = %OCTAVE_CONF_XTRA_CXXFLAGS%;
303
304const char *YACC = %OCTAVE_CONF_YACC%;
305
306const char *YFLAGS = %OCTAVE_CONF_YFLAGS%;
307
308const char *Z_CPPFLAGS = %OCTAVE_CONF_Z_CPPFLAGS%;
309
310const char *Z_LDFLAGS = %OCTAVE_CONF_Z_LDFLAGS%;
311
312const char *Z_LIBS = %OCTAVE_CONF_Z_LIBS%;
313
314const char *config_opts = %OCTAVE_CONF_config_opts%;
315
316OCTAVE_END_NAMESPACE(build_env)
317OCTAVE_END_NAMESPACE(octave)
const char * LDFLAGS
const char * QT_CPPFLAGS
const char * RANLIB
const char * Z_LIBS
const char * LIBS
const char * OCTINCLUDEDIR
const char * PTHREAD_LIBS
const char * KLU_LIBS
const char * SUNDIALS_NVECSERIAL_LDFLAGS
const char * UMFPACK_LIBS
const char * AMD_LIBS
const char * LN_S
const char * CHOLMOD_LDFLAGS
const char * CURL_LIBS
const char * CAMD_LIBS
const char * YFLAGS
const char * STATIC_LIBS
const char * AR
const char * PREFIX
const char * KLU_CPPFLAGS
const char * AMD_LDFLAGS
const char * LIBOCTAVE
const char * FLTK_CPPFLAGS
const char * SUNDIALS_IDA_CPPFLAGS
const char * MAGICK_LDFLAGS
const char * HDF5_CPPFLAGS
const char * SUNDIALS_IDA_LDFLAGS
const char * CARBON_LIBS
const char * config_opts
const char * CPICFLAG
const char * FFLAGS
const char * GCC_VERSION
const char * X11_LIBS
const char * FONTCONFIG_LIBS
const char * GLPK_LIBS
const char * COLAMD_LIBS
const char * ARPACK_LDFLAGS
const char * HDF5_LIBS
const char * SUNDIALS_SUNLINSOLKLU_LIBS
const char * GLPK_CPPFLAGS
const char * COLAMD_LDFLAGS
const char * OCT_LINK_OPTS
const char * OCTAVE_LINK_OPTS
const char * SUNDIALS_SUNLINSOLKLU_LDFLAGS
const char * AMD_CPPFLAGS
const char * CXSPARSE_LIBS
const char * QRUPDATE_LDFLAGS
const char * CC
const char * QRUPDATE_LIBS
const char * F77_INTEGER_8_FLAG
const char * FFTW3_CPPFLAGS
const char * BLAS_LIBS
const char * QT_LDFLAGS
const char * CPPFLAGS
const char * CAMD_CPPFLAGS
const char * DL_LDFLAGS
const char * OCTLIBDIR
const char * FLIBS
const char * WARN_CXXFLAGS
const char * XTRA_CFLAGS
const char * FLTK_LDFLAGS
const char * DEFS
const char * FFTW3_LIBS
const char * SUNDIALS_SUNLINSOLKLU_CPPFLAGS
const char * COLAMD_CPPFLAGS
const char * OCT_LINK_DEPS
const char * CXXCPP
const char * PCRE_LDFLAGS
const char * EXEEXT
const char * SUNDIALS_NVECSERIAL_LIBS
const char * DEFAULT_PAGER
const char * F77
const char * Z_LDFLAGS
const char * SUNDIALS_NVECSERIAL_CPPFLAGS
const char * MKOCTFILE_DL_LDFLAGS
const char * INCLUDEDIR
const char * MAGICK_LIBS
const char * FFTW3_LDFLAGS
const char * FFTW3F_CPPFLAGS
const char * FT2_LIBS
const char * SUITESPARSECONFIG_LIBS
const char * WARN_CFLAGS
const char * LD_STATIC_FLAG
const char * RDYNAMIC_FLAG
const char * CHOLMOD_LIBS
const char * LAPACK_LIBS
const char * UMFPACK_CPPFLAGS
const char * HDF5_LDFLAGS
const char * CXXFLAGS
const char * QHULL_LDFLAGS
const char * CXX
const char * X11_INCFLAGS
const char * SUNDIALS_IDA_LIBS
const char * FFTW3F_LDFLAGS
const char * GNUPLOT
const char * FT2_CPPFLAGS
const char * CHOLMOD_CPPFLAGS
const char * ARPACK_LIBS
const char * OPENGL_LIBS
const char * READLINE_LIBS
const char * CXSPARSE_LDFLAGS
const char * GLPK_LDFLAGS
const char * Z_CPPFLAGS
const char * PCRE_CPPFLAGS
const char * FONTCONFIG_CPPFLAGS
const char * OCTAVE_LINK_DEPS
const char * FFTW3F_LIBS
const char * QRUPDATE_CPPFLAGS
const char * CCOLAMD_LIBS
const char * LFLAGS
const char * QHULL_LIBS
const char * CAMD_LDFLAGS
const char * YACC
const char * CXXPICFLAG
const char * CURL_CPPFLAGS
const char * GXX_VERSION
const char * CXSPARSE_CPPFLAGS
const char * CURL_LDFLAGS
const char * CCOLAMD_CPPFLAGS
const char * FLTK_LIBS
const char * PTHREAD_CFLAGS
const char * CFLAGS
const char * LIBOCTINTERP
const char * PCRE_LIBS
const char * XTRA_CXXFLAGS
const char * ARPACK_CPPFLAGS
const char * LEX
const char * SHARED_LIBS
const char * CCOLAMD_LDFLAGS
const char * F77_FLOAT_STORE_FLAG
const char * UMFPACK_LDFLAGS
const char * FPICFLAG
const char * SH_LDFLAGS
const char * QT_LIBS
const char * LEXLIB
const char * QHULL_CPPFLAGS
const char * KLU_LDFLAGS
const char * MAGICK_CPPFLAGS
const char * ARFLAGS
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn