GNU Octave  4.0.0
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
oct-conf.h
Go to the documentation of this file.
1 // DO NOT EDIT! Generated automatically from oct-conf.in.h by Make.
2 /*
3 
4 Copyright (C) 1996-2015 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 (octave_conf_h)
25 #define octave_conf_h 1
26 
27 #ifndef OCTAVE_CONF_ALL_CFLAGS
28 #define OCTAVE_CONF_ALL_CFLAGS ""
29 #endif
30 
31 #ifndef OCTAVE_CONF_ALL_CXXFLAGS
32 #define OCTAVE_CONF_ALL_CXXFLAGS ""
33 #endif
34 
35 #ifndef OCTAVE_CONF_ALL_FFLAGS
36 #define OCTAVE_CONF_ALL_FFLAGS "-O"
37 #endif
38 
39 #ifndef OCTAVE_CONF_ALL_LDFLAGS
40 #define OCTAVE_CONF_ALL_LDFLAGS ""
41 #endif
42 
43 #ifndef OCTAVE_CONF_AMD_CPPFLAGS
44 #define OCTAVE_CONF_AMD_CPPFLAGS ""
45 #endif
46 
47 #ifndef OCTAVE_CONF_AMD_LDFLAGS
48 #define OCTAVE_CONF_AMD_LDFLAGS ""
49 #endif
50 
51 #ifndef OCTAVE_CONF_AMD_LIBS
52 #define OCTAVE_CONF_AMD_LIBS "-lamd"
53 #endif
54 
55 #ifndef OCTAVE_CONF_ARFLAGS
56 #define OCTAVE_CONF_ARFLAGS "cru"
57 #endif
58 
59 #ifndef OCTAVE_CONF_AR
60 #define OCTAVE_CONF_AR "ar"
61 #endif
62 
63 #ifndef OCTAVE_CONF_ARPACK_CPPFLAGS
64 #define OCTAVE_CONF_ARPACK_CPPFLAGS ""
65 #endif
66 
67 #ifndef OCTAVE_CONF_ARPACK_LDFLAGS
68 #define OCTAVE_CONF_ARPACK_LDFLAGS ""
69 #endif
70 
71 #ifndef OCTAVE_CONF_ARPACK_LIBS
72 #define OCTAVE_CONF_ARPACK_LIBS "-larpack"
73 #endif
74 
75 #ifndef OCTAVE_CONF_BLAS_LIBS
76 #define OCTAVE_CONF_BLAS_LIBS "-lopenblas"
77 #endif
78 
79 #ifndef OCTAVE_CONF_CAMD_CPPFLAGS
80 #define OCTAVE_CONF_CAMD_CPPFLAGS ""
81 #endif
82 
83 #ifndef OCTAVE_CONF_CAMD_LDFLAGS
84 #define OCTAVE_CONF_CAMD_LDFLAGS ""
85 #endif
86 
87 #ifndef OCTAVE_CONF_CAMD_LIBS
88 #define OCTAVE_CONF_CAMD_LIBS "-lcamd"
89 #endif
90 
91 #ifndef OCTAVE_CONF_CARBON_LIBS
92 #define OCTAVE_CONF_CARBON_LIBS ""
93 #endif
94 
95 #ifndef OCTAVE_CONF_CC
96 #define OCTAVE_CONF_CC "gcc"
97 #endif
98 
99 // FIXME: OCTAVE_CONF_CCC_VERSION is deprecated. Remove in version 3.12
100 #ifndef OCTAVE_CONF_CC_VERSION
101 #define OCTAVE_CONF_CC_VERSION %OCTAVE_CONF_CC_VERSION%
102 #endif
103 
104 #ifndef OCTAVE_CONF_CCOLAMD_CPPFLAGS
105 #define OCTAVE_CONF_CCOLAMD_CPPFLAGS ""
106 #endif
107 
108 #ifndef OCTAVE_CONF_CCOLAMD_LDFLAGS
109 #define OCTAVE_CONF_CCOLAMD_LDFLAGS ""
110 #endif
111 
112 #ifndef OCTAVE_CONF_CCOLAMD_LIBS
113 #define OCTAVE_CONF_CCOLAMD_LIBS "-lccolamd"
114 #endif
115 
116 #ifndef OCTAVE_CONF_CFLAGS
117 #define OCTAVE_CONF_CFLAGS "-g -O2"
118 #endif
119 
120 #ifndef OCTAVE_CONF_CHOLMOD_CPPFLAGS
121 #define OCTAVE_CONF_CHOLMOD_CPPFLAGS ""
122 #endif
123 
124 #ifndef OCTAVE_CONF_CHOLMOD_LDFLAGS
125 #define OCTAVE_CONF_CHOLMOD_LDFLAGS ""
126 #endif
127 
128 #ifndef OCTAVE_CONF_CHOLMOD_LIBS
129 #define OCTAVE_CONF_CHOLMOD_LIBS "-lcholmod"
130 #endif
131 
132 #ifndef OCTAVE_CONF_COLAMD_CPPFLAGS
133 #define OCTAVE_CONF_COLAMD_CPPFLAGS ""
134 #endif
135 
136 #ifndef OCTAVE_CONF_COLAMD_LDFLAGS
137 #define OCTAVE_CONF_COLAMD_LDFLAGS ""
138 #endif
139 
140 #ifndef OCTAVE_CONF_COLAMD_LIBS
141 #define OCTAVE_CONF_COLAMD_LIBS "-lcolamd"
142 #endif
143 
144 #ifndef OCTAVE_CONF_CPICFLAG
145 #define OCTAVE_CONF_CPICFLAG "-fPIC"
146 #endif
147 
148 #ifndef OCTAVE_CONF_CPPFLAGS
149 #define OCTAVE_CONF_CPPFLAGS "-I/usr/include/hdf5/serial"
150 #endif
151 
152 #ifndef OCTAVE_CONF_CURL_CPPFLAGS
153 #define OCTAVE_CONF_CURL_CPPFLAGS ""
154 #endif
155 
156 #ifndef OCTAVE_CONF_CURL_LDFLAGS
157 #define OCTAVE_CONF_CURL_LDFLAGS ""
158 #endif
159 
160 #ifndef OCTAVE_CONF_CURL_LIBS
161 #define OCTAVE_CONF_CURL_LIBS "-lcurl"
162 #endif
163 
164 #ifndef OCTAVE_CONF_CXSPARSE_CPPFLAGS
165 #define OCTAVE_CONF_CXSPARSE_CPPFLAGS ""
166 #endif
167 
168 #ifndef OCTAVE_CONF_CXSPARSE_LDFLAGS
169 #define OCTAVE_CONF_CXSPARSE_LDFLAGS ""
170 #endif
171 
172 #ifndef OCTAVE_CONF_CXSPARSE_LIBS
173 #define OCTAVE_CONF_CXSPARSE_LIBS "-lcxsparse"
174 #endif
175 
176 #ifndef OCTAVE_CONF_CXXCPP
177 #define OCTAVE_CONF_CXXCPP "g++ -E"
178 #endif
179 
180 #ifndef OCTAVE_CONF_CXXFLAGS
181 #define OCTAVE_CONF_CXXFLAGS "-g -O2"
182 #endif
183 
184 #ifndef OCTAVE_CONF_CXXPICFLAG
185 #define OCTAVE_CONF_CXXPICFLAG "-fPIC"
186 #endif
187 
188 #ifndef OCTAVE_CONF_CXX
189 #define OCTAVE_CONF_CXX "g++"
190 #endif
191 
192 // FIXME: OCTAVE_CONF_CXX_VERSION is deprecated. Remove in version 3.12
193 #ifndef OCTAVE_CONF_CXX_VERSION
194 #define OCTAVE_CONF_CXX_VERSION ""
195 #endif
196 
197 #ifndef OCTAVE_CONF_DEFAULT_PAGER
198 #define OCTAVE_CONF_DEFAULT_PAGER "less"
199 #endif
200 
201 #ifndef OCTAVE_CONF_DEFS
202 #define OCTAVE_CONF_DEFS "-DHAVE_CONFIG_H"
203 #endif
204 
205 #ifndef OCTAVE_CONF_DL_LD
206 #define OCTAVE_CONF_DL_LD "g++"
207 #endif
208 
209 #ifndef OCTAVE_CONF_DL_LDFLAGS
210 #define OCTAVE_CONF_DL_LDFLAGS "-shared"
211 #endif
212 
213 #ifndef OCTAVE_CONF_DL_LIBS
214 #define OCTAVE_CONF_DL_LIBS "-ldl"
215 #endif
216 
217 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING
218 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING "yes"
219 #endif
220 
221 #ifndef OCTAVE_CONF_EXEEXT
222 #define OCTAVE_CONF_EXEEXT ""
223 #endif
224 
225 #ifndef OCTAVE_CONF_GCC_VERSION
226 #define OCTAVE_CONF_GCC_VERSION "4.9.2"
227 #endif
228 
229 #ifndef OCTAVE_CONF_GXX_VERSION
230 #define OCTAVE_CONF_GXX_VERSION "4.9.2"
231 #endif
232 
233 #ifndef OCTAVE_CONF_F77
234 #define OCTAVE_CONF_F77 "gfortran"
235 #endif
236 
237 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG
238 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG "-ffloat-store"
239 #endif
240 
241 #ifndef OCTAVE_CONF_F77_INTEGER_8_FLAG
242 #define OCTAVE_CONF_F77_INTEGER_8_FLAG ""
243 #endif
244 
245 #ifndef OCTAVE_CONF_FC
246 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC%
247 #endif
248 
249 #ifndef OCTAVE_CONF_FFLAGS
250 #define OCTAVE_CONF_FFLAGS "-O"
251 #endif
252 
253 #ifndef OCTAVE_CONF_FFTW3_CPPFLAGSS
254 #define OCTAVE_CONF_FFTW3_CPPFLAGS ""
255 #endif
256 
257 #ifndef OCTAVE_CONF_FFTW3_LDFLAGSS
258 #define OCTAVE_CONF_FFTW3_LDFLAGS ""
259 #endif
260 
261 #ifndef OCTAVE_CONF_FFTW3_LIBS
262 #define OCTAVE_CONF_FFTW3_LIBS "-lfftw3_threads -lfftw3"
263 #endif
264 
265 #ifndef OCTAVE_CONF_FFTW3F_CPPFLAGSS
266 #define OCTAVE_CONF_FFTW3F_CPPFLAGS ""
267 #endif
268 
269 #ifndef OCTAVE_CONF_FFTW3F_LDFLAGSS
270 #define OCTAVE_CONF_FFTW3F_LDFLAGS ""
271 #endif
272 
273 #ifndef OCTAVE_CONF_FFTW3F_LIBS
274 #define OCTAVE_CONF_FFTW3F_LIBS "-lfftw3f_threads -lfftw3f"
275 #endif
276 
277 #ifndef OCTAVE_CONF_FLIBS
278 #define OCTAVE_CONF_FLIBS "-L/usr/lib/x86_64-linux-gnu/hdf5/serial -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/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lgfortran -lm -lquadmath"
279 #endif
280 
281 #ifndef OCTAVE_CONF_FLTK_CPPFLAGS
282 #define OCTAVE_CONF_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 -DCP936 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT"
283 #endif
284 
285 #ifndef OCTAVE_CONF_FLTK_LDFLAGS
286 #define OCTAVE_CONF_FLTK_LDFLAGS "-lfltk_gl -lfltk -lX11"
287 #endif
288 
289 #ifndef OCTAVE_CONF_FLTK_LIBS
290 #define OCTAVE_CONF_FLTK_LIBS ""
291 #endif
292 
293 #ifndef OCTAVE_CONF_FONTCONFIG_CPPFLAGS
294 #define OCTAVE_CONF_FONTCONFIG_CPPFLAGS "-I/usr/include/freetype2 "
295 #endif
296 
297 #ifndef OCTAVE_CONF_FONTCONFIG_LIBS
298 #define OCTAVE_CONF_FONTCONFIG_LIBS "-lfontconfig -lfreetype "
299 #endif
300 
301 #ifndef OCTAVE_CONF_FPICFLAG
302 #define OCTAVE_CONF_FPICFLAG "-fPIC"
303 #endif
304 
305 #ifndef OCTAVE_CONF_FT2_CPPFLAGS
306 #define OCTAVE_CONF_FT2_CPPFLAGS "-I/usr/include/freetype2 "
307 #endif
308 
309 #ifndef OCTAVE_CONF_FT2_LIBS
310 #define OCTAVE_CONF_FT2_LIBS "-lfreetype "
311 #endif
312 
313 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS
314 #define OCTAVE_CONF_GLPK_CPPFLAGS ""
315 #endif
316 
317 #ifndef OCTAVE_CONF_GLPK_LDFLAGS
318 #define OCTAVE_CONF_GLPK_LDFLAGS ""
319 #endif
320 
321 #ifndef OCTAVE_CONF_GLPK_LIBS
322 #define OCTAVE_CONF_GLPK_LIBS "-lglpk"
323 #endif
324 
325 #ifndef OCTAVE_CONF_GNUPLOT
326 #define OCTAVE_CONF_GNUPLOT "gnuplot"
327 #endif
328 
329 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS
330 #define OCTAVE_CONF_HDF5_CPPFLAGS ""
331 #endif
332 
333 #ifndef OCTAVE_CONF_HDF5_LDFLAGS
334 #define OCTAVE_CONF_HDF5_LDFLAGS ""
335 #endif
336 
337 #ifndef OCTAVE_CONF_HDF5_LIBS
338 #define OCTAVE_CONF_HDF5_LIBS "-lhdf5"
339 #endif
340 
341 #ifndef OCTAVE_CONF_INCFLAGS
342 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS%
343 #endif
344 
345 #ifndef OCTAVE_CONF_INCLUDEDIR
346 #define OCTAVE_CONF_INCLUDEDIR "/usr/local/include"
347 #endif
348 
349 #ifndef OCTAVE_CONF_LAPACK_LIBS
350 #define OCTAVE_CONF_LAPACK_LIBS ""
351 #endif
352 
353 #ifndef OCTAVE_CONF_LDFLAGS
354 #define OCTAVE_CONF_LDFLAGS "-L/usr/lib/x86_64-linux-gnu/hdf5/serial"
355 #endif
356 
357 #ifndef OCTAVE_CONF_LD_CXX
358 #define OCTAVE_CONF_LD_CXX "g++"
359 #endif
360 
361 #ifndef OCTAVE_CONF_LD_STATIC_FLAG
362 #define OCTAVE_CONF_LD_STATIC_FLAG ""
363 #endif
364 
365 #ifndef OCTAVE_CONF_LEXLIB
366 #define OCTAVE_CONF_LEXLIB ""
367 #endif
368 
369 #ifndef OCTAVE_CONF_LEX
370 #define OCTAVE_CONF_LEX "flex"
371 #endif
372 
373 #ifndef OCTAVE_CONF_LFLAGS
374 #define OCTAVE_CONF_LFLAGS "-I"
375 #endif
376 
377 #ifndef OCTAVE_CONF_LIBEXT
378 #define OCTAVE_CONF_LIBEXT "a"
379 #endif
380 
381 #ifndef OCTAVE_CONF_LIBFLAGS
382 #define OCTAVE_CONF_LIBFLAGS "-L.."
383 #endif
384 
385 #ifndef OCTAVE_CONF_LIBOCTAVE
386 #define OCTAVE_CONF_LIBOCTAVE "-loctave"
387 #endif
388 
389 #ifndef OCTAVE_CONF_LIBOCTINTERP
390 #define OCTAVE_CONF_LIBOCTINTERP "-loctinterp"
391 #endif
392 
393 #ifndef OCTAVE_CONF_LIBS
394 #define OCTAVE_CONF_LIBS "-lutil -lm "
395 #endif
396 
397 #ifndef OCTAVE_CONF_LN_S
398 #define OCTAVE_CONF_LN_S "ln -s"
399 #endif
400 
401 #ifndef OCTAVE_CONF_MAGICK_CPPFLAGS
402 #define OCTAVE_CONF_MAGICK_CPPFLAGS "-I/usr/local/include/GraphicsMagick "
403 #endif
404 
405 #ifndef OCTAVE_CONF_MAGICK_LDFLAGS
406 #define OCTAVE_CONF_MAGICK_LDFLAGS "-L/usr/local/lib "
407 #endif
408 
409 #ifndef OCTAVE_CONF_MAGICK_LIBS
410 #define OCTAVE_CONF_MAGICK_LIBS "-lGraphicsMagick++ -lGraphicsMagick "
411 #endif
412 
413 #ifndef OCTAVE_CONF_LLVM_CPPFLAGS
414 #define OCTAVE_CONF_LLVM_CPPFLAGS ""
415 #endif
416 
417 #ifndef OCTAVE_CONF_LLVM_LDFLAGS
418 #define OCTAVE_CONF_LLVM_LDFLAGS ""
419 #endif
420 
421 #ifndef OCTAVE_CONF_LLVM_LIBS
422 #define OCTAVE_CONF_LLVM_LIBS ""
423 #endif
424 
425 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS
426 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS "-shared -Wl,-Bsymbolic"
427 #endif
428 
429 #ifndef OCTAVE_CONF_OCTAVE_LINK_DEPS
430 #define OCTAVE_CONF_OCTAVE_LINK_DEPS ""
431 #endif
432 
433 #ifndef OCTAVE_CONF_OCTAVE_LINK_OPTS
434 #define OCTAVE_CONF_OCTAVE_LINK_OPTS ""
435 #endif
436 
437 #ifndef OCTAVE_CONF_OCTINCLUDEDIR
438 #define OCTAVE_CONF_OCTINCLUDEDIR "/usr/local/include/octave-4.0.0/octave"
439 #endif
440 
441 #ifndef OCTAVE_CONF_OCTLIBDIR
442 #define OCTAVE_CONF_OCTLIBDIR "/usr/local/lib/octave/4.0.0"
443 #endif
444 
445 #ifndef OCTAVE_CONF_OCT_LINK_DEPS
446 #define OCTAVE_CONF_OCT_LINK_DEPS ""
447 #endif
448 
449 #ifndef OCTAVE_CONF_OCT_LINK_OPTS
450 #define OCTAVE_CONF_OCT_LINK_OPTS "-L/usr/lib/x86_64-linux-gnu/hdf5/serial "
451 #endif
452 
453 #ifndef OCTAVE_CONF_OPENGL_LIBS
454 #define OCTAVE_CONF_OPENGL_LIBS "-lfontconfig -lfreetype -lGL -lGLU"
455 #endif
456 
457 #ifndef OCTAVE_CONF_OSMESA_CPPFLAGS
458 #define OCTAVE_CONF_OSMESA_CPPFLAGS ""
459 #endif
460 
461 #ifndef OCTAVE_CONF_OSMESA_LDFLAGS
462 #define OCTAVE_CONF_OSMESA_LDFLAGS ""
463 #endif
464 
465 #ifndef OCTAVE_CONF_OSMESA_LIBS
466 #define OCTAVE_CONF_OSMESA_LIBS "-lOSMesa"
467 #endif
468 
469 #ifndef OCTAVE_CONF_PCRE_CPPFLAGS
470 #define OCTAVE_CONF_PCRE_CPPFLAGS ""
471 #endif
472 
473 #ifndef OCTAVE_CONF_PCRE_LIBS
474 #define OCTAVE_CONF_PCRE_LIBS "-lpcre"
475 #endif
476 
477 #ifndef OCTAVE_CONF_PREFIX
478 #define OCTAVE_CONF_PREFIX "/usr/local"
479 #endif
480 
481 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS
482 #define OCTAVE_CONF_PTHREAD_CFLAGS "-pthread"
483 #endif
484 
485 #ifndef OCTAVE_CONF_PTHREAD_LIBS
486 #define OCTAVE_CONF_PTHREAD_LIBS ""
487 #endif
488 
489 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS
490 #define OCTAVE_CONF_QHULL_CPPFLAGS ""
491 #endif
492 
493 #ifndef OCTAVE_CONF_QHULL_LDFLAGS
494 #define OCTAVE_CONF_QHULL_LDFLAGS ""
495 #endif
496 
497 #ifndef OCTAVE_CONF_QHULL_LIBS
498 #define OCTAVE_CONF_QHULL_LIBS "-lqhull"
499 #endif
500 
501 #ifndef OCTAVE_CONF_QRUPDATE_CPPFLAGS
502 #define OCTAVE_CONF_QRUPDATE_CPPFLAGS ""
503 #endif
504 
505 #ifndef OCTAVE_CONF_QRUPDATE_LDFLAGS
506 #define OCTAVE_CONF_QRUPDATE_LDFLAGS ""
507 #endif
508 
509 #ifndef OCTAVE_CONF_QRUPDATE_LIBS
510 #define OCTAVE_CONF_QRUPDATE_LIBS "-lqrupdate"
511 #endif
512 
513 #ifndef OCTAVE_CONF_QT_CPPFLAGS
514 #define OCTAVE_CONF_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 "
515 #endif
516 
517 #ifndef OCTAVE_CONF_QT_LDFLAGS
518 #define OCTAVE_CONF_QT_LDFLAGS ""
519 #endif
520 
521 #ifndef OCTAVE_CONF_QT_LIBS
522 #define OCTAVE_CONF_QT_LIBS "-lQtNetwork -lQtOpenGL -lQtGui -lQtCore -lqscintilla2"
523 #endif
524 
525 #ifndef OCTAVE_CONF_RANLIB
526 #define OCTAVE_CONF_RANLIB "ranlib"
527 #endif
528 
529 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG
530 #define OCTAVE_CONF_RDYNAMIC_FLAG "-rdynamic"
531 #endif
532 
533 #ifndef OCTAVE_CONF_READLINE_LIBS
534 #define OCTAVE_CONF_READLINE_LIBS "-lreadline"
535 #endif
536 
537 #ifndef OCTAVE_CONF_SED
538 #define OCTAVE_CONF_SED "/bin/sed"
539 #endif
540 
541 #ifndef OCTAVE_CONF_SHARED_LIBS
542 #define OCTAVE_CONF_SHARED_LIBS ""
543 #endif
544 
545 #ifndef OCTAVE_CONF_SHLEXT
546 #define OCTAVE_CONF_SHLEXT "so"
547 #endif
548 
549 #ifndef OCTAVE_CONF_SHLEXT_VER
550 #define OCTAVE_CONF_SHLEXT_VER "so.4.0.0"
551 #endif
552 
553 #ifndef OCTAVE_CONF_SH_LD
554 #define OCTAVE_CONF_SH_LD "g++"
555 #endif
556 
557 #ifndef OCTAVE_CONF_SH_LDFLAGS
558 #define OCTAVE_CONF_SH_LDFLAGS "-shared"
559 #endif
560 
561 #ifndef OCTAVE_CONF_SONAME_FLAGS
562 #define OCTAVE_CONF_SONAME_FLAGS "-Wl,-soname -Wl,oct-conf.h"
563 #endif
564 
565 #ifndef OCTAVE_CONF_STATIC_LIBS
566 #define OCTAVE_CONF_STATIC_LIBS ""
567 #endif
568 
569 #ifndef OCTAVE_CONF_TERM_LIBS
570 #define OCTAVE_CONF_TERM_LIBS "-ltermcap"
571 #endif
572 
573 #ifndef OCTAVE_CONF_UMFPACK_CPPFLAGS
574 #define OCTAVE_CONF_UMFPACK_CPPFLAGS ""
575 #endif
576 
577 #ifndef OCTAVE_CONF_UMFPACK_LDFLAGS
578 #define OCTAVE_CONF_UMFPACK_LDFLAGS ""
579 #endif
580 
581 #ifndef OCTAVE_CONF_UMFPACK_LIBS
582 #define OCTAVE_CONF_UMFPACK_LIBS "-lumfpack"
583 #endif
584 
585 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T
586 #define OCTAVE_CONF_USE_64_BIT_IDX_T "no"
587 #endif
588 
589 #ifndef OCTAVE_CONF_WARN_CFLAGS
590 #define OCTAVE_CONF_WARN_CFLAGS "-Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual"
591 #endif
592 
593 #ifndef OCTAVE_CONF_WARN_CXXFLAGS
594 #define OCTAVE_CONF_WARN_CXXFLAGS "-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual"
595 #endif
596 
597 #ifndef OCTAVE_CONF_X11_INCFLAGS
598 #define OCTAVE_CONF_X11_INCFLAGS ""
599 #endif
600 
601 #ifndef OCTAVE_CONF_X11_LIBS
602 #define OCTAVE_CONF_X11_LIBS "-lX11"
603 #endif
604 
605 #ifndef OCTAVE_CONF_XTRA_CFLAGS
606 #define OCTAVE_CONF_XTRA_CFLAGS "-pthread -fopenmp"
607 #endif
608 
609 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS
610 #define OCTAVE_CONF_XTRA_CXXFLAGS "-pthread -fopenmp"
611 #endif
612 
613 #ifndef OCTAVE_CONF_YACC
614 #define OCTAVE_CONF_YACC "bison -y"
615 #endif
616 
617 #ifndef OCTAVE_CONF_YFLAGS
618 #define OCTAVE_CONF_YFLAGS ""
619 #endif
620 
621 #ifndef OCTAVE_CONF_Z_CPPFLAGS
622 #define OCTAVE_CONF_Z_CPPFLAGS ""
623 #endif
624 
625 #ifndef OCTAVE_CONF_Z_LDFLAGS
626 #define OCTAVE_CONF_Z_LDFLAGS ""
627 #endif
628 
629 #ifndef OCTAVE_CONF_Z_LIBS
630 #define OCTAVE_CONF_Z_LIBS "-lz"
631 #endif
632 
633 #ifndef OCTAVE_CONF_config_opts
634 #define OCTAVE_CONF_config_opts "'CPPFLAGS=-I/usr/include/hdf5/serial' 'LDFLAGS=-L/usr/lib/x86_64-linux-gnu/hdf5/serial'"
635 #endif
636 
637 #endif