Mercurial > hg > octave-nkf
annotate libinterp/oct-conf.in.h @ 20830:b65888ec820e draft default tip gccjit
dmalcom gcc jit import
author | Stefan Mahr <dac922@gmx.de> |
---|---|
date | Fri, 27 Feb 2015 16:59:36 +0100 |
parents | 5bcbedf1d06d |
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 | |
19898
4197fc428c7d
maint: Update copyright notices for 2015.
John W. Eaton <jwe@octave.org>
parents:
17821
diff
changeset
|
4 Copyright (C) 1996-2015 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 | |
19938
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
281 #ifndef OCTAVE_CONF_FLTK_CPPFLAGS |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
282 #define OCTAVE_CONF_FLTK_CPPFLAGS %OCTAVE_CONF_FLTK_CPPFLAGS% |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
283 #endif |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
284 |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
285 #ifndef OCTAVE_CONF_FLTK_LDFLAGS |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
286 #define OCTAVE_CONF_FLTK_LDFLAGS %OCTAVE_CONF_FLTK_LDFLAGS% |
19937
bf25e9f7c22a
use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
John W. Eaton <jwe@octave.org>
parents:
19898
diff
changeset
|
287 #endif |
bf25e9f7c22a
use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
John W. Eaton <jwe@octave.org>
parents:
19898
diff
changeset
|
288 |
bf25e9f7c22a
use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
John W. Eaton <jwe@octave.org>
parents:
19898
diff
changeset
|
289 #ifndef OCTAVE_CONF_FLTK_LIBS |
bf25e9f7c22a
use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
John W. Eaton <jwe@octave.org>
parents:
19898
diff
changeset
|
290 #define OCTAVE_CONF_FLTK_LIBS %OCTAVE_CONF_FLTK_LIBS% |
bf25e9f7c22a
use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
John W. Eaton <jwe@octave.org>
parents:
19898
diff
changeset
|
291 #endif |
bf25e9f7c22a
use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
John W. Eaton <jwe@octave.org>
parents:
19898
diff
changeset
|
292 |
19938
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
293 #ifndef OCTAVE_CONF_FONTCONFIG_CPPFLAGS |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
294 #define OCTAVE_CONF_FONTCONFIG_CPPFLAGS %OCTAVE_CONF_FONTCONFIG_CPPFLAGS% |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
295 #endif |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
296 |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
297 #ifndef OCTAVE_CONF_FONTCONFIG_LIBS |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
298 #define OCTAVE_CONF_FONTCONFIG_LIBS %OCTAVE_CONF_FONTCONFIG_LIBS% |
17816
e6317049225b
build: Remove FreeType and Fontconfig CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17744
diff
changeset
|
299 #endif |
e6317049225b
build: Remove FreeType and Fontconfig CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17744
diff
changeset
|
300 |
3584 | 301 #ifndef OCTAVE_CONF_FPICFLAG |
302 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% | |
2163 | 303 #endif |
304 | |
19938
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
305 #ifndef OCTAVE_CONF_FT2_CPPFLAGS |
08033d583435
more consistently use _CPPFLAGS and _LDFLAGS variables
John W. Eaton <jwe@octave.org>
parents:
19937
diff
changeset
|
306 #define OCTAVE_CONF_FT2_CPPFLAGS %OCTAVE_CONF_FT2_CPPFLAGS% |
15424
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
307 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
308 |
9514 | 309 #ifndef OCTAVE_CONF_FT2_LIBS |
310 #define OCTAVE_CONF_FT2_LIBS %OCTAVE_CONF_FT2_LIBS% | |
311 #endif | |
312 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
313 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
314 #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
|
315 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
316 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
317 #ifndef OCTAVE_CONF_GLPK_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
318 #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
|
319 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
320 |
5235 | 321 #ifndef OCTAVE_CONF_GLPK_LIBS |
322 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS% | |
323 #endif | |
324 | |
7361 | 325 #ifndef OCTAVE_CONF_GNUPLOT |
326 #define OCTAVE_CONF_GNUPLOT %OCTAVE_CONF_GNUPLOT% | |
327 #endif | |
328 | |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
329 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
330 #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
|
331 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
332 |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
333 #ifndef OCTAVE_CONF_HDF5_LDFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
334 #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
|
335 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
336 |
9514 | 337 #ifndef OCTAVE_CONF_HDF5_LIBS |
338 #define OCTAVE_CONF_HDF5_LIBS %OCTAVE_CONF_HDF5_LIBS% | |
339 #endif | |
340 | |
3584 | 341 #ifndef OCTAVE_CONF_INCFLAGS |
342 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS% | |
2163 | 343 #endif |
344 | |
6311 | 345 #ifndef OCTAVE_CONF_INCLUDEDIR |
346 #define OCTAVE_CONF_INCLUDEDIR %OCTAVE_CONF_INCLUDEDIR% | |
347 #endif | |
348 | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
349 #ifndef OCTAVE_CONF_LAPACK_LIBS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
350 #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
|
351 #endif |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
352 |
3584 | 353 #ifndef OCTAVE_CONF_LDFLAGS |
354 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS% | |
2163 | 355 #endif |
356 | |
3859 | 357 #ifndef OCTAVE_CONF_LD_CXX |
358 #define OCTAVE_CONF_LD_CXX %OCTAVE_CONF_LD_CXX% | |
359 #endif | |
360 | |
3584 | 361 #ifndef OCTAVE_CONF_LD_STATIC_FLAG |
362 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG% | |
363 #endif | |
364 | |
365 #ifndef OCTAVE_CONF_LEXLIB | |
366 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB% | |
367 #endif | |
368 | |
369 #ifndef OCTAVE_CONF_LEX | |
370 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX% | |
2163 | 371 #endif |
372 | |
3584 | 373 #ifndef OCTAVE_CONF_LFLAGS |
374 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS% | |
375 #endif | |
376 | |
377 #ifndef OCTAVE_CONF_LIBEXT | |
378 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% | |
379 #endif | |
380 | |
381 #ifndef OCTAVE_CONF_LIBFLAGS | |
382 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% | |
383 #endif | |
384 | |
385 #ifndef OCTAVE_CONF_LIBOCTAVE | |
386 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% | |
2163 | 387 #endif |
388 | |
3584 | 389 #ifndef OCTAVE_CONF_LIBOCTINTERP |
390 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% | |
391 #endif | |
392 | |
393 #ifndef OCTAVE_CONF_LIBS | |
394 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% | |
2163 | 395 #endif |
396 | |
3584 | 397 #ifndef OCTAVE_CONF_LN_S |
398 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% | |
399 #endif | |
400 | |
9575
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
401 #ifndef OCTAVE_CONF_MAGICK_CPPFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
402 #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
|
403 #endif |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
404 |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
405 #ifndef OCTAVE_CONF_MAGICK_LDFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
406 #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
|
407 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
408 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
409 #ifndef OCTAVE_CONF_MAGICK_LIBS |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
410 #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
|
411 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
412 |
20830 | 413 #ifndef OCTAVE_CONF_LIBGCCJIT_CPPFLAGS |
414 #define OCTAVE_CONF_LIBGCCJIT_CPPFLAGS %OCTAVE_CONF_LIBGCCJIT_CPPFLAGS% | |
415 #endif | |
416 | |
417 #ifndef OCTAVE_CONF_LIBGCCJIT_LDFLAGS | |
418 #define OCTAVE_CONF_LIBGCCJIT_LDFLAGS %OCTAVE_CONF_LIBGCCJIT_LDFLAGS% | |
419 #endif | |
420 | |
421 #ifndef OCTAVE_CONF_LIBGCCJIT_LIBS | |
422 #define OCTAVE_CONF_LIBGCCJIT_LIBS %OCTAVE_CONF_LIBGCCJIT_LIBS% | |
423 #endif | |
424 | |
14899 | 425 #ifndef OCTAVE_CONF_LLVM_CPPFLAGS |
426 #define OCTAVE_CONF_LLVM_CPPFLAGS %OCTAVE_CONF_LLVM_CPPFLAGS% | |
427 #endif | |
428 | |
429 #ifndef OCTAVE_CONF_LLVM_LDFLAGS | |
430 #define OCTAVE_CONF_LLVM_LDFLAGS %OCTAVE_CONF_LLVM_LDFLAGS% | |
431 #endif | |
432 | |
433 #ifndef OCTAVE_CONF_LLVM_LIBS | |
434 #define OCTAVE_CONF_LLVM_LIBS %OCTAVE_CONF_LLVM_LIBS% | |
435 #endif | |
436 | |
4759 | 437 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS |
438 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS% | |
439 #endif | |
440 | |
13010
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
441 #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
|
442 #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
|
443 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
444 |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
445 #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
|
446 #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
|
447 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
448 |
6311 | 449 #ifndef OCTAVE_CONF_OCTINCLUDEDIR |
450 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR% | |
3591 | 451 #endif |
452 | |
6311 | 453 #ifndef OCTAVE_CONF_OCTLIBDIR |
454 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR% | |
455 #endif | |
456 | |
13010
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
457 #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
|
458 #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
|
459 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
460 |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
461 #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
|
462 #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
|
463 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
464 |
9514 | 465 #ifndef OCTAVE_CONF_OPENGL_LIBS |
466 #define OCTAVE_CONF_OPENGL_LIBS %OCTAVE_CONF_OPENGL_LIBS% | |
467 #endif | |
468 | |
19939
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
469 #ifndef OCTAVE_CONF_OSMESA_CPPFLAGS |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
470 #define OCTAVE_CONF_OSMESA_CPPFLAGS %OCTAVE_CONF_OSMESA_CPPFLAGS% |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
471 #endif |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
472 |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
473 #ifndef OCTAVE_CONF_OSMESA_LDFLAGS |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
474 #define OCTAVE_CONF_OSMESA_LDFLAGS %OCTAVE_CONF_OSMESA_LDFLAGS% |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
475 #endif |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
476 |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
477 #ifndef OCTAVE_CONF_OSMESA_LIBS |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
478 #define OCTAVE_CONF_OSMESA_LIBS %OCTAVE_CONF_OSMESA_LIBS% |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
479 #endif |
9f6ee9cb749c
put OSMESA compiler flag variables in config_options struct
John W. Eaton <jwe@octave.org>
parents:
19938
diff
changeset
|
480 |
17821
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
481 #ifndef OCTAVE_CONF_PCRE_CPPFLAGS |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
482 #define OCTAVE_CONF_PCRE_CPPFLAGS %OCTAVE_CONF_PCRE_CPPFLAGS% |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
483 #endif |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
484 |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
485 #ifndef OCTAVE_CONF_PCRE_LIBS |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
486 #define OCTAVE_CONF_PCRE_LIBS %OCTAVE_CONF_PCRE_LIBS% |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
487 #endif |
82c94987abc6
build: Remove REGEX_CPPFLAGS from XTRA_CXXFLAGS.
Rik <rik@octave.org>
parents:
17816
diff
changeset
|
488 |
6311 | 489 #ifndef OCTAVE_CONF_PREFIX |
490 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX% | |
3859 | 491 #endif |
492 | |
9514 | 493 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS |
494 #define OCTAVE_CONF_PTHREAD_CFLAGS %OCTAVE_CONF_PTHREAD_CFLAGS% | |
495 #endif | |
496 | |
497 #ifndef OCTAVE_CONF_PTHREAD_LIBS | |
498 #define OCTAVE_CONF_PTHREAD_LIBS %OCTAVE_CONF_PTHREAD_LIBS% | |
499 #endif | |
500 | |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
501 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
502 #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
|
503 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
504 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
505 #ifndef OCTAVE_CONF_QHULL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
506 #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
|
507 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
508 |
9514 | 509 #ifndef OCTAVE_CONF_QHULL_LIBS |
510 #define OCTAVE_CONF_QHULL_LIBS %OCTAVE_CONF_QHULL_LIBS% | |
511 #endif | |
512 | |
9570
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
513 #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
|
514 #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
|
515 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
516 |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
517 #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
|
518 #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
|
519 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
520 |
9514 | 521 #ifndef OCTAVE_CONF_QRUPDATE_LIBS |
522 #define OCTAVE_CONF_QRUPDATE_LIBS %OCTAVE_CONF_QRUPDATE_LIBS% | |
523 #endif | |
524 | |
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
|
525 #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
|
526 #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
|
527 #endif |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
528 |
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
|
529 #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
|
530 #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
|
531 #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
|
532 |
5f031158c693
Use pkg-config to discover Qt (pkg-config is already a requirement anyway).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
15424
diff
changeset
|
533 #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
|
534 #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
|
535 #endif |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
536 |
3584 | 537 #ifndef OCTAVE_CONF_RANLIB |
538 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% | |
2163 | 539 #endif |
540 | |
3584 | 541 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
542 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% | |
543 #endif | |
544 | |
9515 | 545 #ifndef OCTAVE_CONF_READLINE_LIBS |
546 #define OCTAVE_CONF_READLINE_LIBS %OCTAVE_CONF_READLINE_LIBS% | |
547 #endif | |
548 | |
4084 | 549 #ifndef OCTAVE_CONF_SED |
550 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED% | |
551 #endif | |
552 | |
3584 | 553 #ifndef OCTAVE_CONF_SHARED_LIBS |
554 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% | |
555 #endif | |
556 | |
557 #ifndef OCTAVE_CONF_SHLEXT | |
558 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% | |
559 #endif | |
560 | |
561 #ifndef OCTAVE_CONF_SHLEXT_VER | |
562 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% | |
2163 | 563 #endif |
564 | |
4759 | 565 #ifndef OCTAVE_CONF_SH_LD |
566 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% | |
567 #endif | |
568 | |
3584 | 569 #ifndef OCTAVE_CONF_SH_LDFLAGS |
570 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% | |
571 #endif | |
572 | |
573 #ifndef OCTAVE_CONF_SONAME_FLAGS | |
574 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% | |
575 #endif | |
576 | |
577 #ifndef OCTAVE_CONF_STATIC_LIBS | |
578 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% | |
2163 | 579 #endif |
580 | |
9515 | 581 #ifndef OCTAVE_CONF_TERM_LIBS |
582 #define OCTAVE_CONF_TERM_LIBS %OCTAVE_CONF_TERM_LIBS% | |
583 #endif | |
584 | |
9572
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
585 #ifndef OCTAVE_CONF_UMFPACK_CPPFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
586 #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
|
587 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
588 |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
589 #ifndef OCTAVE_CONF_UMFPACK_LDFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
590 #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
|
591 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
592 |
9514 | 593 #ifndef OCTAVE_CONF_UMFPACK_LIBS |
594 #define OCTAVE_CONF_UMFPACK_LIBS %OCTAVE_CONF_UMFPACK_LIBS% | |
595 #endif | |
596 | |
5275 | 597 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T |
598 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T% | |
599 #endif | |
600 | |
15424
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
601 #ifndef OCTAVE_CONF_WARN_CFLAGS |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
602 #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
|
603 #endif |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
604 |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
605 #ifndef OCTAVE_CONF_WARN_CXXFLAGS |
cabe2fa4566c
build: Add and organize octave_config_info variables.
Rik <rik@octave.org>
parents:
15271
diff
changeset
|
606 #define OCTAVE_CONF_WARN_CXXFLAGS %OCTAVE_CONF_WARN_CXXFLAGS% |
2163 | 607 #endif |
608 | |
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
|
609 #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
|
610 #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
|
611 #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
|
612 |
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
|
613 #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
|
614 #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
|
615 #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
|
616 |
3584 | 617 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
618 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% | |
2163 | 619 #endif |
620 | |
3584 | 621 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
622 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% | |
2163 | 623 #endif |
624 | |
3584 | 625 #ifndef OCTAVE_CONF_YACC |
626 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% | |
627 #endif | |
628 | |
629 #ifndef OCTAVE_CONF_YFLAGS | |
630 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% | |
631 #endif | |
632 | |
9538
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
633 #ifndef OCTAVE_CONF_Z_CPPFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
634 #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
|
635 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
636 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
637 #ifndef OCTAVE_CONF_Z_LDFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
638 #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
|
639 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
640 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
641 #ifndef OCTAVE_CONF_Z_LIBS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
642 #define OCTAVE_CONF_Z_LIBS %OCTAVE_CONF_Z_LIBS% |
9514 | 643 #endif |
644 | |
3584 | 645 #ifndef OCTAVE_CONF_config_opts |
646 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% | |
2163 | 647 #endif |
648 | |
649 #endif |