2163
|
1 // oct-conf.h.in |
|
2 /* |
|
3 |
2847
|
4 Copyright (C) 1996, 1997 John W. Eaton |
2163
|
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 2, or (at your option) any |
|
11 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, write to the Free |
|
20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
21 |
|
22 */ |
|
23 |
|
24 #if !defined (octave_conf_h) |
|
25 #define octave_conf_h 1 |
|
26 |
3584
|
27 #ifndef OCTAVE_CONF_ALL_CFLAGS |
|
28 #define OCTAVE_CONF_ALL_CFLAGS %OCTAVE_CONF_ALL_CFLAGS% |
|
29 #endif |
|
30 |
|
31 #ifndef OCTAVE_CONF_ALL_CXXFLAGS |
|
32 #define OCTAVE_CONF_ALL_CXXFLAGS %OCTAVE_CONF_ALL_CXXFLAGS% |
|
33 #endif |
|
34 |
|
35 #ifndef OCTAVE_CONF_ALL_FFLAGS |
|
36 #define OCTAVE_CONF_ALL_FFLAGS %OCTAVE_CONF_ALL_FFLAGS% |
2163
|
37 #endif |
|
38 |
3584
|
39 #ifndef OCTAVE_CONF_ALL_LDFLAGS |
|
40 #define OCTAVE_CONF_ALL_LDFLAGS %OCTAVE_CONF_ALL_LDFLAGS% |
|
41 #endif |
|
42 |
|
43 #ifndef OCTAVE_CONF_ARFLAGS |
|
44 #define OCTAVE_CONF_ARFLAGS %OCTAVE_CONF_ARFLAGS% |
|
45 #endif |
|
46 |
|
47 #ifndef OCTAVE_CONF_AR |
|
48 #define OCTAVE_CONF_AR %OCTAVE_CONF_AR% |
|
49 #endif |
|
50 |
|
51 #ifndef OCTAVE_CONF_CC |
|
52 #define OCTAVE_CONF_CC %OCTAVE_CONF_CC% |
2163
|
53 #endif |
|
54 |
3584
|
55 #ifndef OCTAVE_CONF_CC_VERSION |
|
56 #define OCTAVE_CONF_CC_VERSION %OCTAVE_CONF_CC_VERSION% |
|
57 #endif |
|
58 |
|
59 #ifndef OCTAVE_CONF_CFLAGS |
|
60 #define OCTAVE_CONF_CFLAGS %OCTAVE_CONF_CFLAGS% |
|
61 #endif |
|
62 |
|
63 #ifndef OCTAVE_CONF_CPICFLAG |
|
64 #define OCTAVE_CONF_CPICFLAG %OCTAVE_CONF_CPICFLAG% |
|
65 #endif |
|
66 |
|
67 #ifndef OCTAVE_CONF_CPPFLAGS |
|
68 #define OCTAVE_CONF_CPPFLAGS %OCTAVE_CONF_CPPFLAGS% |
2163
|
69 #endif |
|
70 |
3584
|
71 #ifndef OCTAVE_CONF_CXXCPP |
|
72 #define OCTAVE_CONF_CXXCPP %OCTAVE_CONF_CXXCPP% |
|
73 #endif |
|
74 |
|
75 #ifndef OCTAVE_CONF_CXXFLAGS |
|
76 #define OCTAVE_CONF_CXXFLAGS %OCTAVE_CONF_CXXFLAGS% |
2163
|
77 #endif |
|
78 |
3584
|
79 #ifndef OCTAVE_CONF_CXXPICFLAG |
|
80 #define OCTAVE_CONF_CXXPICFLAG %OCTAVE_CONF_CXXPICFLAG% |
2163
|
81 #endif |
|
82 |
3584
|
83 #ifndef OCTAVE_CONF_CXX |
|
84 #define OCTAVE_CONF_CXX %OCTAVE_CONF_CXX% |
|
85 #endif |
|
86 |
|
87 #ifndef OCTAVE_CONF_CXX_VERSION |
|
88 #define OCTAVE_CONF_CXX_VERSION %OCTAVE_CONF_CXX_VERSION% |
2163
|
89 #endif |
|
90 |
3584
|
91 #ifndef OCTAVE_CONF_DEFAULT_PAGER |
|
92 #define OCTAVE_CONF_DEFAULT_PAGER %OCTAVE_CONF_DEFAULT_PAGER% |
|
93 #endif |
|
94 |
|
95 #ifndef OCTAVE_CONF_DEFS |
|
96 #define OCTAVE_CONF_DEFS %OCTAVE_CONF_DEFS% |
|
97 #endif |
|
98 |
|
99 #ifndef OCTAVE_CONF_DLFCN_INCFLAGS |
|
100 #define OCTAVE_CONF_DLFCN_INCFLAGS %OCTAVE_CONF_DLFCN_INCFLAGS% |
2163
|
101 #endif |
|
102 |
3584
|
103 #ifndef OCTAVE_CONF_EXE |
|
104 #define OCTAVE_CONF_EXE %OCTAVE_CONF_EXE% |
|
105 #endif |
|
106 |
|
107 #ifndef OCTAVE_CONF_F2CFLAGS |
|
108 #define OCTAVE_CONF_F2CFLAGS %OCTAVE_CONF_F2CFLAGS% |
2163
|
109 #endif |
|
110 |
3584
|
111 #ifndef OCTAVE_CONF_F2C |
|
112 #define OCTAVE_CONF_F2C %OCTAVE_CONF_F2C% |
|
113 #endif |
|
114 |
|
115 #ifndef OCTAVE_CONF_F77 |
|
116 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77% |
|
117 #endif |
|
118 |
|
119 #ifndef OCTAVE_CONF_FC |
|
120 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% |
2163
|
121 #endif |
|
122 |
3584
|
123 #ifndef OCTAVE_CONF_FFLAGS |
|
124 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS% |
|
125 #endif |
|
126 |
|
127 #ifndef OCTAVE_CONF_FLIBS |
|
128 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS% |
|
129 #endif |
|
130 |
|
131 #ifndef OCTAVE_CONF_FORTRAN_MAIN_FLAG |
|
132 #define OCTAVE_CONF_FORTRAN_MAIN_FLAG %OCTAVE_CONF_FORTRAN_MAIN_FLAG% |
|
133 #endif |
|
134 |
|
135 #ifndef OCTAVE_CONF_FPICFLAG |
|
136 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% |
2163
|
137 #endif |
|
138 |
3584
|
139 #ifndef OCTAVE_CONF_GLOB_INCFLAGS |
|
140 #define OCTAVE_CONF_GLOB_INCFLAGS %OCTAVE_CONF_GLOB_INCFLAGS% |
|
141 #endif |
|
142 |
|
143 #ifndef OCTAVE_CONF_INCFLAGS |
|
144 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS% |
2163
|
145 #endif |
|
146 |
3584
|
147 #ifndef OCTAVE_CONF_LDFLAGS |
|
148 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS% |
2163
|
149 #endif |
|
150 |
3584
|
151 #ifndef OCTAVE_CONF_LD_STATIC_FLAG |
|
152 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG% |
|
153 #endif |
|
154 |
|
155 #ifndef OCTAVE_CONF_LEXLIB |
|
156 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB% |
|
157 #endif |
|
158 |
|
159 #ifndef OCTAVE_CONF_LEX |
|
160 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX% |
2163
|
161 #endif |
|
162 |
3584
|
163 #ifndef OCTAVE_CONF_LFLAGS |
|
164 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS% |
|
165 #endif |
|
166 |
|
167 #ifndef OCTAVE_CONF_LIBCRUFT |
|
168 #define OCTAVE_CONF_LIBCRUFT %OCTAVE_CONF_LIBCRUFT% |
|
169 #endif |
|
170 |
|
171 #ifndef OCTAVE_CONF_LIBDLFCN |
|
172 #define OCTAVE_CONF_LIBDLFCN %OCTAVE_CONF_LIBDLFCN% |
2163
|
173 #endif |
|
174 |
3584
|
175 #ifndef OCTAVE_CONF_LIBEXT |
|
176 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% |
|
177 #endif |
|
178 |
|
179 #ifndef OCTAVE_CONF_LIBFLAGS |
|
180 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% |
|
181 #endif |
|
182 |
|
183 #ifndef OCTAVE_CONF_LIBGLOB |
|
184 #define OCTAVE_CONF_LIBGLOB %OCTAVE_CONF_LIBGLOB% |
|
185 #endif |
|
186 |
|
187 #ifndef OCTAVE_CONF_LIBKPATHSEA |
|
188 #define OCTAVE_CONF_LIBKPATHSEA %OCTAVE_CONF_LIBKPATHSEA% |
|
189 #endif |
|
190 |
|
191 #ifndef OCTAVE_CONF_LIBOCTAVE |
|
192 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% |
2163
|
193 #endif |
|
194 |
3584
|
195 #ifndef OCTAVE_CONF_LIBOCTINTERP |
|
196 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% |
|
197 #endif |
|
198 |
|
199 #ifndef OCTAVE_CONF_LIBPLPLOT |
|
200 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT% |
|
201 #endif |
|
202 |
|
203 #ifndef OCTAVE_CONF_LIBREADLINE |
|
204 #define OCTAVE_CONF_LIBREADLINE %OCTAVE_CONF_LIBREADLINE% |
|
205 #endif |
|
206 |
|
207 #ifndef OCTAVE_CONF_LIBS |
|
208 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% |
2163
|
209 #endif |
|
210 |
3584
|
211 #ifndef OCTAVE_CONF_LN_S |
|
212 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% |
|
213 #endif |
|
214 |
|
215 #ifndef OCTAVE_CONF_OCTAVE_LITE |
|
216 #define OCTAVE_CONF_OCTAVE_LITE %OCTAVE_CONF_OCTAVE_LITE% |
2163
|
217 #endif |
|
218 |
3584
|
219 #ifndef OCTAVE_CONF_RANLIB |
|
220 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% |
2163
|
221 #endif |
|
222 |
3584
|
223 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
|
224 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% |
|
225 #endif |
|
226 |
|
227 #ifndef OCTAVE_CONF_RLD_FLAG |
|
228 #define OCTAVE_CONF_RLD_FLAG %OCTAVE_CONF_RLD_FLAG% |
2163
|
229 #endif |
|
230 |
3584
|
231 #ifndef OCTAVE_CONF_RUNTEST |
|
232 #define OCTAVE_CONF_RUNTEST %OCTAVE_CONF_RUNTEST% |
|
233 #endif |
|
234 |
|
235 #ifndef OCTAVE_CONF_SHARED_LIBS |
|
236 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% |
|
237 #endif |
|
238 |
|
239 #ifndef OCTAVE_CONF_SHLEXT |
|
240 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% |
|
241 #endif |
|
242 |
|
243 #ifndef OCTAVE_CONF_SHLEXT_VER |
|
244 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% |
2163
|
245 #endif |
|
246 |
3584
|
247 #ifndef OCTAVE_CONF_SH_LDFLAGS |
|
248 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% |
|
249 #endif |
|
250 |
|
251 #ifndef OCTAVE_CONF_SH_LD |
|
252 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% |
2675
|
253 #endif |
|
254 |
3584
|
255 #ifndef OCTAVE_CONF_SONAME_FLAGS |
|
256 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% |
|
257 #endif |
|
258 |
|
259 #ifndef OCTAVE_CONF_SPECIAL_MATH_LIB |
|
260 #define OCTAVE_CONF_SPECIAL_MATH_LIB %OCTAVE_CONF_SPECIAL_MATH_LIB% |
|
261 #endif |
|
262 |
|
263 #ifndef OCTAVE_CONF_STATIC_LIBS |
|
264 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% |
2163
|
265 #endif |
|
266 |
3584
|
267 #ifndef OCTAVE_CONF_TERMLIBS |
|
268 #define OCTAVE_CONF_TERMLIBS %OCTAVE_CONF_TERMLIBS% |
2163
|
269 #endif |
|
270 |
3584
|
271 #ifndef OCTAVE_CONF_UGLY_DEFS |
|
272 #define OCTAVE_CONF_UGLY_DEFS %OCTAVE_CONF_UGLY_DEFS% |
|
273 #endif |
|
274 |
|
275 #ifndef OCTAVE_CONF_WITH_DL |
|
276 #define OCTAVE_CONF_WITH_DL %OCTAVE_CONF_WITH_DL% |
|
277 #endif |
|
278 |
|
279 #ifndef OCTAVE_CONF_WITH_DYNAMIC_LINKING |
|
280 #define OCTAVE_CONF_WITH_DYNAMIC_LINKING %OCTAVE_CONF_WITH_DYNAMIC_LINKING% |
2163
|
281 #endif |
|
282 |
3584
|
283 #ifndef OCTAVE_CONF_WITH_SHL |
|
284 #define OCTAVE_CONF_WITH_SHL %OCTAVE_CONF_WITH_SHL% |
|
285 #endif |
|
286 |
|
287 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
|
288 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% |
2163
|
289 #endif |
|
290 |
3584
|
291 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
|
292 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% |
2163
|
293 #endif |
|
294 |
3584
|
295 #ifndef OCTAVE_CONF_YACC |
|
296 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% |
|
297 #endif |
|
298 |
|
299 #ifndef OCTAVE_CONF_YFLAGS |
|
300 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% |
|
301 #endif |
|
302 |
|
303 #ifndef OCTAVE_CONF_config_opts |
|
304 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% |
2163
|
305 #endif |
|
306 |
|
307 #endif |
|
308 |
|
309 /* |
|
310 ;;; Local Variables: *** |
|
311 ;;; mode: C++ *** |
|
312 ;;; page-delimiter: "^/\\*" *** |
|
313 ;;; End: *** |
|
314 */ |