Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1982:a748951fd4fb | 1983:9c872f33ecbe |
---|---|
200 mule_canna_objs=mule-canna.o | 200 mule_canna_objs=mule-canna.o |
201 #endif | 201 #endif |
202 | 202 |
203 #ifdef HAVE_WNN | 203 #ifdef HAVE_WNN |
204 mule_wnn_objs=mule-wnnfns.o | 204 mule_wnn_objs=mule-wnnfns.o |
205 #endif | |
206 | |
207 #ifdef WITH_GMP | |
208 number_objs=number-gmp.o number.o | |
209 #endif | |
210 #ifdef WITH_MP | |
211 number_objs=number-mp.o number.o | |
205 #endif | 212 #endif |
206 | 213 |
207 #if defined(HAVE_POSTGRESQL) && !defined(HAVE_SHLIB) | 214 #if defined(HAVE_POSTGRESQL) && !defined(HAVE_SHLIB) |
208 postgresql_objs=$(BLDMODULES)/postgresql/postgresql.o | 215 postgresql_objs=$(BLDMODULES)/postgresql/postgresql.o |
209 #endif | 216 #endif |
266 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ | 273 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ |
267 gutter.o\ | 274 gutter.o\ |
268 hash.o imgproc.o indent.o insdel.o intl.o\ | 275 hash.o imgproc.o indent.o insdel.o intl.o\ |
269 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ | 276 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ |
270 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ | 277 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ |
271 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) objects.o opaque.o\ | 278 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ |
272 $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ | 279 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ |
273 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ | 280 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ |
274 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ | 281 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ |
275 specifier.o strftime.o $(sunpro_objs) symbols.o syntax.o sysdep.o\ | 282 specifier.o strftime.o $(sunpro_objs) symbols.o syntax.o sysdep.o\ |
276 text.o $(tooltalk_objs) $(tty_objs) undo.o unicode.o $(x_objs) $(x_gui_objs)\ | 283 text.o $(tooltalk_objs) $(tty_objs) undo.o unicode.o $(x_objs) $(x_gui_objs)\ |
277 widget.o window.o $(win32_objs) | 284 widget.o window.o $(win32_objs) |