Mercurial > hg > octave-nkf
annotate src/oct-conf.h.in @ 10809:85cbd239fce2
try a better status bar for fltk backend
author | Shai Ayal <shaiay@users.sourceforge.net> |
---|---|
date | Tue, 20 Jul 2010 19:31:17 +0300 |
parents | 6a50aa2cdf00 |
children | fd0a3ac60b0e |
rev | line source |
---|---|
2163 | 1 // oct-conf.h.in |
2 /* | |
3 | |
7017 | 4 Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
8920 | 5 2007, 2008, 2009 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 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
44 #ifndef OCTAVE_CONF_AMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
45 #define OCTAVE_CONF_AMD_CPPFLAGS %OCTAVE_CONF_AMD_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
46 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
47 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
48 #ifndef OCTAVE_CONF_AMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
49 #define OCTAVE_CONF_AMD_LDFLAGS %OCTAVE_CONF_AMD_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
50 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
51 |
9514 | 52 #ifndef OCTAVE_CONF_AMD_LIBS |
53 #define OCTAVE_CONF_AMD_LIBS %OCTAVE_CONF_AMD_LIBS% | |
54 #endif | |
55 | |
3584 | 56 #ifndef OCTAVE_CONF_ARFLAGS |
57 #define OCTAVE_CONF_ARFLAGS %OCTAVE_CONF_ARFLAGS% | |
58 #endif | |
59 | |
60 #ifndef OCTAVE_CONF_AR | |
61 #define OCTAVE_CONF_AR %OCTAVE_CONF_AR% | |
62 #endif | |
63 | |
9568
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
64 #ifndef OCTAVE_CONF_ARPACK_CPPFLAGS |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
65 #define OCTAVE_CONF_ARPACK_CPPFLAGS %OCTAVE_CONF_ARPACK_CPPFLAGS% |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
66 #endif |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
67 |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
68 #ifndef OCTAVE_CONF_ARPACK_LDFLAGS |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
69 #define OCTAVE_CONF_ARPACK_LDFLAGS %OCTAVE_CONF_ARPACK_LDFLAGS% |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
70 #endif |
d3fccc4c4b9e
use OCTAVE_CHECK_LIBRARY to check for ARPACK
John W. Eaton <jwe@octave.org>
parents:
9542
diff
changeset
|
71 |
9514 | 72 #ifndef OCTAVE_CONF_ARPACK_LIBS |
73 #define OCTAVE_CONF_ARPACK_LIBS %OCTAVE_CONF_ARPACK_LIBS% | |
74 #endif | |
75 | |
3726 | 76 #ifndef OCTAVE_CONF_BLAS_LIBS |
77 #define OCTAVE_CONF_BLAS_LIBS %OCTAVE_CONF_BLAS_LIBS% | |
78 #endif | |
79 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
80 #ifndef OCTAVE_CONF_CAMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
81 #define OCTAVE_CONF_CAMD_CPPFLAGS %OCTAVE_CONF_CAMD_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
82 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
83 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
84 #ifndef OCTAVE_CONF_CAMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
85 #define OCTAVE_CONF_CAMD_LDFLAGS %OCTAVE_CONF_CAMD_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
86 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
87 |
9514 | 88 #ifndef OCTAVE_CONF_CAMD_LIBS |
89 #define OCTAVE_CONF_CAMD_LIBS %OCTAVE_CONF_CAMD_LIBS% | |
90 #endif | |
91 | |
8772
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
92 #ifndef OCTAVE_CONF_CARBON_LIBS |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
93 #define OCTAVE_CONF_CARBON_LIBS %OCTAVE_CONF_CARBON_LIBS% |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
94 #endif |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
95 |
3584 | 96 #ifndef OCTAVE_CONF_CC |
97 #define OCTAVE_CONF_CC %OCTAVE_CONF_CC% | |
2163 | 98 #endif |
99 | |
3584 | 100 #ifndef OCTAVE_CONF_CC_VERSION |
101 #define OCTAVE_CONF_CC_VERSION %OCTAVE_CONF_CC_VERSION% | |
102 #endif | |
103 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
104 #ifndef OCTAVE_CONF_CCOLAMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
105 #define OCTAVE_CONF_CCOLAMD_CPPFLAGS %OCTAVE_CONF_CCOLAMD_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
106 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
107 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
108 #ifndef OCTAVE_CONF_CCOLAMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
109 #define OCTAVE_CONF_CCOLAMD_LDFLAGS %OCTAVE_CONF_CCOLAMD_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
110 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
111 |
9514 | 112 #ifndef OCTAVE_CONF_CCOLAMD_LIBS |
113 #define OCTAVE_CONF_CCOLAMD_LIBS %OCTAVE_CONF_CCOLAMD_LIBS% | |
114 #endif | |
115 | |
3584 | 116 #ifndef OCTAVE_CONF_CFLAGS |
117 #define OCTAVE_CONF_CFLAGS %OCTAVE_CONF_CFLAGS% | |
118 #endif | |
119 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
120 #ifndef OCTAVE_CONF_CHOLMOD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
121 #define OCTAVE_CONF_CHOLMOD_CPPFLAGS %OCTAVE_CONF_CHOLMOD_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
122 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
123 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
124 #ifndef OCTAVE_CONF_CHOLMOD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
125 #define OCTAVE_CONF_CHOLMOD_LDFLAGS %OCTAVE_CONF_CHOLMOD_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
126 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
127 |
9514 | 128 #ifndef OCTAVE_CONF_CHOLMOD_LIBS |
129 #define OCTAVE_CONF_CHOLMOD_LIBS %OCTAVE_CONF_CHOLMOD_LIBS% | |
130 #endif | |
131 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
132 #ifndef OCTAVE_CONF_COLAMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
133 #define OCTAVE_CONF_COLAMD_CPPFLAGS %OCTAVE_CONF_COLAMD_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
134 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
135 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
136 #ifndef OCTAVE_CONF_COLAMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
137 #define OCTAVE_CONF_COLAMD_LDFLAGS %OCTAVE_CONF_COLAMD_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
138 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
139 |
9514 | 140 #ifndef OCTAVE_CONF_COLAMD_LIBS |
141 #define OCTAVE_CONF_COLAMD_LIBS %OCTAVE_CONF_COLAMD_LIBS% | |
142 #endif | |
143 | |
3584 | 144 #ifndef OCTAVE_CONF_CPICFLAG |
145 #define OCTAVE_CONF_CPICFLAG %OCTAVE_CONF_CPICFLAG% | |
146 #endif | |
147 | |
148 #ifndef OCTAVE_CONF_CPPFLAGS | |
149 #define OCTAVE_CONF_CPPFLAGS %OCTAVE_CONF_CPPFLAGS% | |
2163 | 150 #endif |
151 | |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
152 #ifndef OCTAVE_CONF_CURL_CPPFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
153 #define OCTAVE_CONF_CURL_CPPFLAGS %OCTAVE_CONF_CURL_CPPFLAGS% |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
154 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
155 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
156 #ifndef OCTAVE_CONF_CURL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
157 #define OCTAVE_CONF_CURL_LDFLAGS %OCTAVE_CONF_CURL_LDFLAGS% |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
158 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
159 |
6043 | 160 #ifndef OCTAVE_CONF_CURL_LIBS |
161 #define OCTAVE_CONF_CURL_LIBS %OCTAVE_CONF_CURL_LIBS% | |
162 #endif | |
163 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
164 #ifndef OCTAVE_CONF_CXSPARSE_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
165 #define OCTAVE_CONF_CXSPARSE_CPPFLAGS %OCTAVE_CONF_CXSPARSE_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
166 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
167 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
168 #ifndef OCTAVE_CONF_CXSPARSE_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
169 #define OCTAVE_CONF_CXSPARSE_LDFLAGS %OCTAVE_CONF_CXSPARSE_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
170 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
171 |
9514 | 172 #ifndef OCTAVE_CONF_CXSPARSE_LIBS |
173 #define OCTAVE_CONF_CXSPARSE_LIBS %OCTAVE_CONF_CXSPARSE_LIBS% | |
174 #endif | |
175 | |
3584 | 176 #ifndef OCTAVE_CONF_CXXCPP |
177 #define OCTAVE_CONF_CXXCPP %OCTAVE_CONF_CXXCPP% | |
178 #endif | |
179 | |
180 #ifndef OCTAVE_CONF_CXXFLAGS | |
181 #define OCTAVE_CONF_CXXFLAGS %OCTAVE_CONF_CXXFLAGS% | |
2163 | 182 #endif |
183 | |
3584 | 184 #ifndef OCTAVE_CONF_CXXPICFLAG |
185 #define OCTAVE_CONF_CXXPICFLAG %OCTAVE_CONF_CXXPICFLAG% | |
2163 | 186 #endif |
187 | |
3584 | 188 #ifndef OCTAVE_CONF_CXX |
189 #define OCTAVE_CONF_CXX %OCTAVE_CONF_CXX% | |
190 #endif | |
191 | |
192 #ifndef OCTAVE_CONF_CXX_VERSION | |
193 #define OCTAVE_CONF_CXX_VERSION %OCTAVE_CONF_CXX_VERSION% | |
2163 | 194 #endif |
195 | |
3584 | 196 #ifndef OCTAVE_CONF_DEFAULT_PAGER |
197 #define OCTAVE_CONF_DEFAULT_PAGER %OCTAVE_CONF_DEFAULT_PAGER% | |
198 #endif | |
199 | |
200 #ifndef OCTAVE_CONF_DEFS | |
201 #define OCTAVE_CONF_DEFS %OCTAVE_CONF_DEFS% | |
202 #endif | |
203 | |
4759 | 204 #ifndef OCTAVE_CONF_DL_LD |
205 #define OCTAVE_CONF_DL_LD %OCTAVE_CONF_DL_LD% | |
206 #endif | |
207 | |
208 #ifndef OCTAVE_CONF_DL_LDFLAGS | |
209 #define OCTAVE_CONF_DL_LDFLAGS %OCTAVE_CONF_DL_LDFLAGS% | |
210 #endif | |
211 | |
9515 | 212 #ifndef OCTAVE_CONF_DL_LIBS |
213 #define OCTAVE_CONF_DL_LIBS %OCTAVE_CONF_DL_LIBS% | |
214 #endif | |
215 | |
3892 | 216 #ifndef OCTAVE_CONF_EXEEXT |
217 #define OCTAVE_CONF_EXEEXT %OCTAVE_CONF_EXEEXT% | |
3584 | 218 #endif |
219 | |
220 #ifndef OCTAVE_CONF_F77 | |
221 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77% | |
222 #endif | |
223 | |
5498 | 224 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG |
225 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG% | |
226 #endif | |
227 | |
10331
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
228 #ifndef OCTAVE_CONF_F77_INTEGER_8_FLAG |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
229 #define OCTAVE_CONF_F77_INTEGER_8_FLAG %OCTAVE_CONF_F77_INTEGER_8_FLAG% |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
230 #endif |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
231 |
3584 | 232 #ifndef OCTAVE_CONF_FC |
233 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% | |
2163 | 234 #endif |
235 | |
3584 | 236 #ifndef OCTAVE_CONF_FFLAGS |
237 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS% | |
238 #endif | |
239 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
240 #ifndef OCTAVE_CONF_FFTW3_CPPFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
241 #define OCTAVE_CONF_FFTW3_CPPFLAGS %OCTAVE_CONF_FFTW3_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
242 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
243 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
244 #ifndef OCTAVE_CONF_FFTW3_LDFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
245 #define OCTAVE_CONF_FFTW3_LDFLAGS %OCTAVE_CONF_FFTW3_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
246 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
247 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
248 #ifndef OCTAVE_CONF_FFTW3_LIBS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
249 #define OCTAVE_CONF_FFTW3_LIBS %OCTAVE_CONF_FFTW3_LIBS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
250 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
251 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
252 #ifndef OCTAVE_CONF_FFTW3F_CPPFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
253 #define OCTAVE_CONF_FFTW3F_CPPFLAGS %OCTAVE_CONF_FFTW3F_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
254 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
255 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
256 #ifndef OCTAVE_CONF_FFTW3F_LDFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
257 #define OCTAVE_CONF_FFTW3F_LDFLAGS %OCTAVE_CONF_FFTW3F_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
258 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
259 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
260 #ifndef OCTAVE_CONF_FFTW3F_LIBS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
261 #define OCTAVE_CONF_FFTW3F_LIBS %OCTAVE_CONF_FFTW3F_LIBS% |
3859 | 262 #endif |
263 | |
3584 | 264 #ifndef OCTAVE_CONF_FLIBS |
265 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS% | |
266 #endif | |
267 | |
268 #ifndef OCTAVE_CONF_FPICFLAG | |
269 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% | |
2163 | 270 #endif |
271 | |
9514 | 272 #ifndef OCTAVE_CONF_FT2_LIBS |
273 #define OCTAVE_CONF_FT2_LIBS %OCTAVE_CONF_FT2_LIBS% | |
274 #endif | |
275 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
276 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
277 #define OCTAVE_CONF_GLPK_CPPFLAGS %OCTAVE_CONF_GLPK_CPPFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
278 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
279 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
280 #ifndef OCTAVE_CONF_GLPK_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
281 #define OCTAVE_CONF_GLPK_LDFLAGS %OCTAVE_CONF_GLPK_LDFLAGS% |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
282 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
283 |
5235 | 284 #ifndef OCTAVE_CONF_GLPK_LIBS |
285 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS% | |
286 #endif | |
287 | |
7361 | 288 #ifndef OCTAVE_CONF_GNUPLOT |
289 #define OCTAVE_CONF_GNUPLOT %OCTAVE_CONF_GNUPLOT% | |
290 #endif | |
291 | |
9514 | 292 #ifndef OCTAVE_CONF_GRAPHICS_LIBS |
293 #define OCTAVE_CONF_GRAPHICS_LIBS %OCTAVE_CONF_GRAPHICS_LIBS% | |
294 #endif | |
295 | |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
296 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
297 #define OCTAVE_CONF_HDF5_CPPFLAGS %OCTAVE_CONF_HDF5_CPPFLAGS% |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
298 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
299 |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
300 #ifndef OCTAVE_CONF_HDF5_LDFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
301 #define OCTAVE_CONF_HDF5_LDFLAGS %OCTAVE_CONF_HDF5_LDFLAGS% |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
302 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
303 |
9514 | 304 #ifndef OCTAVE_CONF_HDF5_LIBS |
305 #define OCTAVE_CONF_HDF5_LIBS %OCTAVE_CONF_HDF5_LIBS% | |
306 #endif | |
307 | |
3584 | 308 #ifndef OCTAVE_CONF_INCFLAGS |
309 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS% | |
2163 | 310 #endif |
311 | |
6311 | 312 #ifndef OCTAVE_CONF_INCLUDEDIR |
313 #define OCTAVE_CONF_INCLUDEDIR %OCTAVE_CONF_INCLUDEDIR% | |
314 #endif | |
315 | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
316 #ifndef OCTAVE_CONF_LAPACK_LIBS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
317 #define OCTAVE_CONF_LAPACK_LIBS %OCTAVE_CONF_LAPACK_LIBS% |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
318 #endif |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
319 |
3584 | 320 #ifndef OCTAVE_CONF_LDFLAGS |
321 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS% | |
2163 | 322 #endif |
323 | |
3859 | 324 #ifndef OCTAVE_CONF_LD_CXX |
325 #define OCTAVE_CONF_LD_CXX %OCTAVE_CONF_LD_CXX% | |
326 #endif | |
327 | |
3584 | 328 #ifndef OCTAVE_CONF_LD_STATIC_FLAG |
329 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG% | |
330 #endif | |
331 | |
332 #ifndef OCTAVE_CONF_LEXLIB | |
333 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB% | |
334 #endif | |
335 | |
336 #ifndef OCTAVE_CONF_LEX | |
337 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX% | |
2163 | 338 #endif |
339 | |
3584 | 340 #ifndef OCTAVE_CONF_LFLAGS |
341 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS% | |
342 #endif | |
343 | |
344 #ifndef OCTAVE_CONF_LIBCRUFT | |
345 #define OCTAVE_CONF_LIBCRUFT %OCTAVE_CONF_LIBCRUFT% | |
346 #endif | |
347 | |
348 #ifndef OCTAVE_CONF_LIBEXT | |
349 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% | |
350 #endif | |
351 | |
352 #ifndef OCTAVE_CONF_LIBFLAGS | |
353 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% | |
354 #endif | |
355 | |
356 #ifndef OCTAVE_CONF_LIBOCTAVE | |
357 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% | |
2163 | 358 #endif |
359 | |
3584 | 360 #ifndef OCTAVE_CONF_LIBOCTINTERP |
361 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% | |
362 #endif | |
363 | |
364 #ifndef OCTAVE_CONF_LIBPLPLOT | |
365 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT% | |
366 #endif | |
367 | |
368 #ifndef OCTAVE_CONF_LIBS | |
369 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% | |
2163 | 370 #endif |
371 | |
3584 | 372 #ifndef OCTAVE_CONF_LN_S |
373 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% | |
374 #endif | |
375 | |
9575
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
376 #ifndef OCTAVE_CONF_MAGICK_CPPFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
377 #define OCTAVE_CONF_MAGICK_CPPFLAGS %OCTAVE_CONF_MAGICK_CPPFLAGS% |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
378 #endif |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
379 |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
380 #ifndef OCTAVE_CONF_MAGICK_LDFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
381 #define OCTAVE_CONF_MAGICK_LDFLAGS %OCTAVE_CONF_MAGICK_LDFLAGS% |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
382 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
383 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
384 #ifndef OCTAVE_CONF_MAGICK_LIBS |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
385 #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
|
386 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
387 |
4759 | 388 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS |
389 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS% | |
390 #endif | |
391 | |
6311 | 392 #ifndef OCTAVE_CONF_OCTINCLUDEDIR |
393 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR% | |
3591 | 394 #endif |
395 | |
6311 | 396 #ifndef OCTAVE_CONF_OCTLIBDIR |
397 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR% | |
398 #endif | |
399 | |
9514 | 400 #ifndef OCTAVE_CONF_OPENGL_LIBS |
401 #define OCTAVE_CONF_OPENGL_LIBS %OCTAVE_CONF_OPENGL_LIBS% | |
402 #endif | |
403 | |
6311 | 404 #ifndef OCTAVE_CONF_PREFIX |
405 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX% | |
3859 | 406 #endif |
407 | |
9514 | 408 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS |
409 #define OCTAVE_CONF_PTHREAD_CFLAGS %OCTAVE_CONF_PTHREAD_CFLAGS% | |
410 #endif | |
411 | |
412 #ifndef OCTAVE_CONF_PTHREAD_LIBS | |
413 #define OCTAVE_CONF_PTHREAD_LIBS %OCTAVE_CONF_PTHREAD_LIBS% | |
414 #endif | |
415 | |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
416 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
417 #define OCTAVE_CONF_QHULL_CPPFLAGS %OCTAVE_CONF_QHULL_CPPFLAGS% |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
418 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
419 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
420 #ifndef OCTAVE_CONF_QHULL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
421 #define OCTAVE_CONF_QHULL_LDFLAGS %OCTAVE_CONF_QHULL_LDFLAGS% |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
422 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
423 |
9514 | 424 #ifndef OCTAVE_CONF_QHULL_LIBS |
425 #define OCTAVE_CONF_QHULL_LIBS %OCTAVE_CONF_QHULL_LIBS% | |
426 #endif | |
427 | |
9570
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
428 #ifndef OCTAVE_CONF_QRUPDATE_CPPFLAGS |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
429 #define OCTAVE_CONF_QRUPDATE_CPPFLAGS %OCTAVE_CONF_QRUPDATE_CPPFLAGS% |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
430 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
431 |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
432 #ifndef OCTAVE_CONF_QRUPDATE_LDFLAGS |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
433 #define OCTAVE_CONF_QRUPDATE_LDFLAGS %OCTAVE_CONF_QRUPDATE_LDFLAGS% |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
434 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
435 |
9514 | 436 #ifndef OCTAVE_CONF_QRUPDATE_LIBS |
437 #define OCTAVE_CONF_QRUPDATE_LIBS %OCTAVE_CONF_QRUPDATE_LIBS% | |
438 #endif | |
439 | |
3584 | 440 #ifndef OCTAVE_CONF_RANLIB |
441 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% | |
2163 | 442 #endif |
443 | |
3584 | 444 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
445 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% | |
446 #endif | |
447 | |
9515 | 448 #ifndef OCTAVE_CONF_READLINE_LIBS |
449 #define OCTAVE_CONF_READLINE_LIBS %OCTAVE_CONF_READLINE_LIBS% | |
450 #endif | |
451 | |
9514 | 452 #ifndef OCTAVE_CONF_REGEX_LIBS |
453 #define OCTAVE_CONF_REGEX_LIBS %OCTAVE_CONF_REGEX_LIBS% | |
454 #endif | |
455 | |
3584 | 456 #ifndef OCTAVE_CONF_RLD_FLAG |
457 #define OCTAVE_CONF_RLD_FLAG %OCTAVE_CONF_RLD_FLAG% | |
2163 | 458 #endif |
459 | |
4084 | 460 #ifndef OCTAVE_CONF_SED |
461 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED% | |
462 #endif | |
463 | |
3584 | 464 #ifndef OCTAVE_CONF_SHARED_LIBS |
465 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% | |
466 #endif | |
467 | |
468 #ifndef OCTAVE_CONF_SHLEXT | |
469 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% | |
470 #endif | |
471 | |
472 #ifndef OCTAVE_CONF_SHLEXT_VER | |
473 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% | |
2163 | 474 #endif |
475 | |
4759 | 476 #ifndef OCTAVE_CONF_SH_LD |
477 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% | |
478 #endif | |
479 | |
3584 | 480 #ifndef OCTAVE_CONF_SH_LDFLAGS |
481 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% | |
482 #endif | |
483 | |
484 #ifndef OCTAVE_CONF_SONAME_FLAGS | |
485 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% | |
486 #endif | |
487 | |
488 #ifndef OCTAVE_CONF_STATIC_LIBS | |
489 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% | |
2163 | 490 #endif |
491 | |
9515 | 492 #ifndef OCTAVE_CONF_TERM_LIBS |
493 #define OCTAVE_CONF_TERM_LIBS %OCTAVE_CONF_TERM_LIBS% | |
494 #endif | |
495 | |
3584 | 496 #ifndef OCTAVE_CONF_UGLY_DEFS |
497 #define OCTAVE_CONF_UGLY_DEFS %OCTAVE_CONF_UGLY_DEFS% | |
498 #endif | |
499 | |
9572
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
500 #ifndef OCTAVE_CONF_UMFPACK_CPPFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
501 #define OCTAVE_CONF_UMFPACK_CPPFLAGS %OCTAVE_CONF_UMFPACK_CPPFLAGS% |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
502 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
503 |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
504 #ifndef OCTAVE_CONF_UMFPACK_LDFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
505 #define OCTAVE_CONF_UMFPACK_LDFLAGS %OCTAVE_CONF_UMFPACK_LDFLAGS% |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
506 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
507 |
9514 | 508 #ifndef OCTAVE_CONF_UMFPACK_LIBS |
509 #define OCTAVE_CONF_UMFPACK_LIBS %OCTAVE_CONF_UMFPACK_LIBS% | |
510 #endif | |
511 | |
5275 | 512 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T |
513 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T% | |
514 #endif | |
515 | |
4128 | 516 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING |
517 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING %OCTAVE_CONF_ENABLE_DYNAMIC_LINKING% | |
2163 | 518 #endif |
519 | |
8772
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
520 #ifndef OCTAVE_CONF_X11_INCFLAGS |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
521 #define OCTAVE_CONF_X11_INCFLAGS %OCTAVE_CONF_X11_INCFLAGS% |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
522 #endif |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
523 |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
524 #ifndef OCTAVE_CONF_X11_LIBS |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
525 #define OCTAVE_CONF_X11_LIBS %OCTAVE_CONF_X11_LIBS% |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
526 #endif |
aeedc045cfe3
toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
527 |
3584 | 528 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
529 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% | |
2163 | 530 #endif |
531 | |
3584 | 532 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
533 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% | |
2163 | 534 #endif |
535 | |
3584 | 536 #ifndef OCTAVE_CONF_YACC |
537 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% | |
538 #endif | |
539 | |
540 #ifndef OCTAVE_CONF_YFLAGS | |
541 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% | |
542 #endif | |
543 | |
9538
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
544 #ifndef OCTAVE_CONF_Z_CPPFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
545 #define OCTAVE_CONF_Z_CPPFLAGS %OCTAVE_CONF_Z_CPPFLAGS% |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
546 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
547 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
548 #ifndef OCTAVE_CONF_Z_LDFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
549 #define OCTAVE_CONF_Z_LDFLAGS %OCTAVE_CONF_Z_LDFLAGS% |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
550 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
551 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
552 #ifndef OCTAVE_CONF_Z_LIBS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
553 #define OCTAVE_CONF_Z_LIBS %OCTAVE_CONF_Z_LIBS% |
9514 | 554 #endif |
555 | |
3584 | 556 #ifndef OCTAVE_CONF_config_opts |
557 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% | |
2163 | 558 #endif |
559 | |
560 #endif |