Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 6b37e6ddd302 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
158:558dfa75ffb3 | 159:3bb7ccffb0c0 |
---|---|
205 | 205 |
206 #ifndef ORDINARY_LINK | 206 #ifndef ORDINARY_LINK |
207 /* Fix linking if compiled with GCC. */ | 207 /* Fix linking if compiled with GCC. */ |
208 #ifdef __GNUC__ | 208 #ifdef __GNUC__ |
209 | 209 |
210 #if __GNUC__ > 1 | |
211 | |
212 /* Versions of GCC >= 2.0 put their library, libgcc.a, in obscure | 210 /* Versions of GCC >= 2.0 put their library, libgcc.a, in obscure |
213 places that are difficult to figure out at make time. Fortunately, | 211 places that are difficult to figure out at make time. Fortunately, |
214 these same versions allow you to pass arbitrary flags on to the | 212 these same versions allow you to pass arbitrary flags on to the |
215 linker, so there is no reason not to use it as a linker. | 213 linker, so there is no reason not to use it as a linker. |
216 | 214 |
233 #define LIB_GCC `$(CC) -print-libgcc-file-name` | 231 #define LIB_GCC `$(CC) -print-libgcc-file-name` |
234 #endif /* LIB_GCC */ | 232 #endif /* LIB_GCC */ |
235 | 233 |
236 GNULIB_VAR = LIB_GCC | 234 GNULIB_VAR = LIB_GCC |
237 | 235 |
238 #else /* __GNUC__ < 2 */ | |
239 | |
240 #ifndef LIB_GCC | |
241 #define LIB_GCC "/usr/local/lib/gcc-gnulib" | |
242 #endif /* LIB_GCC */ | |
243 GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi` | |
244 #endif /* __GNUC__ < 2 */ | |
245 #else /* ! defined (__GNUC__) */ | 236 #else /* ! defined (__GNUC__) */ |
246 GNULIB_VAR = | 237 GNULIB_VAR = |
247 | 238 |
248 #endif /* ! defined (__GNUC__) */ | 239 #endif /* ! defined (__GNUC__) */ |
249 #else | 240 #else |
435 ${lispdir}mule/mule-ccl.elc\ | 426 ${lispdir}mule/mule-ccl.elc\ |
436 ${lispdir}mule/mule-init.elc ${lispdir}mule/mule-cmds.elc\ | 427 ${lispdir}mule/mule-init.elc ${lispdir}mule/mule-cmds.elc\ |
437 ${lispdir}mule/kinsoku.elc\ | 428 ${lispdir}mule/kinsoku.elc\ |
438 ${mule_x11_lisp}\ | 429 ${mule_x11_lisp}\ |
439 ${lispdir}mule/arabic-hooks.elc\ | 430 ${lispdir}mule/arabic-hooks.elc\ |
440 ${lispdir}mule/chinese-hooks.elc\ | 431 ${lispdir}language/chinese.elc\ |
441 ${lispdir}mule/cyrillic-hooks.elc\ | 432 ${lispdir}language/cyrillic.elc\ |
433 ${lispdir}language/english.elc \ | |
442 ${lispdir}mule/ethiopic-hooks.elc\ | 434 ${lispdir}mule/ethiopic-hooks.elc\ |
443 ${lispdir}mule/european-hooks.elc\ | 435 ${lispdir}language/european.elc\ |
444 ${lispdir}mule/greek-hooks.elc\ | 436 ${lispdir}language/greek.elc\ |
445 ${lispdir}mule/hebrew-hooks.elc\ | 437 ${lispdir}mule/hebrew-hooks.elc\ |
446 ${lispdir}mule/ipa-hooks.elc\ | 438 ${lispdir}language/japanese.elc\ |
447 ${lispdir}mule/japanese-hooks.elc\ | 439 ${lispdir}language/korean.elc\ |
448 ${lispdir}mule/korean-hooks.elc\ | 440 ${lispdir}language/misc-lang.elc\ |
449 ${lispdir}mule/thai-hooks.elc\ | 441 ${lispdir}language/thai.elc\ |
450 ${lispdir}mule/vietnamese-hooks-1${null}.elc\ | 442 ${lispdir}mule/vietnamese-hooks-1${null}.elc\ |
451 ${lispdir}mule/vietnamese-hooks-2${null}.elc | 443 ${lispdir}mule/vietnamese-hooks-2${null}.elc |
452 #else | 444 #else |
453 nomule_lisp = ${lispdir}prim/files-nomule.elc | 445 nomule_lisp = ${lispdir}prim/files-nomule.elc |
454 #endif | 446 #endif |