Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 1983:9c872f33ecbe
[xemacs-hg @ 2004-04-05 22:49:31 by james]
Add bignum, ratio, and bigfloat support.
author | james |
---|---|
date | Mon, 05 Apr 2004 22:50:11 +0000 |
parents | bf8be6575eae |
children | 2364237fbc0f |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Apr 05 21:50:47 2004 +0000 +++ b/src/Makefile.in.in Mon Apr 05 22:50:11 2004 +0000 @@ -204,6 +204,13 @@ mule_wnn_objs=mule-wnnfns.o #endif +#ifdef WITH_GMP +number_objs=number-gmp.o number.o +#endif +#ifdef WITH_MP +number_objs=number-mp.o number.o +#endif + #if defined(HAVE_POSTGRESQL) && !defined(HAVE_SHLIB) postgresql_objs=$(BLDMODULES)/postgresql/postgresql.o #endif @@ -268,8 +275,8 @@ hash.o imgproc.o indent.o insdel.o intl.o\ keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ - $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) objects.o opaque.o\ - $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ + $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ + opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ specifier.o strftime.o $(sunpro_objs) symbols.o syntax.o sysdep.o\