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 |
|
108 #ifndef OCTAVE_CONF_DLFCN_INCFLAGS |
|
109 #define OCTAVE_CONF_DLFCN_INCFLAGS %OCTAVE_CONF_DLFCN_INCFLAGS% |
2163
|
110 #endif |
|
111 |
4759
|
112 #ifndef OCTAVE_CONF_DL_LD |
|
113 #define OCTAVE_CONF_DL_LD %OCTAVE_CONF_DL_LD% |
|
114 #endif |
|
115 |
|
116 #ifndef OCTAVE_CONF_DL_LDFLAGS |
|
117 #define OCTAVE_CONF_DL_LDFLAGS %OCTAVE_CONF_DL_LDFLAGS% |
|
118 #endif |
|
119 |
3892
|
120 #ifndef OCTAVE_CONF_EXEEXT |
|
121 #define OCTAVE_CONF_EXEEXT %OCTAVE_CONF_EXEEXT% |
3584
|
122 #endif |
|
123 |
|
124 #ifndef OCTAVE_CONF_F2CFLAGS |
|
125 #define OCTAVE_CONF_F2CFLAGS %OCTAVE_CONF_F2CFLAGS% |
2163
|
126 #endif |
|
127 |
3584
|
128 #ifndef OCTAVE_CONF_F2C |
|
129 #define OCTAVE_CONF_F2C %OCTAVE_CONF_F2C% |
|
130 #endif |
|
131 |
|
132 #ifndef OCTAVE_CONF_F77 |
|
133 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77% |
|
134 #endif |
|
135 |
5498
|
136 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG |
|
137 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG% |
|
138 #endif |
|
139 |
3584
|
140 #ifndef OCTAVE_CONF_FC |
|
141 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% |
2163
|
142 #endif |
|
143 |
3584
|
144 #ifndef OCTAVE_CONF_FFLAGS |
|
145 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS% |
|
146 #endif |
|
147 |
3859
|
148 #ifndef OCTAVE_CONF_FFTW_LIBS |
|
149 #define OCTAVE_CONF_FFTW_LIBS %OCTAVE_CONF_FFTW_LIBS% |
|
150 #endif |
|
151 |
3584
|
152 #ifndef OCTAVE_CONF_FLIBS |
|
153 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS% |
|
154 #endif |
|
155 |
|
156 #ifndef OCTAVE_CONF_FPICFLAG |
|
157 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% |
2163
|
158 #endif |
|
159 |
5235
|
160 #ifndef OCTAVE_CONF_GLPK_LIBS |
|
161 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS% |
|
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_LIBDLFCN |
|
201 #define OCTAVE_CONF_LIBDLFCN %OCTAVE_CONF_LIBDLFCN% |
2163
|
202 #endif |
|
203 |
3584
|
204 #ifndef OCTAVE_CONF_LIBEXT |
|
205 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% |
|
206 #endif |
|
207 |
|
208 #ifndef OCTAVE_CONF_LIBFLAGS |
|
209 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% |
|
210 #endif |
|
211 |
|
212 #ifndef OCTAVE_CONF_LIBOCTAVE |
|
213 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% |
2163
|
214 #endif |
|
215 |
3584
|
216 #ifndef OCTAVE_CONF_LIBOCTINTERP |
|
217 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% |
|
218 #endif |
|
219 |
|
220 #ifndef OCTAVE_CONF_LIBPLPLOT |
|
221 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT% |
|
222 #endif |
|
223 |
4102
|
224 #ifndef OCTAVE_CONF_LIBREADLINE |
|
225 #define OCTAVE_CONF_LIBREADLINE %OCTAVE_CONF_LIBREADLINE% |
|
226 #endif |
|
227 |
3584
|
228 #ifndef OCTAVE_CONF_LIBS |
|
229 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% |
2163
|
230 #endif |
|
231 |
3584
|
232 #ifndef OCTAVE_CONF_LN_S |
|
233 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% |
|
234 #endif |
|
235 |
4759
|
236 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS |
|
237 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS% |
|
238 #endif |
|
239 |
6311
|
240 #ifndef OCTAVE_CONF_OCTINCLUDEDIR |
|
241 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR% |
3591
|
242 #endif |
|
243 |
6311
|
244 #ifndef OCTAVE_CONF_OCTLIBDIR |
|
245 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR% |
|
246 #endif |
|
247 |
|
248 #ifndef OCTAVE_CONF_PREFIX |
|
249 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX% |
3859
|
250 #endif |
|
251 |
3584
|
252 #ifndef OCTAVE_CONF_RANLIB |
|
253 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% |
2163
|
254 #endif |
|
255 |
3584
|
256 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
|
257 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% |
|
258 #endif |
|
259 |
|
260 #ifndef OCTAVE_CONF_RLD_FLAG |
|
261 #define OCTAVE_CONF_RLD_FLAG %OCTAVE_CONF_RLD_FLAG% |
2163
|
262 #endif |
|
263 |
4084
|
264 #ifndef OCTAVE_CONF_SED |
|
265 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED% |
|
266 #endif |
|
267 |
3584
|
268 #ifndef OCTAVE_CONF_SHARED_LIBS |
|
269 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% |
|
270 #endif |
|
271 |
|
272 #ifndef OCTAVE_CONF_SHLEXT |
|
273 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% |
|
274 #endif |
|
275 |
|
276 #ifndef OCTAVE_CONF_SHLEXT_VER |
|
277 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% |
2163
|
278 #endif |
|
279 |
4759
|
280 #ifndef OCTAVE_CONF_SH_LD |
|
281 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% |
|
282 #endif |
|
283 |
3584
|
284 #ifndef OCTAVE_CONF_SH_LDFLAGS |
|
285 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% |
|
286 #endif |
|
287 |
|
288 #ifndef OCTAVE_CONF_SONAME_FLAGS |
|
289 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% |
|
290 #endif |
|
291 |
|
292 #ifndef OCTAVE_CONF_STATIC_LIBS |
|
293 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% |
2163
|
294 #endif |
|
295 |
3584
|
296 #ifndef OCTAVE_CONF_UGLY_DEFS |
|
297 #define OCTAVE_CONF_UGLY_DEFS %OCTAVE_CONF_UGLY_DEFS% |
|
298 #endif |
|
299 |
5275
|
300 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T |
|
301 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T% |
|
302 #endif |
|
303 |
4128
|
304 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING |
|
305 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING %OCTAVE_CONF_ENABLE_DYNAMIC_LINKING% |
2163
|
306 #endif |
|
307 |
3584
|
308 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
|
309 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% |
2163
|
310 #endif |
|
311 |
3584
|
312 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
|
313 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% |
2163
|
314 #endif |
|
315 |
3584
|
316 #ifndef OCTAVE_CONF_YACC |
|
317 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% |
|
318 #endif |
|
319 |
|
320 #ifndef OCTAVE_CONF_YFLAGS |
|
321 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% |
|
322 #endif |
|
323 |
|
324 #ifndef OCTAVE_CONF_config_opts |
|
325 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% |
2163
|
326 #endif |
|
327 |
|
328 #endif |
|
329 |
|
330 /* |
|
331 ;;; Local Variables: *** |
|
332 ;;; mode: C++ *** |
|
333 ;;; page-delimiter: "^/\\*" *** |
|
334 ;;; End: *** |
|
335 */ |