Mercurial > hg > octave-lyh
annotate libinterp/oct-conf.in.h @ 17513:5789ad69c85a
graphics_toolkit.m: Adjust spacing in docstring.
* scripts/plot/graphics_toolkit.m: Adjust spacing in docstring.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 25 Sep 2013 16:52:23 -0700 |
parents | cf6788da4152 |
children |
rev | line source |
---|---|
15100
8523df595d42
maint: Add DO NOT EDIT messages to build system for src/*.in.h.
Rik <rik@octave.org>
parents:
15089
diff
changeset
|
1 // %NO_EDIT_WARNING% |
2163 | 2 /* |
3 | |
14138
72c96de7a403
maint: update copyright notices for 2012
John W. Eaton <jwe@octave.org>
parents:
13016
diff
changeset
|
4 Copyright (C) 1996-2012 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 | |
14144
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
63 #ifndef OCTAVE_CONF_ARPACK_CPPFLAGS |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
64 #define OCTAVE_CONF_ARPACK_CPPFLAGS %OCTAVE_CONF_ARPACK_CPPFLAGS% |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
65 #endif |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
66 |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
67 #ifndef OCTAVE_CONF_ARPACK_LDFLAGS |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
68 #define OCTAVE_CONF_ARPACK_LDFLAGS %OCTAVE_CONF_ARPACK_LDFLAGS% |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
69 #endif |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
70 |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
71 #ifndef OCTAVE_CONF_ARPACK_LIBS |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
72 #define OCTAVE_CONF_ARPACK_LIBS %OCTAVE_CONF_ARPACK_LIBS% |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
73 #endif |
834df9f10963
remove ARPACK files from sources and restore configure checks for external ARPACK library
John W. Eaton <jwe@octave.org>
parents:
14138
diff
changeset
|
74 |
3726 | 75 #ifndef OCTAVE_CONF_BLAS_LIBS |
76 #define OCTAVE_CONF_BLAS_LIBS %OCTAVE_CONF_BLAS_LIBS% | |
77 #endif | |
78 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
79 #ifndef OCTAVE_CONF_CAMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
80 #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
|
81 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
82 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
83 #ifndef OCTAVE_CONF_CAMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
84 #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
|
85 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
86 |
9514 | 87 #ifndef OCTAVE_CONF_CAMD_LIBS |
88 #define OCTAVE_CONF_CAMD_LIBS %OCTAVE_CONF_CAMD_LIBS% | |
89 #endif | |
90 | |
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
|
91 #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
|
92 #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
|
93 #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
|
94 |
3584 | 95 #ifndef OCTAVE_CONF_CC |
96 #define OCTAVE_CONF_CC %OCTAVE_CONF_CC% | |
2163 | 97 #endif |
98 | |
15167
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
99 // FIXME: OCTAVE_CONF_CCC_VERSION is deprecated. Remove in version 3.12 |
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 | |
15167
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
192 // FIXME: OCTAVE_CONF_CXX_VERSION is deprecated. Remove in version 3.12 |
3584 | 193 #ifndef OCTAVE_CONF_CXX_VERSION |
194 #define OCTAVE_CONF_CXX_VERSION %OCTAVE_CONF_CXX_VERSION% | |
2163 | 195 #endif |
196 | |
3584 | 197 #ifndef OCTAVE_CONF_DEFAULT_PAGER |
198 #define OCTAVE_CONF_DEFAULT_PAGER %OCTAVE_CONF_DEFAULT_PAGER% | |
199 #endif | |
200 | |
201 #ifndef OCTAVE_CONF_DEFS | |
202 #define OCTAVE_CONF_DEFS %OCTAVE_CONF_DEFS% | |
203 #endif | |
204 | |
4759 | 205 #ifndef OCTAVE_CONF_DL_LD |
206 #define OCTAVE_CONF_DL_LD %OCTAVE_CONF_DL_LD% | |
207 #endif | |
208 | |
209 #ifndef OCTAVE_CONF_DL_LDFLAGS | |
210 #define OCTAVE_CONF_DL_LDFLAGS %OCTAVE_CONF_DL_LDFLAGS% | |
211 #endif | |
212 | |
9515 | 213 #ifndef OCTAVE_CONF_DL_LIBS |
214 #define OCTAVE_CONF_DL_LIBS %OCTAVE_CONF_DL_LIBS% | |
215 #endif | |
216 | |
15424
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
217 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
218 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING %OCTAVE_CONF_ENABLE_DYNAMIC_LINKING% |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
219 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
220 |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
221 #ifndef OCTAVE_CONF_EXEEXT |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
222 #define OCTAVE_CONF_EXEEXT %OCTAVE_CONF_EXEEXT% |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
223 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
224 |
15167
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
225 #ifndef OCTAVE_CONF_GCC_VERSION |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
226 #define OCTAVE_CONF_GCC_VERSION %OCTAVE_CONF_GCC_VERSION% |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
227 #endif |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
228 |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
229 #ifndef OCTAVE_CONF_GXX_VERSION |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
230 #define OCTAVE_CONF_GXX_VERSION %OCTAVE_CONF_GXX_VERSION% |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
231 #endif |
1c711a646fa7
Deprecate configure variables CC_VERSION, CXX_VERSION.
Rik <rik@octave.org>
parents:
15117
diff
changeset
|
232 |
3584 | 233 #ifndef OCTAVE_CONF_F77 |
234 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77% | |
235 #endif | |
236 | |
5498 | 237 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG |
238 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG% | |
239 #endif | |
240 | |
10331
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
241 #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
|
242 #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
|
243 #endif |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
244 |
3584 | 245 #ifndef OCTAVE_CONF_FC |
246 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% | |
2163 | 247 #endif |
248 | |
3584 | 249 #ifndef OCTAVE_CONF_FFLAGS |
250 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS% | |
251 #endif | |
252 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
253 #ifndef OCTAVE_CONF_FFTW3_CPPFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
254 #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
|
255 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
256 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
257 #ifndef OCTAVE_CONF_FFTW3_LDFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
258 #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
|
259 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
260 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
261 #ifndef OCTAVE_CONF_FFTW3_LIBS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
262 #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
|
263 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
264 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
265 #ifndef OCTAVE_CONF_FFTW3F_CPPFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
266 #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
|
267 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
268 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
269 #ifndef OCTAVE_CONF_FFTW3F_LDFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
270 #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
|
271 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
272 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
273 #ifndef OCTAVE_CONF_FFTW3F_LIBS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
274 #define OCTAVE_CONF_FFTW3F_LIBS %OCTAVE_CONF_FFTW3F_LIBS% |
3859 | 275 #endif |
276 | |
3584 | 277 #ifndef OCTAVE_CONF_FLIBS |
278 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS% | |
279 #endif | |
280 | |
281 #ifndef OCTAVE_CONF_FPICFLAG | |
282 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% | |
2163 | 283 #endif |
284 | |
15424
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
285 #ifndef OCTAVE_CONF_FT2_CFLAGS |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
286 #define OCTAVE_CONF_FT2_CFLAGS %OCTAVE_CONF_FT2_CFLAGS% |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
287 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
288 |
9514 | 289 #ifndef OCTAVE_CONF_FT2_LIBS |
290 #define OCTAVE_CONF_FT2_LIBS %OCTAVE_CONF_FT2_LIBS% | |
291 #endif | |
292 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
293 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
294 #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
|
295 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
296 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
297 #ifndef OCTAVE_CONF_GLPK_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
298 #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
|
299 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
300 |
5235 | 301 #ifndef OCTAVE_CONF_GLPK_LIBS |
302 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS% | |
303 #endif | |
304 | |
7361 | 305 #ifndef OCTAVE_CONF_GNUPLOT |
306 #define OCTAVE_CONF_GNUPLOT %OCTAVE_CONF_GNUPLOT% | |
307 #endif | |
308 | |
15424
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
309 #ifndef OCTAVE_CONF_GRAPHICS_CFLAGS |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
310 #define OCTAVE_CONF_GRAPHICS_CFLAGS %OCTAVE_CONF_GRAPHICS_CFLAGS% |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
311 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
312 |
9514 | 313 #ifndef OCTAVE_CONF_GRAPHICS_LIBS |
314 #define OCTAVE_CONF_GRAPHICS_LIBS %OCTAVE_CONF_GRAPHICS_LIBS% | |
315 #endif | |
316 | |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
317 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
318 #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
|
319 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
320 |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
321 #ifndef OCTAVE_CONF_HDF5_LDFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
322 #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
|
323 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
324 |
9514 | 325 #ifndef OCTAVE_CONF_HDF5_LIBS |
326 #define OCTAVE_CONF_HDF5_LIBS %OCTAVE_CONF_HDF5_LIBS% | |
327 #endif | |
328 | |
3584 | 329 #ifndef OCTAVE_CONF_INCFLAGS |
330 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS% | |
2163 | 331 #endif |
332 | |
6311 | 333 #ifndef OCTAVE_CONF_INCLUDEDIR |
334 #define OCTAVE_CONF_INCLUDEDIR %OCTAVE_CONF_INCLUDEDIR% | |
335 #endif | |
336 | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
337 #ifndef OCTAVE_CONF_LAPACK_LIBS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
338 #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
|
339 #endif |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
340 |
3584 | 341 #ifndef OCTAVE_CONF_LDFLAGS |
342 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS% | |
2163 | 343 #endif |
344 | |
3859 | 345 #ifndef OCTAVE_CONF_LD_CXX |
346 #define OCTAVE_CONF_LD_CXX %OCTAVE_CONF_LD_CXX% | |
347 #endif | |
348 | |
3584 | 349 #ifndef OCTAVE_CONF_LD_STATIC_FLAG |
350 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG% | |
351 #endif | |
352 | |
353 #ifndef OCTAVE_CONF_LEXLIB | |
354 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB% | |
355 #endif | |
356 | |
357 #ifndef OCTAVE_CONF_LEX | |
358 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX% | |
2163 | 359 #endif |
360 | |
3584 | 361 #ifndef OCTAVE_CONF_LFLAGS |
362 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS% | |
363 #endif | |
364 | |
365 #ifndef OCTAVE_CONF_LIBEXT | |
366 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% | |
367 #endif | |
368 | |
369 #ifndef OCTAVE_CONF_LIBFLAGS | |
370 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% | |
371 #endif | |
372 | |
373 #ifndef OCTAVE_CONF_LIBOCTAVE | |
374 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% | |
2163 | 375 #endif |
376 | |
3584 | 377 #ifndef OCTAVE_CONF_LIBOCTINTERP |
378 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% | |
379 #endif | |
380 | |
381 #ifndef OCTAVE_CONF_LIBPLPLOT | |
382 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT% | |
383 #endif | |
384 | |
385 #ifndef OCTAVE_CONF_LIBS | |
386 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% | |
2163 | 387 #endif |
388 | |
3584 | 389 #ifndef OCTAVE_CONF_LN_S |
390 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% | |
391 #endif | |
392 | |
9575
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
393 #ifndef OCTAVE_CONF_MAGICK_CPPFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
394 #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
|
395 #endif |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
396 |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
397 #ifndef OCTAVE_CONF_MAGICK_LDFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
398 #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
|
399 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
400 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
401 #ifndef OCTAVE_CONF_MAGICK_LIBS |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
402 #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
|
403 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
404 |
14899 | 405 #ifndef OCTAVE_CONF_LLVM_CPPFLAGS |
406 #define OCTAVE_CONF_LLVM_CPPFLAGS %OCTAVE_CONF_LLVM_CPPFLAGS% | |
407 #endif | |
408 | |
409 #ifndef OCTAVE_CONF_LLVM_LDFLAGS | |
410 #define OCTAVE_CONF_LLVM_LDFLAGS %OCTAVE_CONF_LLVM_LDFLAGS% | |
411 #endif | |
412 | |
413 #ifndef OCTAVE_CONF_LLVM_LIBS | |
414 #define OCTAVE_CONF_LLVM_LIBS %OCTAVE_CONF_LLVM_LIBS% | |
415 #endif | |
416 | |
4759 | 417 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS |
418 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS% | |
419 #endif | |
420 | |
13010
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
421 #ifndef OCTAVE_CONF_OCTAVE_LINK_DEPS |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
422 #define OCTAVE_CONF_OCTAVE_LINK_DEPS %OCTAVE_CONF_OCTAVE_LINK_DEPS% |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
423 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
424 |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
425 #ifndef OCTAVE_CONF_OCTAVE_LINK_OPTS |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
426 #define OCTAVE_CONF_OCTAVE_LINK_OPTS %OCTAVE_CONF_OCTAVE_LINK_OPTS% |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
427 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
428 |
6311 | 429 #ifndef OCTAVE_CONF_OCTINCLUDEDIR |
430 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR% | |
3591 | 431 #endif |
432 | |
6311 | 433 #ifndef OCTAVE_CONF_OCTLIBDIR |
434 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR% | |
435 #endif | |
436 | |
13010
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
437 #ifndef OCTAVE_CONF_OCT_LINK_DEPS |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
438 #define OCTAVE_CONF_OCT_LINK_DEPS %OCTAVE_CONF_OCT_LINK_DEPS% |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
439 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
440 |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
441 #ifndef OCTAVE_CONF_OCT_LINK_OPTS |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
442 #define OCTAVE_CONF_OCT_LINK_OPTS %OCTAVE_CONF_OCT_LINK_OPTS% |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
443 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
444 |
9514 | 445 #ifndef OCTAVE_CONF_OPENGL_LIBS |
446 #define OCTAVE_CONF_OPENGL_LIBS %OCTAVE_CONF_OPENGL_LIBS% | |
447 #endif | |
448 | |
6311 | 449 #ifndef OCTAVE_CONF_PREFIX |
450 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX% | |
3859 | 451 #endif |
452 | |
9514 | 453 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS |
454 #define OCTAVE_CONF_PTHREAD_CFLAGS %OCTAVE_CONF_PTHREAD_CFLAGS% | |
455 #endif | |
456 | |
457 #ifndef OCTAVE_CONF_PTHREAD_LIBS | |
458 #define OCTAVE_CONF_PTHREAD_LIBS %OCTAVE_CONF_PTHREAD_LIBS% | |
459 #endif | |
460 | |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
461 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
462 #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
|
463 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
464 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
465 #ifndef OCTAVE_CONF_QHULL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
466 #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
|
467 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
468 |
9514 | 469 #ifndef OCTAVE_CONF_QHULL_LIBS |
470 #define OCTAVE_CONF_QHULL_LIBS %OCTAVE_CONF_QHULL_LIBS% | |
471 #endif | |
472 | |
9570
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
473 #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
|
474 #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
|
475 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
476 |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
477 #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
|
478 #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
|
479 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
480 |
9514 | 481 #ifndef OCTAVE_CONF_QRUPDATE_LIBS |
482 #define OCTAVE_CONF_QRUPDATE_LIBS %OCTAVE_CONF_QRUPDATE_LIBS% | |
483 #endif | |
484 | |
15596
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
485 #ifndef OCTAVE_CONF_QT_CPPFLAGS |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
486 #define OCTAVE_CONF_QT_CPPFLAGS %OCTAVE_CONF_QT_CPPFLAGS% |
15117
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
487 #endif |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
488 |
15596
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
489 #ifndef OCTAVE_CONF_QT_LDFLAGS |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
490 #define OCTAVE_CONF_QT_LDFLAGS %OCTAVE_CONF_QT_LDFLAGS% |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
491 #endif |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
492 |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
493 #ifndef OCTAVE_CONF_QT_LIBS |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
494 #define OCTAVE_CONF_QT_LIBS %OCTAVE_CONF_QT_LIBS% |
15117
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
495 #endif |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
496 |
3584 | 497 #ifndef OCTAVE_CONF_RANLIB |
498 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% | |
2163 | 499 #endif |
500 | |
3584 | 501 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
502 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% | |
503 #endif | |
504 | |
9515 | 505 #ifndef OCTAVE_CONF_READLINE_LIBS |
506 #define OCTAVE_CONF_READLINE_LIBS %OCTAVE_CONF_READLINE_LIBS% | |
507 #endif | |
508 | |
9514 | 509 #ifndef OCTAVE_CONF_REGEX_LIBS |
510 #define OCTAVE_CONF_REGEX_LIBS %OCTAVE_CONF_REGEX_LIBS% | |
511 #endif | |
512 | |
4084 | 513 #ifndef OCTAVE_CONF_SED |
514 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED% | |
515 #endif | |
516 | |
3584 | 517 #ifndef OCTAVE_CONF_SHARED_LIBS |
518 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% | |
519 #endif | |
520 | |
521 #ifndef OCTAVE_CONF_SHLEXT | |
522 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% | |
523 #endif | |
524 | |
525 #ifndef OCTAVE_CONF_SHLEXT_VER | |
526 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% | |
2163 | 527 #endif |
528 | |
4759 | 529 #ifndef OCTAVE_CONF_SH_LD |
530 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% | |
531 #endif | |
532 | |
3584 | 533 #ifndef OCTAVE_CONF_SH_LDFLAGS |
534 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% | |
535 #endif | |
536 | |
537 #ifndef OCTAVE_CONF_SONAME_FLAGS | |
538 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% | |
539 #endif | |
540 | |
541 #ifndef OCTAVE_CONF_STATIC_LIBS | |
542 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% | |
2163 | 543 #endif |
544 | |
9515 | 545 #ifndef OCTAVE_CONF_TERM_LIBS |
546 #define OCTAVE_CONF_TERM_LIBS %OCTAVE_CONF_TERM_LIBS% | |
547 #endif | |
548 | |
9572
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
549 #ifndef OCTAVE_CONF_UMFPACK_CPPFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
550 #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
|
551 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
552 |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
553 #ifndef OCTAVE_CONF_UMFPACK_LDFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
554 #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
|
555 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
556 |
9514 | 557 #ifndef OCTAVE_CONF_UMFPACK_LIBS |
558 #define OCTAVE_CONF_UMFPACK_LIBS %OCTAVE_CONF_UMFPACK_LIBS% | |
559 #endif | |
560 | |
5275 | 561 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T |
562 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T% | |
563 #endif | |
564 | |
15424
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
565 #ifndef OCTAVE_CONF_WARN_CFLAGS |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
566 #define OCTAVE_CONF_WARN_CFLAGS %OCTAVE_CONF_WARN_CFLAGS% |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
567 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
568 |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
569 #ifndef OCTAVE_CONF_WARN_CXXFLAGS |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
570 #define OCTAVE_CONF_WARN_CXXFLAGS %OCTAVE_CONF_WARN_CXXFLAGS% |
2163 | 571 #endif |
572 | |
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
|
573 #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
|
574 #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
|
575 #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
|
576 |
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
|
577 #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
|
578 #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
|
579 #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
|
580 |
3584 | 581 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
582 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% | |
2163 | 583 #endif |
584 | |
3584 | 585 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
586 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% | |
2163 | 587 #endif |
588 | |
3584 | 589 #ifndef OCTAVE_CONF_YACC |
590 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% | |
591 #endif | |
592 | |
593 #ifndef OCTAVE_CONF_YFLAGS | |
594 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% | |
595 #endif | |
596 | |
9538
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
597 #ifndef OCTAVE_CONF_Z_CPPFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
598 #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
|
599 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
600 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
601 #ifndef OCTAVE_CONF_Z_LDFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
602 #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
|
603 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
604 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
605 #ifndef OCTAVE_CONF_Z_LIBS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
606 #define OCTAVE_CONF_Z_LIBS %OCTAVE_CONF_Z_LIBS% |
9514 | 607 #endif |
608 | |
3584 | 609 #ifndef OCTAVE_CONF_config_opts |
610 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% | |
2163 | 611 #endif |
612 | |
613 #endif |