GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
build-env.cc
Go to the documentation of this file.
1 // DO NOT EDIT! Generated automatically by subst-config-vals.
2 /*
3 
4 Copyright (C) 1996-2017 John W. Eaton
5 
6 This file is part of Octave.
7 
8 Octave is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version 3 of the License, or (at your
11 option) any later version.
12 
13 Octave is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
17 
18 You should have received a copy of the GNU General Public License
19 along with Octave; see the file COPYING. If not, see
20 <http://www.gnu.org/licenses/>.
21 
22 */
23 
24 #if defined (HAVE_CONFIG_H)
25 # include "config.h"
26 #endif
27 
28 #include "build-env.h"
29 
30 namespace octave
31 {
32  namespace build_env
33  {
34  const char *AMD_CPPFLAGS = "";
35 
36  const char *AMD_LDFLAGS = "";
37 
38  const char *AMD_LIBS = "-lamd";
39 
40  const char *ARFLAGS = "cr";
41 
42  const char *AR = "ar";
43 
44  const char *ARPACK_CPPFLAGS = "";
45 
46  const char *ARPACK_LDFLAGS = "";
47 
48  const char *ARPACK_LIBS = "-larpack";
49 
50  const char *BLAS_LIBS = "-lopenblas";
51 
52  const char *CAMD_CPPFLAGS = "";
53 
54  const char *CAMD_LDFLAGS = "";
55 
56  const char *CAMD_LIBS = "-lcamd";
57 
58  const char *CARBON_LIBS = "";
59 
60  const char *CC = "gcc -std=gnu11";
61 
62  const char *CCOLAMD_CPPFLAGS = "";
63 
64  const char *CCOLAMD_LDFLAGS = "";
65 
66  const char *CCOLAMD_LIBS = "-lccolamd";
67 
68  const char *CFLAGS = "-g -O2";
69 
70  const char *CHOLMOD_CPPFLAGS = "";
71 
72  const char *CHOLMOD_LDFLAGS = "";
73 
74  const char *CHOLMOD_LIBS = "-lcholmod";
75 
76  const char *COLAMD_CPPFLAGS = "";
77 
78  const char *COLAMD_LDFLAGS = "";
79 
80  const char *COLAMD_LIBS = "-lcolamd";
81 
82  const char *CPICFLAG = "-fPIC";
83 
84  const char *CPPFLAGS = "";
85 
86  const char *CURL_CPPFLAGS = "";
87 
88  const char *CURL_LDFLAGS = "";
89 
90  const char *CURL_LIBS = "-lcurl";
91 
92  const char *CXSPARSE_CPPFLAGS = "";
93 
94  const char *CXSPARSE_LDFLAGS = "";
95 
96  const char *CXSPARSE_LIBS = "-lcxsparse";
97 
98  const char *CXXCPP = "g++ -std=gnu++11 -E";
99 
100  const char *CXXFLAGS = " -I/home/carandraug/.local/include -I/home/carandraug/.local/include";
101 
102  const char *CXXPICFLAG = "-fPIC";
103 
104  const char *CXX = "g++ -std=gnu++11";
105 
106  const char *DEFAULT_PAGER = "less";
107 
108  const char *DEFS = "-DHAVE_CONFIG_H";
109 
110  const char *DL_LD = "g++ -std=gnu++11";
111 
112  const char *DL_LDFLAGS = "-shared";
113 
114  const char *DL_LIBS = "-ldl";
115 
116  const char *EXEEXT = "";
117 
118  const char *GCC_VERSION = "4.9.2";
119 
120  const char *GXX_VERSION = "4.9.2";
121 
122  const char *F77 = "gfortran";
123 
124  const char *F77_FLOAT_STORE_FLAG = "-ffloat-store";
125 
126  const char *F77_INTEGER_8_FLAG = "";
127 
128  const char *FFLAGS = "-g -O2";
129 
130  const char *FFTW3_CPPFLAGS = "";
131 
132  const char *FFTW3_LDFLAGS = "";
133 
134  const char *FFTW3_LIBS = "-lfftw3_threads -lfftw3 ";
135 
136  const char *FFTW3F_CPPFLAGS = "";
137 
138  const char *FFTW3F_LDFLAGS = "";
139 
140  const char *FFTW3F_LIBS = "-lfftw3f_threads -lfftw3f ";
141 
142  const char *FLIBS = " -L/home/carandraug/.local/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/home/carandraug/.local/lib -L. -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath";
143 
144  const char *FLTK_CPPFLAGS = " -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12";
145 
146  const char *FLTK_LDFLAGS = "-lfltk_gl -lfltk -lX11";
147 
148  const char *FLTK_LIBS = "";
149 
150  const char *FONTCONFIG_CPPFLAGS = "-I/usr/include/freetype2 ";
151 
152  const char *FONTCONFIG_LIBS = "-lfontconfig -lfreetype ";
153 
154  const char *FPICFLAG = "-fPIC";
155 
156  const char *FT2_CPPFLAGS = "-I/usr/include/freetype2 ";
157 
158  const char *FT2_LIBS = "-lfreetype ";
159 
160  const char *GLPK_CPPFLAGS = "";
161 
162  const char *GLPK_LDFLAGS = "";
163 
164  const char *GLPK_LIBS = "-lglpk";
165 
166  const char *GNUPLOT = "gnuplot";
167 
168  const char *HDF5_CPPFLAGS = "-I/usr/include/hdf5/serial ";
169 
170  const char *HDF5_LDFLAGS = "-L/usr/lib/x86_64-linux-gnu/hdf5/serial ";
171 
172  const char *HDF5_LIBS = "-lhdf5 ";
173 
174  const char *INCLUDEDIR = "/usr/local/include";
175 
176  const char *LAPACK_LIBS = "";
177 
178  const char *LDFLAGS = "";
179 
180  const char *LD_CXX = "g++ -std=gnu++11";
181 
182  const char *LD_STATIC_FLAG = "";
183 
184  const char *LEXLIB = "";
185 
186  const char *LEX = "flex";
187 
188  const char *LFLAGS = "-I";
189 
190  const char *LIBOCTAVE = "-loctave";
191 
192  const char *LIBOCTINTERP = "-loctinterp";
193 
194  const char *LIBS = "-lutil -lm ";
195 
196  const char *LN_S = "ln -s";
197 
198  const char *MAGICK_CPPFLAGS = "-I/usr/local/include/GraphicsMagick ";
199 
200  const char *MAGICK_LDFLAGS = "-L/usr/local/lib ";
201 
202  const char *MAGICK_LIBS = "-lGraphicsMagick++ -lGraphicsMagick ";
203 
204  const char *LLVM_CPPFLAGS = "";
205 
206  const char *LLVM_LDFLAGS = "";
207 
208  const char *LLVM_LIBS = "";
209 
210  const char *MKOCTFILE_DL_LDFLAGS = "-shared -Wl,-Bsymbolic";
211 
212  const char *OCTAVE_LINK_DEPS = "";
213 
214  const char *OCTAVE_LINK_OPTS = "";
215 
216  const char *OCTINCLUDEDIR = "/usr/local/include/octave-4.2.1/octave";
217 
218  const char *OCTLIBDIR = "/usr/local/lib/octave/4.2.1";
219 
220  const char *OCT_LINK_DEPS = "";
221 
222  const char *OCT_LINK_OPTS = "";
223 
224  const char *OPENGL_LIBS = "-lGL -lGLU";
225 
226  const char *OSMESA_CPPFLAGS = "";
227 
228  const char *OSMESA_LDFLAGS = "";
229 
230  const char *OSMESA_LIBS = "-lOSMesa";
231 
232  const char *PCRE_CPPFLAGS = "";
233 
234  const char *PCRE_LIBS = "-lpcre";
235 
236  const char *PREFIX = "/usr/local";
237 
238  const char *PTHREAD_CFLAGS = "-pthread";
239 
240  const char *PTHREAD_LIBS = "";
241 
242  const char *QHULL_CPPFLAGS = "";
243 
244  const char *QHULL_LDFLAGS = "";
245 
246  const char *QHULL_LIBS = "-lqhull";
247 
248  const char *QRUPDATE_CPPFLAGS = "";
249 
250  const char *QRUPDATE_LDFLAGS = "";
251 
252  const char *QRUPDATE_LIBS = "-lqrupdate";
253 
254  const char *QT_CPPFLAGS = "-I/usr/include/qt4 -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore ";
255 
256  const char *QT_LDFLAGS = "";
257 
258  const char *QT_LIBS = "-lQtNetwork -lQtOpenGL -lQtGui -lQtCore -lqscintilla2";
259 
260  const char *RANLIB = "ranlib";
261 
262  const char *RDYNAMIC_FLAG = "-rdynamic";
263 
264  const char *READLINE_LIBS = "-lreadline";
265 
266  const char *SED = "/bin/sed";
267 
268  const char *SHARED_LIBS = "yes";
269 
270  const char *SH_LD = "g++ -std=gnu++11";
271 
272  const char *SH_LDFLAGS = "-shared";
273 
274  const char *STATIC_LIBS = "no";
275 
276  const char *SUITESPARSE_CONFIG_LIBS = "-lsuitesparseconfig";
277 
278  const char *TERM_LIBS = "-lncurses";
279 
280  const char *UMFPACK_CPPFLAGS = "";
281 
282  const char *UMFPACK_LDFLAGS = "";
283 
284  const char *UMFPACK_LIBS = "-lumfpack";
285 
286  const char *WARN_CFLAGS = " -Wall -W -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual";
287 
288  const char *WARN_CXXFLAGS = " -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual";
289 
290  const char *X11_INCFLAGS = "";
291 
292  const char *X11_LIBS = "-lX11";
293 
294  const char *XTRA_CFLAGS = " -pthread -fopenmp";
295 
296  const char *XTRA_CXXFLAGS = " -pthread -fopenmp";
297 
298  const char *YACC = "bison -y";
299 
300  const char *YFLAGS = "";
301 
302  const char *Z_CPPFLAGS = "";
303 
304  const char *Z_LDFLAGS = "";
305 
306  const char *Z_LIBS = "-lz";
307 
308  const char *config_opts = " 'CXXFLAGS= -I/home/carandraug/.local/include -I/home/carandraug/.local/include'";
309  }
310 }
const char * CXXPICFLAG
Definition: build-env.cc:102
const char * SED
Definition: build-env.cc:266
const char * RDYNAMIC_FLAG
Definition: build-env.cc:262
const char * OSMESA_CPPFLAGS
Definition: build-env.cc:226
const char * UMFPACK_LDFLAGS
Definition: build-env.cc:282
const char * X11_INCFLAGS
Definition: build-env.cc:290
Octave interface to the compression and uncompression libraries.
Definition: aepbalance.cc:47
const char * YACC
Definition: build-env.cc:298
const char * LIBOCTAVE
Definition: build-env.cc:190
const char * MAGICK_CPPFLAGS
Definition: build-env.cc:198
const char * DL_LIBS
Definition: build-env.cc:114
const char * QT_LIBS
Definition: build-env.cc:258
const char * FLTK_LDFLAGS
Definition: build-env.cc:146
const char * OPENGL_LIBS
Definition: build-env.cc:224
const char * FFTW3_CPPFLAGS
Definition: build-env.cc:130
const char * SH_LD
Definition: build-env.cc:270
const char * F77
Definition: build-env.cc:122
const char * CAMD_LIBS
Definition: build-env.cc:56
const char * LIBOCTINTERP
Definition: build-env.cc:192
const char * GLPK_LIBS
Definition: build-env.cc:164
const char * UMFPACK_CPPFLAGS
Definition: build-env.cc:280
const char * F77_FLOAT_STORE_FLAG
Definition: build-env.cc:124
const char * SUITESPARSE_CONFIG_LIBS
Definition: build-env.cc:276
const char * SH_LDFLAGS
Definition: build-env.cc:272
const char * LLVM_LDFLAGS
Definition: build-env.cc:206
const char * OCTLIBDIR
Definition: build-env.cc:218
const char * Z_LIBS
Definition: build-env.cc:306
const char * CC
Definition: build-env.cc:60
const char * COLAMD_LDFLAGS
Definition: build-env.cc:78
const char * OSMESA_LDFLAGS
Definition: build-env.cc:228
const char * OSMESA_LIBS
Definition: build-env.cc:230
const char * F77_INTEGER_8_FLAG
Definition: build-env.cc:126
const char * QHULL_LDFLAGS
Definition: build-env.cc:244
const char * config_opts
Definition: build-env.cc:308
const char * QRUPDATE_CPPFLAGS
Definition: build-env.cc:248
const char * SHARED_LIBS
Definition: build-env.cc:268
const char * FFTW3F_LDFLAGS
Definition: build-env.cc:138
const char * PTHREAD_CFLAGS
Definition: build-env.cc:238
const char * LIBS
Definition: build-env.cc:194
const char * FONTCONFIG_LIBS
Definition: build-env.cc:152
const char * PCRE_LIBS
Definition: build-env.cc:234
const char * LLVM_CPPFLAGS
Definition: build-env.cc:204
const char * MAGICK_LIBS
Definition: build-env.cc:202
const char * FFLAGS
Definition: build-env.cc:128
const char * OCTAVE_LINK_DEPS
Definition: build-env.cc:212
const char * CHOLMOD_CPPFLAGS
Definition: build-env.cc:70
const char * FFTW3F_LIBS
Definition: build-env.cc:140
const char * Z_CPPFLAGS
Definition: build-env.cc:302
const char * FONTCONFIG_CPPFLAGS
Definition: build-env.cc:150
const char * XTRA_CFLAGS
Definition: build-env.cc:294
const char * CURL_LIBS
Definition: build-env.cc:90
const char * CXSPARSE_CPPFLAGS
Definition: build-env.cc:92
const char * CPPFLAGS
Definition: build-env.cc:84
const char * XTRA_CXXFLAGS
Definition: build-env.cc:296
const char * CXXCPP
Definition: build-env.cc:98
const char * QRUPDATE_LDFLAGS
Definition: build-env.cc:250
const char * CURL_LDFLAGS
Definition: build-env.cc:88
const char * AMD_LIBS
Definition: build-env.cc:38
const char * CCOLAMD_CPPFLAGS
Definition: build-env.cc:62
const char * OCTAVE_LINK_OPTS
Definition: build-env.cc:214
const char * LLVM_LIBS
Definition: build-env.cc:208
const char * LEX
Definition: build-env.cc:186
const char * CXSPARSE_LIBS
Definition: build-env.cc:96
const char * COLAMD_LIBS
Definition: build-env.cc:80
const char * GCC_VERSION
Definition: build-env.cc:118
const char * INCLUDEDIR
Definition: build-env.cc:174
const char * CXSPARSE_LDFLAGS
Definition: build-env.cc:94
const char * LDFLAGS
Definition: build-env.cc:178
const char * DEFS
Definition: build-env.cc:108
const char * X11_LIBS
Definition: build-env.cc:292
const char * FT2_CPPFLAGS
Definition: build-env.cc:156
const char * FFTW3_LDFLAGS
Definition: build-env.cc:132
const char * CAMD_CPPFLAGS
Definition: build-env.cc:52
const char * WARN_CFLAGS
Definition: build-env.cc:286
const char * LD_STATIC_FLAG
Definition: build-env.cc:182
const char * OCT_LINK_DEPS
Definition: build-env.cc:220
const char * LFLAGS
Definition: build-env.cc:188
const char * DEFAULT_PAGER
Definition: build-env.cc:106
const char * PREFIX
Definition: build-env.cc:236
const char * FLIBS
Definition: build-env.cc:142
const char * CXXFLAGS
Definition: build-env.cc:100
const char * OCT_LINK_OPTS
Definition: build-env.cc:222
const char * ARPACK_LIBS
Definition: build-env.cc:48
const char * FT2_LIBS
Definition: build-env.cc:158
const char * ARPACK_CPPFLAGS
Definition: build-env.cc:44
const char * HDF5_CPPFLAGS
Definition: build-env.cc:168
const char * AMD_CPPFLAGS
Definition: build-env.cc:34
const char * HDF5_LDFLAGS
Definition: build-env.cc:170
const char * CHOLMOD_LIBS
Definition: build-env.cc:74
const char * HDF5_LIBS
Definition: build-env.cc:172
const char * CCOLAMD_LIBS
Definition: build-env.cc:66
const char * GNUPLOT
Definition: build-env.cc:166
const char * QRUPDATE_LIBS
Definition: build-env.cc:252
const char * LEXLIB
Definition: build-env.cc:184
const char * CURL_CPPFLAGS
Definition: build-env.cc:86
const char * BLAS_LIBS
Definition: build-env.cc:50
const char * STATIC_LIBS
Definition: build-env.cc:274
const char * ARFLAGS
Definition: build-env.cc:40
const char * FFTW3_LIBS
Definition: build-env.cc:134
const char * UMFPACK_LIBS
Definition: build-env.cc:284
const char * LN_S
Definition: build-env.cc:196
const char * EXEEXT
Definition: build-env.cc:116
const char * MAGICK_LDFLAGS
Definition: build-env.cc:200
const char * GLPK_LDFLAGS
Definition: build-env.cc:162
const char * CAMD_LDFLAGS
Definition: build-env.cc:54
const char * PCRE_CPPFLAGS
Definition: build-env.cc:232
const char * ARPACK_LDFLAGS
Definition: build-env.cc:46
const char * Z_LDFLAGS
Definition: build-env.cc:304
const char * CPICFLAG
Definition: build-env.cc:82
const char * CFLAGS
Definition: build-env.cc:68
const char * LAPACK_LIBS
Definition: build-env.cc:176
const char * CARBON_LIBS
Definition: build-env.cc:58
const char * QHULL_LIBS
Definition: build-env.cc:246
const char * CCOLAMD_LDFLAGS
Definition: build-env.cc:64
const char * MKOCTFILE_DL_LDFLAGS
Definition: build-env.cc:210
const char * DL_LD
Definition: build-env.cc:110
const char * FPICFLAG
Definition: build-env.cc:154
const char * AR
Definition: build-env.cc:42
const char * READLINE_LIBS
Definition: build-env.cc:264
const char * RANLIB
Definition: build-env.cc:260
const char * FFTW3F_CPPFLAGS
Definition: build-env.cc:136
const char * GXX_VERSION
Definition: build-env.cc:120
const char * QHULL_CPPFLAGS
Definition: build-env.cc:242
const char * WARN_CXXFLAGS
Definition: build-env.cc:288
const char * GLPK_CPPFLAGS
Definition: build-env.cc:160
const char * YFLAGS
Definition: build-env.cc:300
const char * CXX
Definition: build-env.cc:104
const char * TERM_LIBS
Definition: build-env.cc:278
const char * AMD_LDFLAGS
Definition: build-env.cc:36
const char * FLTK_CPPFLAGS
Definition: build-env.cc:144
const char * CHOLMOD_LDFLAGS
Definition: build-env.cc:72
const char * OCTINCLUDEDIR
Definition: build-env.cc:216
const char * FLTK_LIBS
Definition: build-env.cc:148
const char * PTHREAD_LIBS
Definition: build-env.cc:240
const char * QT_CPPFLAGS
Definition: build-env.cc:254
const char * LD_CXX
Definition: build-env.cc:180
const char * COLAMD_CPPFLAGS
Definition: build-env.cc:76
const char * QT_LDFLAGS
Definition: build-env.cc:256
const char * DL_LDFLAGS
Definition: build-env.cc:112