Mercurial > hg > octave-nkf
annotate src/oct-conf.h.in @ 8345:c777f3ce02d8
smarter conversion lookup
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 14:04:55 +0100 |
parents | d74f996e005d |
children | aeedc045cfe3 |
rev | line source |
---|---|
2163 | 1 // oct-conf.h.in |
2 /* | |
3 | |
7017 | 4 Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
5 2007 John W. Eaton | |
2163 | 6 |
7 This file is part of Octave. | |
8 | |
9 Octave is free software; you can redistribute it and/or modify it | |
10 under the terms of the GNU General Public License as published by the | |
7016 | 11 Free Software Foundation; either version 3 of the License, or (at your |
12 option) any later version. | |
2163 | 13 |
14 Octave is distributed in the hope that it will be useful, but WITHOUT | |
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
17 for more details. | |
18 | |
19 You should have received a copy of the GNU General Public License | |
7016 | 20 along with Octave; see the file COPYING. If not, see |
21 <http://www.gnu.org/licenses/>. | |
2163 | 22 |
23 */ | |
24 | |
25 #if !defined (octave_conf_h) | |
26 #define octave_conf_h 1 | |
27 | |
3584 | 28 #ifndef OCTAVE_CONF_ALL_CFLAGS |
29 #define OCTAVE_CONF_ALL_CFLAGS %OCTAVE_CONF_ALL_CFLAGS% | |
30 #endif | |
31 | |
32 #ifndef OCTAVE_CONF_ALL_CXXFLAGS | |
33 #define OCTAVE_CONF_ALL_CXXFLAGS %OCTAVE_CONF_ALL_CXXFLAGS% | |
34 #endif | |
35 | |
36 #ifndef OCTAVE_CONF_ALL_FFLAGS | |
37 #define OCTAVE_CONF_ALL_FFLAGS %OCTAVE_CONF_ALL_FFLAGS% | |
2163 | 38 #endif |
39 | |
3584 | 40 #ifndef OCTAVE_CONF_ALL_LDFLAGS |
41 #define OCTAVE_CONF_ALL_LDFLAGS %OCTAVE_CONF_ALL_LDFLAGS% | |
42 #endif | |
43 | |
44 #ifndef OCTAVE_CONF_ARFLAGS | |
45 #define OCTAVE_CONF_ARFLAGS %OCTAVE_CONF_ARFLAGS% | |
46 #endif | |
47 | |
48 #ifndef OCTAVE_CONF_AR | |
49 #define OCTAVE_CONF_AR %OCTAVE_CONF_AR% | |
50 #endif | |
51 | |
3726 | 52 #ifndef OCTAVE_CONF_BLAS_LIBS |
53 #define OCTAVE_CONF_BLAS_LIBS %OCTAVE_CONF_BLAS_LIBS% | |
54 #endif | |
55 | |
3584 | 56 #ifndef OCTAVE_CONF_CC |
57 #define OCTAVE_CONF_CC %OCTAVE_CONF_CC% | |
2163 | 58 #endif |
59 | |
3584 | 60 #ifndef OCTAVE_CONF_CC_VERSION |
61 #define OCTAVE_CONF_CC_VERSION %OCTAVE_CONF_CC_VERSION% | |
62 #endif | |
63 | |
64 #ifndef OCTAVE_CONF_CFLAGS | |
65 #define OCTAVE_CONF_CFLAGS %OCTAVE_CONF_CFLAGS% | |
66 #endif | |
67 | |
68 #ifndef OCTAVE_CONF_CPICFLAG | |
69 #define OCTAVE_CONF_CPICFLAG %OCTAVE_CONF_CPICFLAG% | |
70 #endif | |
71 | |
72 #ifndef OCTAVE_CONF_CPPFLAGS | |
73 #define OCTAVE_CONF_CPPFLAGS %OCTAVE_CONF_CPPFLAGS% | |
2163 | 74 #endif |
75 | |
6043 | 76 #ifndef OCTAVE_CONF_CURL_LIBS |
77 #define OCTAVE_CONF_CURL_LIBS %OCTAVE_CONF_CURL_LIBS% | |
78 #endif | |
79 | |
3584 | 80 #ifndef OCTAVE_CONF_CXXCPP |
81 #define OCTAVE_CONF_CXXCPP %OCTAVE_CONF_CXXCPP% | |
82 #endif | |
83 | |
84 #ifndef OCTAVE_CONF_CXXFLAGS | |
85 #define OCTAVE_CONF_CXXFLAGS %OCTAVE_CONF_CXXFLAGS% | |
2163 | 86 #endif |
87 | |
3584 | 88 #ifndef OCTAVE_CONF_CXXPICFLAG |
89 #define OCTAVE_CONF_CXXPICFLAG %OCTAVE_CONF_CXXPICFLAG% | |
2163 | 90 #endif |
91 | |
3584 | 92 #ifndef OCTAVE_CONF_CXX |
93 #define OCTAVE_CONF_CXX %OCTAVE_CONF_CXX% | |
94 #endif | |
95 | |
96 #ifndef OCTAVE_CONF_CXX_VERSION | |
97 #define OCTAVE_CONF_CXX_VERSION %OCTAVE_CONF_CXX_VERSION% | |
2163 | 98 #endif |
99 | |
3584 | 100 #ifndef OCTAVE_CONF_DEFAULT_PAGER |
101 #define OCTAVE_CONF_DEFAULT_PAGER %OCTAVE_CONF_DEFAULT_PAGER% | |
102 #endif | |
103 | |
104 #ifndef OCTAVE_CONF_DEFS | |
105 #define OCTAVE_CONF_DEFS %OCTAVE_CONF_DEFS% | |
106 #endif | |
107 | |
4759 | 108 #ifndef OCTAVE_CONF_DL_LD |
109 #define OCTAVE_CONF_DL_LD %OCTAVE_CONF_DL_LD% | |
110 #endif | |
111 | |
112 #ifndef OCTAVE_CONF_DL_LDFLAGS | |
113 #define OCTAVE_CONF_DL_LDFLAGS %OCTAVE_CONF_DL_LDFLAGS% | |
114 #endif | |
115 | |
3892 | 116 #ifndef OCTAVE_CONF_EXEEXT |
117 #define OCTAVE_CONF_EXEEXT %OCTAVE_CONF_EXEEXT% | |
3584 | 118 #endif |
119 | |
120 #ifndef OCTAVE_CONF_F2CFLAGS | |
121 #define OCTAVE_CONF_F2CFLAGS %OCTAVE_CONF_F2CFLAGS% | |
2163 | 122 #endif |
123 | |
3584 | 124 #ifndef OCTAVE_CONF_F2C |
125 #define OCTAVE_CONF_F2C %OCTAVE_CONF_F2C% | |
126 #endif | |
127 | |
128 #ifndef OCTAVE_CONF_F77 | |
129 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77% | |
130 #endif | |
131 | |
5498 | 132 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG |
133 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG% | |
134 #endif | |
135 | |
3584 | 136 #ifndef OCTAVE_CONF_FC |
137 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% | |
2163 | 138 #endif |
139 | |
3584 | 140 #ifndef OCTAVE_CONF_FFLAGS |
141 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS% | |
142 #endif | |
143 | |
3859 | 144 #ifndef OCTAVE_CONF_FFTW_LIBS |
145 #define OCTAVE_CONF_FFTW_LIBS %OCTAVE_CONF_FFTW_LIBS% | |
146 #endif | |
147 | |
3584 | 148 #ifndef OCTAVE_CONF_FLIBS |
149 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS% | |
150 #endif | |
151 | |
152 #ifndef OCTAVE_CONF_FPICFLAG | |
153 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% | |
2163 | 154 #endif |
155 | |
5235 | 156 #ifndef OCTAVE_CONF_GLPK_LIBS |
157 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS% | |
158 #endif | |
159 | |
7361 | 160 #ifndef OCTAVE_CONF_GNUPLOT |
161 #define OCTAVE_CONF_GNUPLOT %OCTAVE_CONF_GNUPLOT% | |
162 #endif | |
163 | |
3584 | 164 #ifndef OCTAVE_CONF_INCFLAGS |
165 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS% | |
2163 | 166 #endif |
167 | |
6311 | 168 #ifndef OCTAVE_CONF_INCLUDEDIR |
169 #define OCTAVE_CONF_INCLUDEDIR %OCTAVE_CONF_INCLUDEDIR% | |
170 #endif | |
171 | |
3584 | 172 #ifndef OCTAVE_CONF_LDFLAGS |
173 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS% | |
2163 | 174 #endif |
175 | |
3859 | 176 #ifndef OCTAVE_CONF_LD_CXX |
177 #define OCTAVE_CONF_LD_CXX %OCTAVE_CONF_LD_CXX% | |
178 #endif | |
179 | |
3584 | 180 #ifndef OCTAVE_CONF_LD_STATIC_FLAG |
181 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG% | |
182 #endif | |
183 | |
184 #ifndef OCTAVE_CONF_LEXLIB | |
185 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB% | |
186 #endif | |
187 | |
188 #ifndef OCTAVE_CONF_LEX | |
189 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX% | |
2163 | 190 #endif |
191 | |
3584 | 192 #ifndef OCTAVE_CONF_LFLAGS |
193 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS% | |
194 #endif | |
195 | |
196 #ifndef OCTAVE_CONF_LIBCRUFT | |
197 #define OCTAVE_CONF_LIBCRUFT %OCTAVE_CONF_LIBCRUFT% | |
198 #endif | |
199 | |
200 #ifndef OCTAVE_CONF_LIBEXT | |
201 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% | |
202 #endif | |
203 | |
204 #ifndef OCTAVE_CONF_LIBFLAGS | |
205 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% | |
206 #endif | |
207 | |
208 #ifndef OCTAVE_CONF_LIBOCTAVE | |
209 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% | |
2163 | 210 #endif |
211 | |
3584 | 212 #ifndef OCTAVE_CONF_LIBOCTINTERP |
213 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% | |
214 #endif | |
215 | |
216 #ifndef OCTAVE_CONF_LIBPLPLOT | |
217 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT% | |
218 #endif | |
219 | |
4102 | 220 #ifndef OCTAVE_CONF_LIBREADLINE |
221 #define OCTAVE_CONF_LIBREADLINE %OCTAVE_CONF_LIBREADLINE% | |
222 #endif | |
223 | |
3584 | 224 #ifndef OCTAVE_CONF_LIBS |
225 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% | |
2163 | 226 #endif |
227 | |
3584 | 228 #ifndef OCTAVE_CONF_LN_S |
229 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% | |
230 #endif | |
231 | |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
232 #ifndef OCTAVE_CONF_MAGICK_INCFLAGS |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
233 #define OCTAVE_CONF_MAGICK_INCFLAGS %OCTAVE_CONF_MAGICK_INCFLAGS% |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
234 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
235 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
236 #ifndef OCTAVE_CONF_MAGICK_LIBS |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
237 #define OCTAVE_CONF_MAGICK_LIBS %OCTAVE_CONF_MAGICK_LIBS% |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
238 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
239 |
4759 | 240 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS |
241 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS% | |
242 #endif | |
243 | |
6311 | 244 #ifndef OCTAVE_CONF_OCTINCLUDEDIR |
245 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR% | |
3591 | 246 #endif |
247 | |
6311 | 248 #ifndef OCTAVE_CONF_OCTLIBDIR |
249 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR% | |
250 #endif | |
251 | |
252 #ifndef OCTAVE_CONF_PREFIX | |
253 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX% | |
3859 | 254 #endif |
255 | |
3584 | 256 #ifndef OCTAVE_CONF_RANLIB |
257 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% | |
2163 | 258 #endif |
259 | |
3584 | 260 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
261 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% | |
262 #endif | |
263 | |
264 #ifndef OCTAVE_CONF_RLD_FLAG | |
265 #define OCTAVE_CONF_RLD_FLAG %OCTAVE_CONF_RLD_FLAG% | |
2163 | 266 #endif |
267 | |
4084 | 268 #ifndef OCTAVE_CONF_SED |
269 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED% | |
270 #endif | |
271 | |
3584 | 272 #ifndef OCTAVE_CONF_SHARED_LIBS |
273 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% | |
274 #endif | |
275 | |
276 #ifndef OCTAVE_CONF_SHLEXT | |
277 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% | |
278 #endif | |
279 | |
280 #ifndef OCTAVE_CONF_SHLEXT_VER | |
281 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% | |
2163 | 282 #endif |
283 | |
4759 | 284 #ifndef OCTAVE_CONF_SH_LD |
285 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% | |
286 #endif | |
287 | |
3584 | 288 #ifndef OCTAVE_CONF_SH_LDFLAGS |
289 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% | |
290 #endif | |
291 | |
292 #ifndef OCTAVE_CONF_SONAME_FLAGS | |
293 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% | |
294 #endif | |
295 | |
296 #ifndef OCTAVE_CONF_STATIC_LIBS | |
297 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% | |
2163 | 298 #endif |
299 | |
3584 | 300 #ifndef OCTAVE_CONF_UGLY_DEFS |
301 #define OCTAVE_CONF_UGLY_DEFS %OCTAVE_CONF_UGLY_DEFS% | |
302 #endif | |
303 | |
5275 | 304 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T |
305 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T% | |
306 #endif | |
307 | |
4128 | 308 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING |
309 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING %OCTAVE_CONF_ENABLE_DYNAMIC_LINKING% | |
2163 | 310 #endif |
311 | |
3584 | 312 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
313 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% | |
2163 | 314 #endif |
315 | |
3584 | 316 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
317 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% | |
2163 | 318 #endif |
319 | |
3584 | 320 #ifndef OCTAVE_CONF_YACC |
321 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% | |
322 #endif | |
323 | |
324 #ifndef OCTAVE_CONF_YFLAGS | |
325 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% | |
326 #endif | |
327 | |
328 #ifndef OCTAVE_CONF_config_opts | |
329 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% | |
2163 | 330 #endif |
331 | |
332 #endif | |
333 | |
334 /* | |
335 ;;; Local Variables: *** | |
336 ;;; mode: C++ *** | |
337 ;;; page-delimiter: "^/\\*" *** | |
338 ;;; End: *** | |
339 */ |