Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 3092:141c2920ea48
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Incremental Garbage Collector
author | crestani |
---|---|
date | Fri, 25 Nov 2005 01:42:08 +0000 |
parents | 193188e494b2 |
children | ad2f4ae9895b |
comparison
equal
deleted
inserted
replaced
3091:c22d8984148c | 3092:141c2920ea48 |
---|---|
253 | 253 |
254 #ifdef MC_ALLOC | 254 #ifdef MC_ALLOC |
255 mc_alloc_objs=mc-alloc.o | 255 mc_alloc_objs=mc-alloc.o |
256 #endif | 256 #endif |
257 | 257 |
258 #ifdef NEW_GC | |
259 new_gc_objs=vdb.o | |
260 # if defined (WIN32_ANY) || defined (VDB_WIN32) | |
261 vdb_objs=vdb-win32.o | |
262 # elif defined (VDB_MACH) | |
263 vdb_objs=vdb-mach.o | |
264 # elif defined (VDB_POSIX) | |
265 vdb_objs=vdb-posix.o | |
266 # else /* VDB_FAKE */ | |
267 vdb_objs=vdb-fake.o | |
268 # endif | |
269 #endif /* NEW_GC */ | |
270 | |
258 ## lastfile must follow all files whose initialized data areas should | 271 ## lastfile must follow all files whose initialized data areas should |
259 ## be dumped as pure by dump-emacs. | 272 ## be dumped as pure by dump-emacs. |
260 | 273 |
261 ## NOTE: The last line cannot be all macros, because make will barf | 274 ## NOTE: The last line cannot be all macros, because make will barf |
262 ## if they all come out null. | 275 ## if they all come out null. |
271 dynarr.o \ | 284 dynarr.o \ |
272 editfns.o elhash.o emacs.o emodules.o eval.o events.o\ | 285 editfns.o elhash.o emacs.o emodules.o eval.o events.o\ |
273 event-stream.o $(event_unixoid_objs) $(extra_objs) extents.o\ | 286 event-stream.o $(event_unixoid_objs) $(extra_objs) extents.o\ |
274 faces.o file-coding.o fileio.o $(LOCK_OBJ) filemode.o floatfns.o fns.o \ | 287 faces.o file-coding.o fileio.o $(LOCK_OBJ) filemode.o floatfns.o fns.o \ |
275 font-lock.o frame.o\ | 288 font-lock.o frame.o\ |
276 general.o $(gif_objs) glyphs.o glyphs-eimage.o glyphs-shared.o\ | 289 gc.o general.o $(gif_objs) glyphs.o glyphs-eimage.o glyphs-shared.o\ |
277 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ | 290 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ |
278 gutter.o\ | 291 gutter.o\ |
279 hash.o imgproc.o indent.o insdel.o intl.o\ | 292 hash.o imgproc.o indent.o insdel.o intl.o\ |
280 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ | 293 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ |
281 $(mc_alloc_objs) \ | 294 $(mc_alloc_objs) $(new_gc_objs) $(vdb_objs) \ |
282 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ | 295 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ |
283 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ | 296 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ |
284 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ | 297 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ |
285 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ | 298 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ |
286 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ | 299 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ |