Mercurial > hg > octave-lyh
annotate src/oct-conf.in.h @ 15117:3735a0e783cb gui
more tweaks for the gui build
* configure.ac (HAVE_QT, GUIDIR): New variables.
Don't run qmake unless it is found. Don't check for moc, uic, or rcc
unless qmake is available. List Qt headers and libraries in summary
message.
* Makefile.am (SUBDIRS): Add @GUIDIR@ to the list.
* common.mk (do_subst_config_vals): Substitute OCTAVE_CONF_QT_INCDIR
and OCTAVE_CONF_QT_LIBDIR.
* gui/src/Makefile.am: Simplify pattern rule for moc files.
(octave_gui_CPPFLAGS): = Include -I@QT_INCDIR@ in the list.
(octave_gui_LDADD): Include ../../liboctave/liboctave.la and
../../libcruft/libcruft.la in the list.
(libqterminal_la_CPPFLAGS): Include -I@QT_INCDIR@ in the list.
* toplev.cc (octave_config_info): New struct fields, QT_INCDIR and
QT_LIBDIR.
* oct-conf.in.h (OCTAVE_CONF_QT_INCDIR, OCTAVE_CONF_QT_LIBDIR):
New macros.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 05 Aug 2012 16:43:55 -0400 |
parents | 8523df595d42 |
children | 1c711a646fa7 |
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 | |
3584 | 99 #ifndef OCTAVE_CONF_CC_VERSION |
100 #define OCTAVE_CONF_CC_VERSION %OCTAVE_CONF_CC_VERSION% | |
101 #endif | |
102 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
103 #ifndef OCTAVE_CONF_CCOLAMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
104 #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
|
105 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
106 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
107 #ifndef OCTAVE_CONF_CCOLAMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
108 #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
|
109 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
110 |
9514 | 111 #ifndef OCTAVE_CONF_CCOLAMD_LIBS |
112 #define OCTAVE_CONF_CCOLAMD_LIBS %OCTAVE_CONF_CCOLAMD_LIBS% | |
113 #endif | |
114 | |
3584 | 115 #ifndef OCTAVE_CONF_CFLAGS |
116 #define OCTAVE_CONF_CFLAGS %OCTAVE_CONF_CFLAGS% | |
117 #endif | |
118 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
119 #ifndef OCTAVE_CONF_CHOLMOD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
120 #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
|
121 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
122 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
123 #ifndef OCTAVE_CONF_CHOLMOD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
124 #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
|
125 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
126 |
9514 | 127 #ifndef OCTAVE_CONF_CHOLMOD_LIBS |
128 #define OCTAVE_CONF_CHOLMOD_LIBS %OCTAVE_CONF_CHOLMOD_LIBS% | |
129 #endif | |
130 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
131 #ifndef OCTAVE_CONF_COLAMD_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
132 #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
|
133 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
134 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
135 #ifndef OCTAVE_CONF_COLAMD_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
136 #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
|
137 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
138 |
9514 | 139 #ifndef OCTAVE_CONF_COLAMD_LIBS |
140 #define OCTAVE_CONF_COLAMD_LIBS %OCTAVE_CONF_COLAMD_LIBS% | |
141 #endif | |
142 | |
3584 | 143 #ifndef OCTAVE_CONF_CPICFLAG |
144 #define OCTAVE_CONF_CPICFLAG %OCTAVE_CONF_CPICFLAG% | |
145 #endif | |
146 | |
147 #ifndef OCTAVE_CONF_CPPFLAGS | |
148 #define OCTAVE_CONF_CPPFLAGS %OCTAVE_CONF_CPPFLAGS% | |
2163 | 149 #endif |
150 | |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
151 #ifndef OCTAVE_CONF_CURL_CPPFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
152 #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
|
153 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
154 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
155 #ifndef OCTAVE_CONF_CURL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
156 #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
|
157 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
158 |
6043 | 159 #ifndef OCTAVE_CONF_CURL_LIBS |
160 #define OCTAVE_CONF_CURL_LIBS %OCTAVE_CONF_CURL_LIBS% | |
161 #endif | |
162 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
163 #ifndef OCTAVE_CONF_CXSPARSE_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
164 #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
|
165 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
166 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
167 #ifndef OCTAVE_CONF_CXSPARSE_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
168 #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
|
169 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
170 |
9514 | 171 #ifndef OCTAVE_CONF_CXSPARSE_LIBS |
172 #define OCTAVE_CONF_CXSPARSE_LIBS %OCTAVE_CONF_CXSPARSE_LIBS% | |
173 #endif | |
174 | |
3584 | 175 #ifndef OCTAVE_CONF_CXXCPP |
176 #define OCTAVE_CONF_CXXCPP %OCTAVE_CONF_CXXCPP% | |
177 #endif | |
178 | |
179 #ifndef OCTAVE_CONF_CXXFLAGS | |
180 #define OCTAVE_CONF_CXXFLAGS %OCTAVE_CONF_CXXFLAGS% | |
2163 | 181 #endif |
182 | |
3584 | 183 #ifndef OCTAVE_CONF_CXXPICFLAG |
184 #define OCTAVE_CONF_CXXPICFLAG %OCTAVE_CONF_CXXPICFLAG% | |
2163 | 185 #endif |
186 | |
3584 | 187 #ifndef OCTAVE_CONF_CXX |
188 #define OCTAVE_CONF_CXX %OCTAVE_CONF_CXX% | |
189 #endif | |
190 | |
191 #ifndef OCTAVE_CONF_CXX_VERSION | |
192 #define OCTAVE_CONF_CXX_VERSION %OCTAVE_CONF_CXX_VERSION% | |
2163 | 193 #endif |
194 | |
3584 | 195 #ifndef OCTAVE_CONF_DEFAULT_PAGER |
196 #define OCTAVE_CONF_DEFAULT_PAGER %OCTAVE_CONF_DEFAULT_PAGER% | |
197 #endif | |
198 | |
199 #ifndef OCTAVE_CONF_DEFS | |
200 #define OCTAVE_CONF_DEFS %OCTAVE_CONF_DEFS% | |
201 #endif | |
202 | |
4759 | 203 #ifndef OCTAVE_CONF_DL_LD |
204 #define OCTAVE_CONF_DL_LD %OCTAVE_CONF_DL_LD% | |
205 #endif | |
206 | |
207 #ifndef OCTAVE_CONF_DL_LDFLAGS | |
208 #define OCTAVE_CONF_DL_LDFLAGS %OCTAVE_CONF_DL_LDFLAGS% | |
209 #endif | |
210 | |
9515 | 211 #ifndef OCTAVE_CONF_DL_LIBS |
212 #define OCTAVE_CONF_DL_LIBS %OCTAVE_CONF_DL_LIBS% | |
213 #endif | |
214 | |
3892 | 215 #ifndef OCTAVE_CONF_EXEEXT |
216 #define OCTAVE_CONF_EXEEXT %OCTAVE_CONF_EXEEXT% | |
3584 | 217 #endif |
218 | |
219 #ifndef OCTAVE_CONF_F77 | |
220 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77% | |
221 #endif | |
222 | |
5498 | 223 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG |
224 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG% | |
225 #endif | |
226 | |
10331
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
227 #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
|
228 #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
|
229 #endif |
6a50aa2cdf00
never compile ranlib with 8-byte integers
John W. Eaton <jwe@octave.org>
parents:
10161
diff
changeset
|
230 |
3584 | 231 #ifndef OCTAVE_CONF_FC |
232 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC% | |
2163 | 233 #endif |
234 | |
3584 | 235 #ifndef OCTAVE_CONF_FFLAGS |
236 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS% | |
237 #endif | |
238 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
239 #ifndef OCTAVE_CONF_FFTW3_CPPFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
240 #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
|
241 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
242 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
243 #ifndef OCTAVE_CONF_FFTW3_LDFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
244 #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
|
245 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
246 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
247 #ifndef OCTAVE_CONF_FFTW3_LIBS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
248 #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
|
249 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
250 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
251 #ifndef OCTAVE_CONF_FFTW3F_CPPFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
252 #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
|
253 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
254 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
255 #ifndef OCTAVE_CONF_FFTW3F_LDFLAGSS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
256 #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
|
257 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
258 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
259 #ifndef OCTAVE_CONF_FFTW3F_LIBS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
260 #define OCTAVE_CONF_FFTW3F_LIBS %OCTAVE_CONF_FFTW3F_LIBS% |
3859 | 261 #endif |
262 | |
3584 | 263 #ifndef OCTAVE_CONF_FLIBS |
264 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS% | |
265 #endif | |
266 | |
267 #ifndef OCTAVE_CONF_FPICFLAG | |
268 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG% | |
2163 | 269 #endif |
270 | |
9514 | 271 #ifndef OCTAVE_CONF_FT2_LIBS |
272 #define OCTAVE_CONF_FT2_LIBS %OCTAVE_CONF_FT2_LIBS% | |
273 #endif | |
274 | |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
275 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
276 #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
|
277 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
278 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
279 #ifndef OCTAVE_CONF_GLPK_LDFLAGS |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
280 #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
|
281 #endif |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9519
diff
changeset
|
282 |
5235 | 283 #ifndef OCTAVE_CONF_GLPK_LIBS |
284 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS% | |
285 #endif | |
286 | |
7361 | 287 #ifndef OCTAVE_CONF_GNUPLOT |
288 #define OCTAVE_CONF_GNUPLOT %OCTAVE_CONF_GNUPLOT% | |
289 #endif | |
290 | |
9514 | 291 #ifndef OCTAVE_CONF_GRAPHICS_LIBS |
292 #define OCTAVE_CONF_GRAPHICS_LIBS %OCTAVE_CONF_GRAPHICS_LIBS% | |
293 #endif | |
294 | |
9542
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
295 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
296 #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
|
297 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
298 |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
299 #ifndef OCTAVE_CONF_HDF5_LDFLAGS |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
300 #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
|
301 #endif |
f5ec5dc66824
use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents:
9538
diff
changeset
|
302 |
9514 | 303 #ifndef OCTAVE_CONF_HDF5_LIBS |
304 #define OCTAVE_CONF_HDF5_LIBS %OCTAVE_CONF_HDF5_LIBS% | |
305 #endif | |
306 | |
3584 | 307 #ifndef OCTAVE_CONF_INCFLAGS |
308 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS% | |
2163 | 309 #endif |
310 | |
6311 | 311 #ifndef OCTAVE_CONF_INCLUDEDIR |
312 #define OCTAVE_CONF_INCLUDEDIR %OCTAVE_CONF_INCLUDEDIR% | |
313 #endif | |
314 | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
315 #ifndef OCTAVE_CONF_LAPACK_LIBS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
316 #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
|
317 #endif |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9575
diff
changeset
|
318 |
3584 | 319 #ifndef OCTAVE_CONF_LDFLAGS |
320 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS% | |
2163 | 321 #endif |
322 | |
3859 | 323 #ifndef OCTAVE_CONF_LD_CXX |
324 #define OCTAVE_CONF_LD_CXX %OCTAVE_CONF_LD_CXX% | |
325 #endif | |
326 | |
3584 | 327 #ifndef OCTAVE_CONF_LD_STATIC_FLAG |
328 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG% | |
329 #endif | |
330 | |
331 #ifndef OCTAVE_CONF_LEXLIB | |
332 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB% | |
333 #endif | |
334 | |
335 #ifndef OCTAVE_CONF_LEX | |
336 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX% | |
2163 | 337 #endif |
338 | |
3584 | 339 #ifndef OCTAVE_CONF_LFLAGS |
340 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS% | |
341 #endif | |
342 | |
343 #ifndef OCTAVE_CONF_LIBCRUFT | |
344 #define OCTAVE_CONF_LIBCRUFT %OCTAVE_CONF_LIBCRUFT% | |
345 #endif | |
346 | |
347 #ifndef OCTAVE_CONF_LIBEXT | |
348 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT% | |
349 #endif | |
350 | |
351 #ifndef OCTAVE_CONF_LIBFLAGS | |
352 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS% | |
353 #endif | |
354 | |
355 #ifndef OCTAVE_CONF_LIBOCTAVE | |
356 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE% | |
2163 | 357 #endif |
358 | |
3584 | 359 #ifndef OCTAVE_CONF_LIBOCTINTERP |
360 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP% | |
361 #endif | |
362 | |
363 #ifndef OCTAVE_CONF_LIBPLPLOT | |
364 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT% | |
365 #endif | |
366 | |
367 #ifndef OCTAVE_CONF_LIBS | |
368 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS% | |
2163 | 369 #endif |
370 | |
3584 | 371 #ifndef OCTAVE_CONF_LN_S |
372 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S% | |
373 #endif | |
374 | |
9575
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
375 #ifndef OCTAVE_CONF_MAGICK_CPPFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
376 #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
|
377 #endif |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
378 |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
379 #ifndef OCTAVE_CONF_MAGICK_LDFLAGS |
55ecaefb7d0f
Use pkg-config to configure GraphicsMagick++.
David Grundberg <individ@acc.umu.se>
parents:
9572
diff
changeset
|
380 #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
|
381 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
382 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
383 #ifndef OCTAVE_CONF_MAGICK_LIBS |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
384 #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
|
385 #endif |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7361
diff
changeset
|
386 |
14899 | 387 #ifndef OCTAVE_CONF_LLVM_CPPFLAGS |
388 #define OCTAVE_CONF_LLVM_CPPFLAGS %OCTAVE_CONF_LLVM_CPPFLAGS% | |
389 #endif | |
390 | |
391 #ifndef OCTAVE_CONF_LLVM_LDFLAGS | |
392 #define OCTAVE_CONF_LLVM_LDFLAGS %OCTAVE_CONF_LLVM_LDFLAGS% | |
393 #endif | |
394 | |
395 #ifndef OCTAVE_CONF_LLVM_LIBS | |
396 #define OCTAVE_CONF_LLVM_LIBS %OCTAVE_CONF_LLVM_LIBS% | |
397 #endif | |
398 | |
4759 | 399 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS |
400 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS% | |
401 #endif | |
402 | |
13010
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
403 #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
|
404 #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
|
405 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
406 |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
407 #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
|
408 #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
|
409 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
410 |
6311 | 411 #ifndef OCTAVE_CONF_OCTINCLUDEDIR |
412 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR% | |
3591 | 413 #endif |
414 | |
6311 | 415 #ifndef OCTAVE_CONF_OCTLIBDIR |
416 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR% | |
417 #endif | |
418 | |
13010
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
419 #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
|
420 #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
|
421 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
422 |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
423 #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
|
424 #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
|
425 #endif |
edc5ec6e949b
maint: allow --enable-static --disable-dl to work again
John W. Eaton <jwe@octave.org>
parents:
12195
diff
changeset
|
426 |
9514 | 427 #ifndef OCTAVE_CONF_OPENGL_LIBS |
428 #define OCTAVE_CONF_OPENGL_LIBS %OCTAVE_CONF_OPENGL_LIBS% | |
429 #endif | |
430 | |
6311 | 431 #ifndef OCTAVE_CONF_PREFIX |
432 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX% | |
3859 | 433 #endif |
434 | |
9514 | 435 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS |
436 #define OCTAVE_CONF_PTHREAD_CFLAGS %OCTAVE_CONF_PTHREAD_CFLAGS% | |
437 #endif | |
438 | |
439 #ifndef OCTAVE_CONF_PTHREAD_LIBS | |
440 #define OCTAVE_CONF_PTHREAD_LIBS %OCTAVE_CONF_PTHREAD_LIBS% | |
441 #endif | |
442 | |
9519
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
443 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
444 #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
|
445 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
446 |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
447 #ifndef OCTAVE_CONF_QHULL_LDFLAGS |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
448 #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
|
449 #endif |
ee99f9f37505
improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
450 |
9514 | 451 #ifndef OCTAVE_CONF_QHULL_LIBS |
452 #define OCTAVE_CONF_QHULL_LIBS %OCTAVE_CONF_QHULL_LIBS% | |
453 #endif | |
454 | |
9570
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
455 #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
|
456 #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
|
457 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
458 |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
459 #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
|
460 #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
|
461 #endif |
1ab56c73ec7c
use OCTAVE_CHECK_LIBRARY to check for qrupdate library
John W. Eaton <jwe@octave.org>
parents:
9568
diff
changeset
|
462 |
9514 | 463 #ifndef OCTAVE_CONF_QRUPDATE_LIBS |
464 #define OCTAVE_CONF_QRUPDATE_LIBS %OCTAVE_CONF_QRUPDATE_LIBS% | |
465 #endif | |
466 | |
15117
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
467 #ifndef OCTAVE_CONF_QT_INCDIR |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
468 #define OCTAVE_CONF_QT_INCDIR %OCTAVE_CONF_QT_INCDIR% |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
469 #endif |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
470 |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
471 #ifndef OCTAVE_CONF_QT_LIBDIR |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
472 #define OCTAVE_CONF_QT_LIBDIR %OCTAVE_CONF_QT_LIBDIR% |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
473 #endif |
3735a0e783cb
more tweaks for the gui build
John W. Eaton <jwe@octave.org>
parents:
15100
diff
changeset
|
474 |
3584 | 475 #ifndef OCTAVE_CONF_RANLIB |
476 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB% | |
2163 | 477 #endif |
478 | |
3584 | 479 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG |
480 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG% | |
481 #endif | |
482 | |
9515 | 483 #ifndef OCTAVE_CONF_READLINE_LIBS |
484 #define OCTAVE_CONF_READLINE_LIBS %OCTAVE_CONF_READLINE_LIBS% | |
485 #endif | |
486 | |
9514 | 487 #ifndef OCTAVE_CONF_REGEX_LIBS |
488 #define OCTAVE_CONF_REGEX_LIBS %OCTAVE_CONF_REGEX_LIBS% | |
489 #endif | |
490 | |
4084 | 491 #ifndef OCTAVE_CONF_SED |
492 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED% | |
493 #endif | |
494 | |
3584 | 495 #ifndef OCTAVE_CONF_SHARED_LIBS |
496 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS% | |
497 #endif | |
498 | |
499 #ifndef OCTAVE_CONF_SHLEXT | |
500 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT% | |
501 #endif | |
502 | |
503 #ifndef OCTAVE_CONF_SHLEXT_VER | |
504 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER% | |
2163 | 505 #endif |
506 | |
4759 | 507 #ifndef OCTAVE_CONF_SH_LD |
508 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD% | |
509 #endif | |
510 | |
3584 | 511 #ifndef OCTAVE_CONF_SH_LDFLAGS |
512 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS% | |
513 #endif | |
514 | |
515 #ifndef OCTAVE_CONF_SONAME_FLAGS | |
516 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS% | |
517 #endif | |
518 | |
519 #ifndef OCTAVE_CONF_STATIC_LIBS | |
520 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS% | |
2163 | 521 #endif |
522 | |
9515 | 523 #ifndef OCTAVE_CONF_TERM_LIBS |
524 #define OCTAVE_CONF_TERM_LIBS %OCTAVE_CONF_TERM_LIBS% | |
525 #endif | |
526 | |
3584 | 527 #ifndef OCTAVE_CONF_UGLY_DEFS |
528 #define OCTAVE_CONF_UGLY_DEFS %OCTAVE_CONF_UGLY_DEFS% | |
529 #endif | |
530 | |
9572
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
531 #ifndef OCTAVE_CONF_UMFPACK_CPPFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
532 #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
|
533 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
534 |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
535 #ifndef OCTAVE_CONF_UMFPACK_LDFLAGS |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
536 #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
|
537 #endif |
ab8a163f2052
use OCTAVE_CHECK_LIB to check for UMFPACK
John W. Eaton <jwe@octave.org>
parents:
9570
diff
changeset
|
538 |
9514 | 539 #ifndef OCTAVE_CONF_UMFPACK_LIBS |
540 #define OCTAVE_CONF_UMFPACK_LIBS %OCTAVE_CONF_UMFPACK_LIBS% | |
541 #endif | |
542 | |
5275 | 543 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T |
544 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T% | |
545 #endif | |
546 | |
4128 | 547 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING |
548 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING %OCTAVE_CONF_ENABLE_DYNAMIC_LINKING% | |
2163 | 549 #endif |
550 | |
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
|
551 #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
|
552 #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
|
553 #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
|
554 |
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
|
555 #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
|
556 #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
|
557 #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
|
558 |
3584 | 559 #ifndef OCTAVE_CONF_XTRA_CFLAGS |
560 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS% | |
2163 | 561 #endif |
562 | |
3584 | 563 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS |
564 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS% | |
2163 | 565 #endif |
566 | |
3584 | 567 #ifndef OCTAVE_CONF_YACC |
568 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC% | |
569 #endif | |
570 | |
571 #ifndef OCTAVE_CONF_YFLAGS | |
572 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS% | |
573 #endif | |
574 | |
9538
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
575 #ifndef OCTAVE_CONF_Z_CPPFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
576 #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
|
577 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
578 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
579 #ifndef OCTAVE_CONF_Z_LDFLAGS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
580 #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
|
581 #endif |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
582 |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
583 #ifndef OCTAVE_CONF_Z_LIBS |
d0239bddf621
use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
584 #define OCTAVE_CONF_Z_LIBS %OCTAVE_CONF_Z_LIBS% |
9514 | 585 #endif |
586 | |
3584 | 587 #ifndef OCTAVE_CONF_config_opts |
588 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts% | |
2163 | 589 #endif |
590 | |
591 #endif |