GNU Octave  3.8.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-2013 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 "-lblas"
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 "4.7.2"
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 -pthread"
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 ""
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 -pthread"
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 "4.7.2"
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.7.2"
227 #endif
228 
229 #ifndef OCTAVE_CONF_GXX_VERSION
230 #define OCTAVE_CONF_GXX_VERSION "4.7.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 "gfortran"
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/gcc/x86_64-linux-gnu/4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../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.7/../../.. -lgfortran -lm -lquadmath"
279 #endif
280 
281 #ifndef OCTAVE_CONF_FONTCONFIG_CFLAGS
282 #define OCTAVE_CONF_FONTCONFIG_CFLAGS ""
283 #endif
284 
285 #ifndef OCTAVE_CONF_FPICFLAG
286 #define OCTAVE_CONF_FPICFLAG "-fPIC"
287 #endif
288 
289 #ifndef OCTAVE_CONF_FT2_CFLAGS
290 #define OCTAVE_CONF_FT2_CFLAGS "-I/usr/include/freetype2 "
291 #endif
292 
293 #ifndef OCTAVE_CONF_FT2_LIBS
294 #define OCTAVE_CONF_FT2_LIBS "-lfreetype "
295 #endif
296 
297 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS
298 #define OCTAVE_CONF_GLPK_CPPFLAGS ""
299 #endif
300 
301 #ifndef OCTAVE_CONF_GLPK_LDFLAGS
302 #define OCTAVE_CONF_GLPK_LDFLAGS ""
303 #endif
304 
305 #ifndef OCTAVE_CONF_GLPK_LIBS
306 #define OCTAVE_CONF_GLPK_LIBS "-lglpk"
307 #endif
308 
309 #ifndef OCTAVE_CONF_GNUPLOT
310 #define OCTAVE_CONF_GNUPLOT "gnuplot"
311 #endif
312 
313 #ifndef OCTAVE_CONF_GRAPHICS_CFLAGS
314 #define OCTAVE_CONF_GRAPHICS_CFLAGS "-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"
315 #endif
316 
317 #ifndef OCTAVE_CONF_GRAPHICS_LIBS
318 #define OCTAVE_CONF_GRAPHICS_LIBS "-L/usr/lib/x86_64-linux-gnu -lfltk_gl -lfltk"
319 #endif
320 
321 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS
322 #define OCTAVE_CONF_HDF5_CPPFLAGS ""
323 #endif
324 
325 #ifndef OCTAVE_CONF_HDF5_LDFLAGS
326 #define OCTAVE_CONF_HDF5_LDFLAGS ""
327 #endif
328 
329 #ifndef OCTAVE_CONF_HDF5_LIBS
330 #define OCTAVE_CONF_HDF5_LIBS "-lhdf5"
331 #endif
332 
333 #ifndef OCTAVE_CONF_INCFLAGS
334 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS%
335 #endif
336 
337 #ifndef OCTAVE_CONF_INCLUDEDIR
338 #define OCTAVE_CONF_INCLUDEDIR "/usr/local/include"
339 #endif
340 
341 #ifndef OCTAVE_CONF_LAPACK_LIBS
342 #define OCTAVE_CONF_LAPACK_LIBS "-llapack"
343 #endif
344 
345 #ifndef OCTAVE_CONF_LDFLAGS
346 #define OCTAVE_CONF_LDFLAGS ""
347 #endif
348 
349 #ifndef OCTAVE_CONF_LD_CXX
350 #define OCTAVE_CONF_LD_CXX "g++"
351 #endif
352 
353 #ifndef OCTAVE_CONF_LD_STATIC_FLAG
354 #define OCTAVE_CONF_LD_STATIC_FLAG ""
355 #endif
356 
357 #ifndef OCTAVE_CONF_LEXLIB
358 #define OCTAVE_CONF_LEXLIB ""
359 #endif
360 
361 #ifndef OCTAVE_CONF_LEX
362 #define OCTAVE_CONF_LEX "flex"
363 #endif
364 
365 #ifndef OCTAVE_CONF_LFLAGS
366 #define OCTAVE_CONF_LFLAGS "-I"
367 #endif
368 
369 #ifndef OCTAVE_CONF_LIBEXT
370 #define OCTAVE_CONF_LIBEXT "a"
371 #endif
372 
373 #ifndef OCTAVE_CONF_LIBFLAGS
374 #define OCTAVE_CONF_LIBFLAGS "-L.."
375 #endif
376 
377 #ifndef OCTAVE_CONF_LIBOCTAVE
378 #define OCTAVE_CONF_LIBOCTAVE "-loctave"
379 #endif
380 
381 #ifndef OCTAVE_CONF_LIBOCTINTERP
382 #define OCTAVE_CONF_LIBOCTINTERP "-loctinterp"
383 #endif
384 
385 #ifndef OCTAVE_CONF_LIBPLPLOT
386 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT%
387 #endif
388 
389 #ifndef OCTAVE_CONF_LIBS
390 #define OCTAVE_CONF_LIBS "-lm "
391 #endif
392 
393 #ifndef OCTAVE_CONF_LN_S
394 #define OCTAVE_CONF_LN_S "ln -s"
395 #endif
396 
397 #ifndef OCTAVE_CONF_MAGICK_CPPFLAGS
398 #define OCTAVE_CONF_MAGICK_CPPFLAGS "-I/usr/local/include/GraphicsMagick "
399 #endif
400 
401 #ifndef OCTAVE_CONF_MAGICK_LDFLAGS
402 #define OCTAVE_CONF_MAGICK_LDFLAGS "-L/usr/local/lib "
403 #endif
404 
405 #ifndef OCTAVE_CONF_MAGICK_LIBS
406 #define OCTAVE_CONF_MAGICK_LIBS "-lGraphicsMagick++ -lGraphicsMagick "
407 #endif
408 
409 #ifndef OCTAVE_CONF_LLVM_CPPFLAGS
410 #define OCTAVE_CONF_LLVM_CPPFLAGS ""
411 #endif
412 
413 #ifndef OCTAVE_CONF_LLVM_LDFLAGS
414 #define OCTAVE_CONF_LLVM_LDFLAGS ""
415 #endif
416 
417 #ifndef OCTAVE_CONF_LLVM_LIBS
418 #define OCTAVE_CONF_LLVM_LIBS ""
419 #endif
420 
421 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS
422 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS "-shared -Wl,-Bsymbolic"
423 #endif
424 
425 #ifndef OCTAVE_CONF_OCTAVE_LINK_DEPS
426 #define OCTAVE_CONF_OCTAVE_LINK_DEPS ""
427 #endif
428 
429 #ifndef OCTAVE_CONF_OCTAVE_LINK_OPTS
430 #define OCTAVE_CONF_OCTAVE_LINK_OPTS ""
431 #endif
432 
433 #ifndef OCTAVE_CONF_OCTINCLUDEDIR
434 #define OCTAVE_CONF_OCTINCLUDEDIR "/usr/local/include/octave-3.8.0/octave"
435 #endif
436 
437 #ifndef OCTAVE_CONF_OCTLIBDIR
438 #define OCTAVE_CONF_OCTLIBDIR "/usr/local/lib/octave/3.8.0"
439 #endif
440 
441 #ifndef OCTAVE_CONF_OCT_LINK_DEPS
442 #define OCTAVE_CONF_OCT_LINK_DEPS ""
443 #endif
444 
445 #ifndef OCTAVE_CONF_OCT_LINK_OPTS
446 #define OCTAVE_CONF_OCT_LINK_OPTS " "
447 #endif
448 
449 #ifndef OCTAVE_CONF_OPENGL_LIBS
450 #define OCTAVE_CONF_OPENGL_LIBS "-lfontconfig -lGL -lGLU"
451 #endif
452 
453 #ifndef OCTAVE_CONF_PCRE_CPPFLAGS
454 #define OCTAVE_CONF_PCRE_CPPFLAGS ""
455 #endif
456 
457 #ifndef OCTAVE_CONF_PCRE_LIBS
458 #define OCTAVE_CONF_PCRE_LIBS "-L/usr/lib/x86_64-linux-gnu -lpcre"
459 #endif
460 
461 #ifndef OCTAVE_CONF_PREFIX
462 #define OCTAVE_CONF_PREFIX "/usr/local"
463 #endif
464 
465 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS
466 #define OCTAVE_CONF_PTHREAD_CFLAGS "-pthread"
467 #endif
468 
469 #ifndef OCTAVE_CONF_PTHREAD_LIBS
470 #define OCTAVE_CONF_PTHREAD_LIBS ""
471 #endif
472 
473 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS
474 #define OCTAVE_CONF_QHULL_CPPFLAGS ""
475 #endif
476 
477 #ifndef OCTAVE_CONF_QHULL_LDFLAGS
478 #define OCTAVE_CONF_QHULL_LDFLAGS ""
479 #endif
480 
481 #ifndef OCTAVE_CONF_QHULL_LIBS
482 #define OCTAVE_CONF_QHULL_LIBS "-lqhull"
483 #endif
484 
485 #ifndef OCTAVE_CONF_QRUPDATE_CPPFLAGS
486 #define OCTAVE_CONF_QRUPDATE_CPPFLAGS ""
487 #endif
488 
489 #ifndef OCTAVE_CONF_QRUPDATE_LDFLAGS
490 #define OCTAVE_CONF_QRUPDATE_LDFLAGS ""
491 #endif
492 
493 #ifndef OCTAVE_CONF_QRUPDATE_LIBS
494 #define OCTAVE_CONF_QRUPDATE_LIBS "-lqrupdate"
495 #endif
496 
497 #ifndef OCTAVE_CONF_QT_CPPFLAGS
498 #define OCTAVE_CONF_QT_CPPFLAGS ""
499 #endif
500 
501 #ifndef OCTAVE_CONF_QT_LDFLAGS
502 #define OCTAVE_CONF_QT_LDFLAGS ""
503 #endif
504 
505 #ifndef OCTAVE_CONF_QT_LIBS
506 #define OCTAVE_CONF_QT_LIBS ""
507 #endif
508 
509 #ifndef OCTAVE_CONF_RANLIB
510 #define OCTAVE_CONF_RANLIB "ranlib"
511 #endif
512 
513 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG
514 #define OCTAVE_CONF_RDYNAMIC_FLAG "-rdynamic"
515 #endif
516 
517 #ifndef OCTAVE_CONF_READLINE_LIBS
518 #define OCTAVE_CONF_READLINE_LIBS "-lreadline"
519 #endif
520 
521 #ifndef OCTAVE_CONF_SED
522 #define OCTAVE_CONF_SED "/bin/sed"
523 #endif
524 
525 #ifndef OCTAVE_CONF_SHARED_LIBS
526 #define OCTAVE_CONF_SHARED_LIBS ""
527 #endif
528 
529 #ifndef OCTAVE_CONF_SHLEXT
530 #define OCTAVE_CONF_SHLEXT "so"
531 #endif
532 
533 #ifndef OCTAVE_CONF_SHLEXT_VER
534 #define OCTAVE_CONF_SHLEXT_VER "so.3.8.0"
535 #endif
536 
537 #ifndef OCTAVE_CONF_SH_LD
538 #define OCTAVE_CONF_SH_LD "g++"
539 #endif
540 
541 #ifndef OCTAVE_CONF_SH_LDFLAGS
542 #define OCTAVE_CONF_SH_LDFLAGS "-shared"
543 #endif
544 
545 #ifndef OCTAVE_CONF_SONAME_FLAGS
546 #define OCTAVE_CONF_SONAME_FLAGS "-Wl,-soname -Wl,oct-conf.h"
547 #endif
548 
549 #ifndef OCTAVE_CONF_STATIC_LIBS
550 #define OCTAVE_CONF_STATIC_LIBS ""
551 #endif
552 
553 #ifndef OCTAVE_CONF_TERM_LIBS
554 #define OCTAVE_CONF_TERM_LIBS "-ltermcap"
555 #endif
556 
557 #ifndef OCTAVE_CONF_UMFPACK_CPPFLAGS
558 #define OCTAVE_CONF_UMFPACK_CPPFLAGS ""
559 #endif
560 
561 #ifndef OCTAVE_CONF_UMFPACK_LDFLAGS
562 #define OCTAVE_CONF_UMFPACK_LDFLAGS ""
563 #endif
564 
565 #ifndef OCTAVE_CONF_UMFPACK_LIBS
566 #define OCTAVE_CONF_UMFPACK_LIBS "-lumfpack"
567 #endif
568 
569 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T
570 #define OCTAVE_CONF_USE_64_BIT_IDX_T "no"
571 #endif
572 
573 #ifndef OCTAVE_CONF_WARN_CFLAGS
574 #define OCTAVE_CONF_WARN_CFLAGS "-Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual"
575 #endif
576 
577 #ifndef OCTAVE_CONF_WARN_CXXFLAGS
578 #define OCTAVE_CONF_WARN_CXXFLAGS "-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual"
579 #endif
580 
581 #ifndef OCTAVE_CONF_X11_INCFLAGS
582 #define OCTAVE_CONF_X11_INCFLAGS ""
583 #endif
584 
585 #ifndef OCTAVE_CONF_X11_LIBS
586 #define OCTAVE_CONF_X11_LIBS "-lX11"
587 #endif
588 
589 #ifndef OCTAVE_CONF_XTRA_CFLAGS
590 #define OCTAVE_CONF_XTRA_CFLAGS ""
591 #endif
592 
593 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS
594 #define OCTAVE_CONF_XTRA_CXXFLAGS ""
595 #endif
596 
597 #ifndef OCTAVE_CONF_YACC
598 #define OCTAVE_CONF_YACC "bison -y"
599 #endif
600 
601 #ifndef OCTAVE_CONF_YFLAGS
602 #define OCTAVE_CONF_YFLAGS ""
603 #endif
604 
605 #ifndef OCTAVE_CONF_Z_CPPFLAGS
606 #define OCTAVE_CONF_Z_CPPFLAGS ""
607 #endif
608 
609 #ifndef OCTAVE_CONF_Z_LDFLAGS
610 #define OCTAVE_CONF_Z_LDFLAGS ""
611 #endif
612 
613 #ifndef OCTAVE_CONF_Z_LIBS
614 #define OCTAVE_CONF_Z_LIBS "-lz"
615 #endif
616 
617 #ifndef OCTAVE_CONF_config_opts
618 #define OCTAVE_CONF_config_opts ""
619 #endif
620 
621 #endif