comparison src/Makefile.in.in @ 3263:d674024a8674

[xemacs-hg @ 2006-02-27 16:29:00 by crestani] - Introduce a fancy asynchronous finalization strategy on C level. - Merge the code conditioned on MC_ALLOC into the code conditioned on NEW_GC. - Remove the possibility to free objects manually outside garbage collections when the new collector is enabled.
author crestani
date Mon, 27 Feb 2006 16:29:29 +0000
parents ad2f4ae9895b
children 15fb91e3a115
comparison
equal deleted inserted replaced
3262:79d41cfd8e6b 3263:d674024a8674
252 #if defined (WIN32_NATIVE) || defined (CYGWIN) 252 #if defined (WIN32_NATIVE) || defined (CYGWIN)
253 win32_objs=win32.o intl-win32.o intl-auto-encap-win32.o intl-encap-win32.o \ 253 win32_objs=win32.o intl-win32.o intl-auto-encap-win32.o intl-encap-win32.o \
254 xemacs_res.o 254 xemacs_res.o
255 #endif 255 #endif
256 256
257 #ifdef MC_ALLOC
258 mc_alloc_objs=mc-alloc.o
259 #endif
260
261 #ifdef NEW_GC 257 #ifdef NEW_GC
262 new_gc_objs=vdb.o 258 new_gc_objs=mc-alloc.o vdb.o
263 # if defined (WIN32_ANY) || defined (VDB_WIN32) 259 # if defined (WIN32_ANY) || defined (VDB_WIN32)
264 vdb_objs=vdb-win32.o 260 vdb_objs=vdb-win32.o
265 # elif defined (VDB_MACH) 261 # elif defined (VDB_MACH)
266 vdb_objs=vdb-mach.o 262 vdb_objs=vdb-mach.o
267 # elif defined (VDB_POSIX) 263 # elif defined (VDB_POSIX)
292 gc.o general.o $(gif_objs) glyphs.o glyphs-eimage.o glyphs-shared.o\ 288 gc.o general.o $(gif_objs) glyphs.o glyphs-eimage.o glyphs-shared.o\
293 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ 289 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \
294 gutter.o\ 290 gutter.o\
295 hash.o imgproc.o indent.o insdel.o intl.o\ 291 hash.o imgproc.o indent.o insdel.o intl.o\
296 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ 292 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\
297 $(mc_alloc_objs) $(new_gc_objs) $(vdb_objs) \ 293 $(new_gc_objs) $(vdb_objs) \
298 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ 294 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\
299 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ 295 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\
300 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ 296 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\
301 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ 297 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\
302 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ 298 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\