Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 43dd3413c7c7 |
children | 3bb7ccffb0c0 |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
51 LDFLAGS=@LDFLAGS@ | 51 LDFLAGS=@LDFLAGS@ |
52 ALLOCA=@ALLOCA@ | 52 ALLOCA=@ALLOCA@ |
53 YACC=@YACC@ | 53 YACC=@YACC@ |
54 LN_S=@LN_S@ | 54 LN_S=@LN_S@ |
55 version=@version@ | 55 version=@version@ |
56 configuration=@configuration@ | |
57 | 56 |
58 /* ==================== Where To Install Things ==================== */ | 57 /* ==================== Where To Install Things ==================== */ |
59 | 58 |
60 /* The default location for installation. Everything is placed in | 59 /* The default location for installation. Everything is placed in |
61 subdirectories of this directory. The default values for many of | 60 subdirectories of this directory. The default values for many of |
187 VPATH=@srcdir@ | 186 VPATH=@srcdir@ |
188 #endif | 187 #endif |
189 | 188 |
190 /* We will not really call alloca; | 189 /* We will not really call alloca; |
191 do not let the file name alloca.c get messed up. */ | 190 do not let the file name alloca.c get messed up. */ |
192 #ifdef alloca | |
193 #undef alloca | 191 #undef alloca |
194 #endif | |
195 | |
196 /* Some s/*.h files define this to request special libraries. */ | |
197 #ifndef LIBS_SYSTEM | |
198 #define LIBS_SYSTEM | |
199 #endif | |
200 | |
201 /* Some m/*.h files define this to request special libraries. */ | |
202 #ifndef LIBS_MACHINE | |
203 #define LIBS_MACHINE | |
204 #endif | |
205 | |
206 #ifndef LD_SWITCH_X_SYSTEM | |
207 #define LD_SWITCH_X_SYSTEM | |
208 #endif | |
209 | |
210 #ifndef LD_SWITCH_X_SITE | |
211 #define LD_SWITCH_X_SITE | |
212 #endif | |
213 | |
214 #ifndef C_SWITCH_SYSTEM | |
215 #define C_SWITCH_SYSTEM | |
216 #endif | |
217 | |
218 #ifndef C_SWITCH_MACHINE | |
219 #define C_SWITCH_MACHINE | |
220 #endif | |
221 | |
222 #ifndef C_SWITCH_X_SYSTEM | |
223 #define C_SWITCH_X_SYSTEM | |
224 #endif | |
225 | |
226 #ifndef C_SWITCH_X_SITE | |
227 #define C_SWITCH_X_SITE | |
228 #endif | |
229 | |
230 #ifndef C_SWITCH_SITE | |
231 #define C_SWITCH_SITE | |
232 #endif | |
233 | |
234 #ifndef LD_SWITCH_SITE | |
235 #define LD_SWITCH_SITE | |
236 #endif | |
237 | 192 |
238 #undef MOVEMAIL_NEEDS_BLESSING | 193 #undef MOVEMAIL_NEEDS_BLESSING |
239 #ifndef MAIL_USE_FLOCK | 194 #ifndef MAIL_USE_FLOCK |
240 #ifndef MAIL_USE_LOCKF | 195 #ifndef MAIL_USE_LOCKF |
241 #define MOVEMAIL_NEEDS_BLESSING | 196 #define MOVEMAIL_NEEDS_BLESSING |
245 #ifdef MOVEMAIL_NEEDS_BLESSING | 200 #ifdef MOVEMAIL_NEEDS_BLESSING |
246 #define BLESSMAIL blessmail | 201 #define BLESSMAIL blessmail |
247 #else | 202 #else |
248 #define BLESSMAIL | 203 #define BLESSMAIL |
249 #endif | 204 #endif |
250 | |
251 /* #if defined (HAVE_SOCKS) */ | |
252 /* #define LIB_SOCKS -lsocks */ | |
253 /* #else */ | |
254 /* #define LIB_SOCKS */ | |
255 /* #endif */ | |
256 | 205 |
257 c_switch_general=@c_switch_general@ | 206 c_switch_general=@c_switch_general@ |
258 c_switch_window_system=@c_switch_window_system@ | 207 c_switch_window_system=@c_switch_window_system@ |
259 c_switch_all=@c_switch_all@ | 208 c_switch_all=@c_switch_all@ |
260 ld_switch_general=@ld_switch_general@ | 209 ld_switch_general=@ld_switch_general@ |
262 ld_switch_all=@ld_switch_all@ | 211 ld_switch_all=@ld_switch_all@ |
263 ld_libs_general=@ld_libs_general@ | 212 ld_libs_general=@ld_libs_general@ |
264 ld_libs_window_system=@ld_libs_window_system@ | 213 ld_libs_window_system=@ld_libs_window_system@ |
265 ld_libs_all=@ld_libs_all@ | 214 ld_libs_all=@ld_libs_all@ |
266 | 215 |
267 /* LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_SOCKS LD_SWITCH_SITE */ | |
268 /* LOAD_X_LIBES=LD_SWITCH_X_SITE LD_SWITCH_X_SYSTEM */ | |
269 /* C_SWITCH_X=C_SWITCH_X_SITE C_SWITCH_X_SYSTEM C_SWITCH_SITE */ | |
270 LOADLIBES=$(ld_switch_general) $(ld_libs_general) | 216 LOADLIBES=$(ld_switch_general) $(ld_libs_general) |
271 LOAD_X_LIBES=$(ld_switch_window_system) | 217 LOAD_X_LIBES=$(ld_switch_window_system) |
272 C_SWITCH_X=$(c_switch_window_system) | 218 C_SWITCH_X=$(c_switch_window_system) |
273 | 219 |
274 /* We need to #define emacs to get the right versions of some files. */ | 220 /* We need to #define emacs to get the right versions of some files. */ |
275 | 221 |
276 lib_src_cppflags = -Demacs -I../src -I${srcdir} -I${srcdir}/../src $(CPPFLAGS) | 222 lib_src_cppflags = -Demacs -I../src -I${srcdir} -I${srcdir}/../src $(CPPFLAGS) |
277 cflags = $(CFLAGS) $(lib_src_cppflags) $(c_switch_general) | 223 lib_src_cppflags = -Demacs -I../src $(CPPFLAGS) |
278 ldflags = $(LDFLAGS) $(ld_switch_general) $(ld_libs_general) | 224 cflags = $(CFLAGS) $(lib_src_cppflags) $(c_switch_all) |
279 | 225 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_libs_general) |
280 /* CPP_CFLAGS = $(c_switch_general) -Demacs -DHAVE_CONFIG_H \ */ | |
281 /* -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} */ | |
282 /* BASE_CFLAGS = -DHAVE_CONFIG_H \ */ | |
283 /* -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} */ | |
284 /* ALL_CFLAGS = $(BASE_CFLAGS) -Demacs */ | |
285 /* LINK_CFLAGS = $(ALL_CFLAGS) -Demacs -DHAVE_CONFIG_H \ */ | |
286 /* -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS} */ | |
287 /* Formerly -Demacs was missing, but it is needed to suppress the */ | |
288 /* defining of malloc to xmalloc. [Yes it is fucked up. Blame FSF */ | |
289 /* for this.] */ | |
290 /* ALLOCA_CFLAGS = -Demacs -DHAVE_CONFIG_H \ */ | |
291 /* -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} */ | |
292 | 226 |
293 /* This is the default compilation command. | 227 /* This is the default compilation command. |
294 But we should never rely on it, because some make version | 228 But we should never rely on it, because some make version |
295 failed to find it for getopt.o. | 229 failed to find it for getopt.o. |
296 Using an explicit command made it work. */ | 230 Using an explicit command made it work. */ |