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