[kaffe] CVS kaffe (guilhem): Fixes for the boehm-gc + a small fix for thread.c

Kaffe CVS cvs-commits at kaffe.org
Tue Aug 24 11:03:35 PDT 2004


PatchSet 5098 
Date: 2004/08/24 17:59:35
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixes for the boehm-gc + a small fix for thread.c

	* configure.ac: Configure boehm subdir. Append
	--enable-libgc-convenience to configure arguments.

	* developers/autogen.sh: Regenerated kaffe/kaffevm/boehm-gc/boehm
	too.

	* kaffe/kaffevm/boehm-gc/Makefile.am: Use boehm/libgc.la instead
	of specifying all source files.

	* kaffe/kaffevm/boehm-gc/gc-kaffe.c
	(GC_kaffe_init): Use GC_new_free_list and set the secondary
	argument to 0.

	* kaffe/kaffevm/boehm-gc/gc2.c,
	kaffe/kaffevm/boehm-gc/gc2.h: Added a magic number to allocated
	block to check the accuracy of the allocator.

	* kaffe/kaffevm/boehm-gc/boehm/Makefile.am: Added convenience
	  support.

	* kaffe/kaffevm/boehm-gc/boehm/Makefile.direct,
	kaffe/kaffevm/boehm-gc/boehm/Makefile.dj,
	kaffe/kaffevm/boehm-gc/boehm/NT_MAKEFILE,
	kaffe/kaffevm/boehm-gc/boehm/NT_STATIC_THREADS_MAKEFILE,
	kaffe/kaffevm/boehm-gc/boehm/README.QUICK,
	kaffe/kaffevm/boehm-gc/boehm/alpha_mach_dep.S
	kaffe/kaffevm/boehm-gc/boehm/config.guess
	kaffe/kaffevm/boehm-gc/boehm/config.sub
	kaffe/kaffevm/boehm-gc/boehm/configure
	kaffe/kaffevm/boehm-gc/boehm/configure.in
	kaffe/kaffevm/boehm-gc/boehm/install-sh
	kaffe/kaffevm/boehm-gc/boehm/libtool.m4
	kaffe/kaffevm/boehm-gc/boehm/ltmain.sh
	kaffe/kaffevm/boehm-gc/boehm/mips_sgi_mach_dep.s
	kaffe/kaffevm/boehm-gc/boehm/missing
	kaffe/kaffevm/boehm-gc/boehm/mkinstalldirs
	kaffe/kaffevm/boehm-gc/boehm/pthread_stop_world.c
	kaffe/kaffevm/boehm-gc/boehm/doc/Makefile.am
	kaffe/kaffevm/boehm-gc/boehm/doc/gc.man:
	Updated files. We match gc6.3 exactly now. The upgrading process
	is just a "copy file".

	* kaffe/kaffevm/boehm-gc/boehm/configure.ac: Upgraded boehm-gc's
	configure to autoconf 2.59.

	* configure, kaffe/kaffevm/boehm-gc/Makefile.in,
	kaffe/kaffevm/boehm-gc/boehm/configure,
	kaffe/kaffevm/boehm-gc/boehm/Makefile.in,
	kaffe/kaffevm/boehm-gc/boehm/doc/Makefile.in,
	kaffe/kaffevm/boehm-gc/boehm/include/Makefile.in,

	* kaffe/kaffevm/thread.c
	(initNativeThread): The stack size may be equal to the one we want.

Members: 
	ChangeLog:1.2656->1.2657 
	configure:1.375->1.376 
	configure.ac:1.73->1.74 
	kaffe/kaffevm/thread.c:1.71->1.72 
	kaffe/kaffevm/boehm-gc/Makefile.am:1.5->1.6 
	kaffe/kaffevm/boehm-gc/Makefile.in:1.12->1.13 
	kaffe/kaffevm/boehm-gc/gc-kaffe.c:1.1->1.2 
	kaffe/kaffevm/boehm-gc/gc2.c:1.4->1.5 
	kaffe/kaffevm/boehm-gc/gc2.h:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/Makefile.am:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/Makefile.direct:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/Makefile.dj:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/NT_MAKEFILE:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/NT_STATIC_THREADS_MAKEFILE:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/README.QUICK:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/acinclude.m4:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/aclocal.m4:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/alpha_mach_dep.S:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/config.guess:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/config.sub:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/configure:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/configure.ac:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/configure.in:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/install-sh:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/libtool.m4:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/ltmain.sh:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/mips_sgi_mach_dep.s:1.1->1.2 
	kaffe/kaffevm/boehm-gc/boehm/missing:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/mkinstalldirs:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/pthread_stop_world.c:1.3->1.4 
	kaffe/kaffevm/boehm-gc/boehm/doc/Makefile.am:INITIAL->1.1 
	kaffe/kaffevm/boehm-gc/boehm/doc/gc.man:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2656 kaffe/ChangeLog:1.2657
--- kaffe/ChangeLog:1.2656	Tue Aug 24 11:34:38 2004
+++ kaffe/ChangeLog	Tue Aug 24 17:59:35 2004
@@ -1,3 +1,59 @@
+2004-08-24  Guilhem Lavaux <guilhem at kaffe.org>
+
+	* configure.ac: Configure boehm subdir. Append
+	--enable-libgc-convenience to configure arguments.
+
+	* developers/autogen.sh: Regenerated kaffe/kaffevm/boehm-gc/boehm
+	too.
+
+	* kaffe/kaffevm/boehm-gc/Makefile.am: Use boehm/libgc.la instead
+	of specifying all source files.
+	
+	* kaffe/kaffevm/boehm-gc/gc-kaffe.c
+	(GC_kaffe_init): Use GC_new_free_list and set the secondary
+	argument to 0.
+
+	* kaffe/kaffevm/boehm-gc/gc2.c,
+	kaffe/kaffevm/boehm-gc/gc2.h: Added a magic number to allocated
+	block to check the accuracy of the allocator.
+
+	* kaffe/kaffevm/boehm-gc/boehm/Makefile.am: Added convenience
+	  support.
+
+	* kaffe/kaffevm/boehm-gc/boehm/Makefile.direct,
+	kaffe/kaffevm/boehm-gc/boehm/Makefile.dj,
+	kaffe/kaffevm/boehm-gc/boehm/NT_MAKEFILE,
+	kaffe/kaffevm/boehm-gc/boehm/NT_STATIC_THREADS_MAKEFILE,
+	kaffe/kaffevm/boehm-gc/boehm/README.QUICK,
+	kaffe/kaffevm/boehm-gc/boehm/alpha_mach_dep.S
+	kaffe/kaffevm/boehm-gc/boehm/config.guess
+	kaffe/kaffevm/boehm-gc/boehm/config.sub
+	kaffe/kaffevm/boehm-gc/boehm/configure
+	kaffe/kaffevm/boehm-gc/boehm/configure.in
+	kaffe/kaffevm/boehm-gc/boehm/install-sh
+	kaffe/kaffevm/boehm-gc/boehm/libtool.m4
+	kaffe/kaffevm/boehm-gc/boehm/ltmain.sh
+	kaffe/kaffevm/boehm-gc/boehm/mips_sgi_mach_dep.s
+	kaffe/kaffevm/boehm-gc/boehm/missing
+	kaffe/kaffevm/boehm-gc/boehm/mkinstalldirs
+	kaffe/kaffevm/boehm-gc/boehm/pthread_stop_world.c
+	kaffe/kaffevm/boehm-gc/boehm/doc/Makefile.am
+	kaffe/kaffevm/boehm-gc/boehm/doc/gc.man:
+	Updated files. We match gc6.3 exactly now. The upgrading process
+	is just a "copy file".
+	
+	* kaffe/kaffevm/boehm-gc/boehm/configure.ac: Upgraded boehm-gc's
+	configure to autoconf 2.59.
+
+	* configure, kaffe/kaffevm/boehm-gc/Makefile.in,
+	kaffe/kaffevm/boehm-gc/boehm/configure,
+	kaffe/kaffevm/boehm-gc/boehm/Makefile.in,
+	kaffe/kaffevm/boehm-gc/boehm/doc/Makefile.in,
+	kaffe/kaffevm/boehm-gc/boehm/include/Makefile.in,
+
+	* kaffe/kaffevm/thread.c
+	(initNativeThread): The stack size may be equal to the one we want.
+	
 2004-08-24  Dalibor Topic  <robilad at kaffe.org>
 
 	* configure.ac: Check for semaphore.h.
Index: kaffe/configure
diff -u kaffe/configure:1.375 kaffe/configure:1.376
--- kaffe/configure:1.375	Tue Aug 24 11:34:40 2004
+++ kaffe/configure	Tue Aug 24 17:59:37 2004
@@ -489,8 +489,9 @@
 # include <unistd.h>
 #endif"
 
+ac_subdirs_all="$ac_subdirs_all kaffe/kaffevm/boehm-gc/boehm"
 ac_subdirs_all="$ac_subdirs_all libltdl"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT abssrcdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS LIBLTDL CCLD MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB MAY_RUN_PO_TRUE MAY_RUN_PO_FALSE REGEN_FORWARD CONFIG_MD_H CONFIG_CALLKAFFEEXCEPTION_H KAFFEVM_MD_C CONFIG_JIT_MD_H KAFFEVM_JIT_DEF KAFFEVM_ICODE_H HAVE_CONFIG_JIT_MD_H USE_JIT_TRUE USE_JIT_FALSE ENGINE_NAME BCEL_JAR HAVE_BCEL_TRUE HAVE_BCEL_FALSE ENABLE_JVMPI_TRUE ENABLE_JVMPI_FALSE ENABLE_XPROF_TRUE ENABLE_XPROF_FALSE CONFIG_XPROFILE_MD_H JAVAC_FLAGS NEED_LIBXPROF_TRUE NEED_LIBXPROF_FALSE CFLAGS_PG SUN_COMPAT_TRUE SUN_COMPAT_FALSE THREAD_DIR acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS VM_LIBS GC_NAME BOEHMGC_SPECIFIC_FLAGS JIKESPROG JIKES KAFFEVM_TRAMPOLINES_C JAVA_LIBS with_engine THREAD_SYSTEM KPREFIX KAFFE_ARCHOS ZIP MKTEMP JASMIN HAVE_ZIP_TRUE HAVE_ZIP_FALSE HAVE_JIKES_TRUE HAVE_JIKES_FALSE HAVE_MKTEMP_TRUE HAVE_MKTEMP_FALSE HAVE_JASMIN_TRUE HAVE_JASMIN_FALSE KAFFE_LIBS M_LIBS NET_LIBS ZIP_LIBS LIBADD_GMP USE_GMP SECURITY_LIBS HAVE_GCJ_SUPPORT_TRUE HAVE_GCJ_SUPPORT_FALSE LIBOBJS USE_COMPAT_IFADDRS_TRUE USE_COMPAT_IFADDRS_FALSE GTK_CAIRO_TRUE GTK_CAIRO_FALSE COND_NATIVE_AWT_TRUE COND_NATIVE_AWT_FALSE COND_KAFFE_X_AWT_TRUE COND_KAFFE_X_AWT_FALSE X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS AWT_LIBS COND_KAFFE_QT_AWT_TRUE COND_KAFFE_QT_AWT_FALSE MOC UIC QEMBED QT_CXXFLAGS QT_LDADD QT_GUILINK COND_CLASSPATH_GTK_AWT_TRUE COND_CLASSPATH_GTK_AWT_FALSE PKG_CONFIG GTK_CFLAGS GTK_LIBS CAIRO_CFLAGS CAIRO_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS ALSA_CFLAGS ALSA_LIBS ESD_CONFIG ESD_CFLAGS ESD_LIBS COND_SOUND_ALSA_TRUE COND_SOUND_ALSA_FALSE COND_SOUND_ESD_TRUE COND_SOUND_ESD_FALSE COND_PURE_JAVA_MATH_TRUE COND_PURE_JAVA_MATH_FALSE MATH_LIB INCLUDED_EXTENSIONS PROFILE XML2_CONFIG XML_CFLAGS XML_LIBS XSLT_CONFIG XSLT_CFLAGS XSLT_LIBS COND_LIBXMLJ_TRUE COND_LIBXMLJ_FALSE USE_PRECOMPILED_RT_JAR_TRUE USE_PRECOMPILED_RT_JAR_FALSE PATH_TO_RT_JAR DLOPEN_JAVA_LIBS OPT_DLOPEN_JAVA_LIBS KLIBFLAGS KVMBINFLAGS KVMLIBFLAGS BINRELOC_CFLAGS ENABLE_BINRELOC_TRUE ENABLE_BINRELOC_FALSE KAFFEH MAKE_KAFFEH toolslibdir jredir jrebindir jrelibdir nativedir securitydir PATHSEP DIRSEP kaffe_TRANSF kaffeh_TRANSF kaffebin_TRANSF CFLAGS_WITHOUT_PG subdirs LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT abssrcdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS LIBLTDL CCLD MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB MAY_RUN_PO_TRUE MAY_RUN_PO_FALSE REGEN_FORWARD CONFIG_MD_H CONFIG_CALLKAFFEEXCEPTION_H KAFFEVM_MD_C CONFIG_JIT_MD_H KAFFEVM_JIT_DEF KAFFEVM_ICODE_H HAVE_CONFIG_JIT_MD_H USE_JIT_TRUE USE_JIT_FALSE ENGINE_NAME BCEL_JAR HAVE_BCEL_TRUE HAVE_BCEL_FALSE ENABLE_JVMPI_TRUE ENABLE_JVMPI_FALSE ENABLE_XPROF_TRUE ENABLE_XPROF_FALSE CONFIG_XPROFILE_MD_H JAVAC_FLAGS NEED_LIBXPROF_TRUE NEED_LIBXPROF_FALSE CFLAGS_PG SUN_COMPAT_TRUE SUN_COMPAT_FALSE THREAD_DIR acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS VM_LIBS GC_NAME subdirs BOEHMGC_SPECIFIC_FLAGS JIKESPROG JIKES KAFFEVM_TRAMPOLINES_C JAVA_LIBS with_engine THREAD_SYSTEM KPREFIX KAFFE_ARCHOS ZIP MKTEMP JASMIN HAVE_ZIP_TRUE HAVE_ZIP_FALSE HAVE_JIKES_TRUE HAVE_JIKES_FALSE HAVE_MKTEMP_TRUE HAVE_MKTEMP_FALSE HAVE_JASMIN_TRUE HAVE_JASMIN_FALSE KAFFE_LIBS M_LIBS NET_LIBS ZIP_LIBS LIBADD_GMP USE_GMP SECURITY_LIBS HAVE_GCJ_SUPPORT_TRUE HAVE_GCJ_SUPPORT_FALSE LIBOBJS USE_COMPAT_IFADDRS_TRUE USE_COMPAT_IFADDRS_FALSE GTK_CAIRO_TRUE GTK_CAIRO_FALSE COND_NATIVE_AWT_TRUE COND_NATIVE_AWT_FALSE COND_KAFFE_X_AWT_TRUE COND_KAFFE_X_AWT_FALSE X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS AWT_LIBS COND_KAFFE_QT_AWT_TRUE COND_KAFFE_QT_AWT_FALSE MOC UIC QEMBED QT_CXXFLAGS QT_LDADD QT_GUILINK COND_CLASSPATH_GTK_AWT_TRUE COND_CLASSPATH_GTK_AWT_FALSE PKG_CONFIG GTK_CFLAGS GTK_LIBS CAIRO_CFLAGS CAIRO_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS ALSA_CFLAGS ALSA_LIBS ESD_CONFIG ESD_CFLAGS ESD_LIBS COND_SOUND_ALSA_TRUE COND_SOUND_ALSA_FALSE COND_SOUND_ESD_TRUE COND_SOUND_ESD_FALSE COND_PURE_JAVA_MATH_TRUE COND_PURE_JAVA_MATH_FALSE MATH_LIB INCLUDED_EXTENSIONS PROFILE XML2_CONFIG XML_CFLAGS XML_LIBS XSLT_CONFIG XSLT_CFLAGS XSLT_LIBS COND_LIBXMLJ_TRUE COND_LIBXMLJ_FALSE USE_PRECOMPILED_RT_JAR_TRUE USE_PRECOMPILED_RT_JAR_FALSE PATH_TO_RT_JAR DLOPEN_JAVA_LIBS OPT_DLOPEN_JAVA_LIBS KLIBFLAGS KVMBINFLAGS KVMLIBFLAGS BINRELOC_CFLAGS ENABLE_BINRELOC_TRUE ENABLE_BINRELOC_FALSE KAFFEH MAKE_KAFFEH toolslibdir jredir jrebindir jrelibdir nativedir securitydir PATHSEP DIRSEP kaffe_TRANSF kaffeh_TRANSF kaffebin_TRANSF CFLAGS_WITHOUT_PG LTLIBOBJS'
 ac_subst_files='cpu_os_frag cpu_frag engine_frag threads_frag gc_frag'
 
 # Initialize some variables set by options.
@@ -9384,7 +9385,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 9387 "configure"' > conftest.$ac_ext
+  echo '#line 9388 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -10734,7 +10735,7 @@
 
 
 # Provide some information about the compiler.
-echo "$as_me:10737:" \
+echo "$as_me:10738:" \
      "checking for Fortran 77 compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
@@ -11788,11 +11789,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:11791: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:11792: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:11795: \$? = $ac_status" >&5
+   echo "$as_me:11796: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -12031,11 +12032,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:12034: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:12035: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:12038: \$? = $ac_status" >&5
+   echo "$as_me:12039: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -12091,11 +12092,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:12094: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:12095: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:12098: \$? = $ac_status" >&5
+   echo "$as_me:12099: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -14276,7 +14277,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 14279 "configure"
+#line 14280 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -14374,7 +14375,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 14377 "configure"
+#line 14378 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -16567,11 +16568,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:16570: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16571: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:16574: \$? = $ac_status" >&5
+   echo "$as_me:16575: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -16627,11 +16628,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:16630: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16631: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:16634: \$? = $ac_status" >&5
+   echo "$as_me:16635: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -17988,7 +17989,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 17991 "configure"
+#line 17992 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -18086,7 +18087,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 18089 "configure"
+#line 18090 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -18923,11 +18924,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:18926: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:18927: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:18930: \$? = $ac_status" >&5
+   echo "$as_me:18931: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -18983,11 +18984,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:18986: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:18987: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:18990: \$? = $ac_status" >&5
+   echo "$as_me:18991: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -21022,11 +21023,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:21025: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:21026: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:21029: \$? = $ac_status" >&5
+   echo "$as_me:21030: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -21265,11 +21266,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:21268: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:21269: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:21272: \$? = $ac_status" >&5
+   echo "$as_me:21273: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -21325,11 +21326,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:21328: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:21329: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:21332: \$? = $ac_status" >&5
+   echo "$as_me:21333: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -23510,7 +23511,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 23513 "configure"
+#line 23514 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -23608,7 +23609,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 23611 "configure"
+#line 23612 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -27769,7 +27770,7 @@
 			BOEHMGC_SPECIFIC_FLAGS="$BOEHMGC_SPECIFIC_FLAGS -DGC_HPUX_THREADS"
 			;;
 		linux*)
-			if test x"$ac_cv_gnu_library_version" "!=" x"no"; then
+			if test x"$ac_cv_gnu_library_version" -ne x"no"; then
 			   if test "$ac_cv_gnu_library_version" -le "2002"; then
 				BOEHMGC_SPECIFIC_FLAGS="$BOEHMGC_SPECIFIC_FLAGS -DGC_LINUX_THREADS"
 			   fi
@@ -27783,6 +27784,12 @@
 echo "$as_me: error: Threads support for $Khost_os unavailable in the boehm-gc. Please use the standard kaffe's gc." >&2;}
    { (exit 1); exit 1; }; }
 	esac
+
+	ac_configure_args="$ac_configure_args --enable-libgc-convenience"
+
+
+subdirs="$subdirs kaffe/kaffevm/boehm-gc/boehm"
+
 fi
 
 
@@ -57636,6 +57643,7 @@
 s, at PTHREAD_CFLAGS@,$PTHREAD_CFLAGS,;t t
 s, at VM_LIBS@,$VM_LIBS,;t t
 s, at GC_NAME@,$GC_NAME,;t t
+s, at subdirs@,$subdirs,;t t
 s, at BOEHMGC_SPECIFIC_FLAGS@,$BOEHMGC_SPECIFIC_FLAGS,;t t
 s, at JIKESPROG@,$JIKESPROG,;t t
 s, at JIKES@,$JIKES,;t t
@@ -57743,7 +57751,6 @@
 s, at kaffeh_TRANSF@,$kaffeh_TRANSF,;t t
 s, at kaffebin_TRANSF@,$kaffebin_TRANSF,;t t
 s, at CFLAGS_WITHOUT_PG@,$CFLAGS_WITHOUT_PG,;t t
-s, at subdirs@,$subdirs,;t t
 s, at LTLIBOBJS@,$LTLIBOBJS,;t t
 /@cpu_os_frag@/r $cpu_os_frag
 s, at cpu_os_frag@,,;t t
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.73 kaffe/configure.ac:1.74
--- kaffe/configure.ac:1.73	Tue Aug 24 11:34:42 2004
+++ kaffe/configure.ac	Tue Aug 24 17:59:41 2004
@@ -687,7 +687,7 @@
 			BOEHMGC_SPECIFIC_FLAGS="$BOEHMGC_SPECIFIC_FLAGS -DGC_HPUX_THREADS"
 			;;
 		linux*)
-			if test x"$ac_cv_gnu_library_version" "!=" x"no"; then
+			if test x"$ac_cv_gnu_library_version" -ne x"no"; then
 			   if test "$ac_cv_gnu_library_version" -le "2002"; then
 				BOEHMGC_SPECIFIC_FLAGS="$BOEHMGC_SPECIFIC_FLAGS -DGC_LINUX_THREADS"
 			   fi
@@ -699,6 +699,9 @@
 		*)
 			AC_MSG_ERROR(Threads support for $Khost_os unavailable in the boehm-gc. Please use the standard kaffe's gc.)
 	esac
+
+	ac_configure_args="$ac_configure_args --enable-libgc-convenience"
+	AC_CONFIG_SUBDIRS([kaffe/kaffevm/boehm-gc/boehm])
 fi
 
 AC_SUBST(BOEHMGC_SPECIFIC_FLAGS)
Index: kaffe/kaffe/kaffevm/thread.c
diff -u kaffe/kaffe/kaffevm/thread.c:1.71 kaffe/kaffe/kaffevm/thread.c:1.72
--- kaffe/kaffe/kaffevm/thread.c:1.71	Mon Aug  2 10:44:56 2004
+++ kaffe/kaffe/kaffevm/thread.c	Tue Aug 24 17:59:41 2004
@@ -660,7 +660,7 @@
 	    fprintf(stderr, "WARNING: Impossible to retrieve the real stack size\n");
 	    fprintf(stderr, "WARNING: You may experience deadlocks\n");
 	  }
-	else if (stackSize == KAFFEMD_STACK_INFINITE || stackSize > threadStackSize)
+	else if (stackSize == KAFFEMD_STACK_INFINITE || stackSize >= threadStackSize)
 	  {
 	    mdSetStackSize(threadStackSize);
 	    /* Last chance. We check whether the size has really been updated. */
Index: kaffe/kaffe/kaffevm/boehm-gc/Makefile.am
diff -u kaffe/kaffe/kaffevm/boehm-gc/Makefile.am:1.5 kaffe/kaffe/kaffevm/boehm-gc/Makefile.am:1.6
--- kaffe/kaffe/kaffevm/boehm-gc/Makefile.am:1.5	Mon Aug  2 10:44:56 2004
+++ kaffe/kaffe/kaffevm/boehm-gc/Makefile.am	Tue Aug 24 17:59:42 2004
@@ -6,6 +6,8 @@
 # See the file "license.terms" for information on usage and redistribution 
 # of this file. 
 
+SUBDIRS= boehm
+
 AM_CPPFLAGS = \
         -I$(top_srcdir)/include \
         -I$(top_builddir)/config \
@@ -17,10 +19,6 @@
 	-I$(top_srcdir)/kaffe/kaffevm/boehm-gc/boehm/include \
 	$(BOEHMGC_SPECIFIC_FLAGS)
 
-noinst_PROGRAMS = if_mach
-
-if_mach_SOURCES= boehm/if_mach.c
-
 native_LTLIBRARIES = libkaffegc.la
 
 libkaffegc_la_LDFLAGS = \
@@ -28,46 +26,14 @@
 	-export-dynamic \
 	-release $(PACKAGE_VERSION)
 
+libkaffegc_la_LIBADD= \
+	boehm/libgc.la
+
 libkaffegc_la_SOURCES= \
 	gc2.c \
 	gc-refs.c \
 	gc-refs.h \
 	gc-kaffe.c \
-	gc-kaffe.h \
-	boehm/allchblk.c boehm/alloc.c boehm/blacklst.c boehm/checksums.c \
-	boehm/dbg_mlc.c boehm/dyn_load.c boehm/finalize.c \
-	boehm/include/private/gcconfig.h \
-	boehm/include/gc.h \
-	boehm/include/gc_alloc.h \
-	boehm/include/gc_cpp.h \
-	boehm/include/private/gc_hdrs.h \
-	boehm/include/private/gc_priv.h \
-	boehm/include/gc_typed.h \
-	boehm/gcj_mlc.c \
-	boehm/headers.c \
-	boehm/aix_irix_threads.c \
-	boehm/win32_threads.c \
-	boehm/solaris_pthreads.c \
-	boehm/solaris_threads.c \
-	boehm/pthread_support.c \
-	boehm/pthread_stop_world.c \
-	boehm/malloc.c \
-	boehm/mallocx.c \
-	boehm/mark.c \
-	boehm/mark_rts.c \
-	boehm/misc.c \
-	boehm/new_hblk.c \
-	boehm/obj_map.c \
-	boehm/os_dep.c \
-	boehm/pcr_interface.c \
-	boehm/ptr_chck.c \
-	boehm/real_malloc.c \
-	boehm/reclaim.c \
-	boehm/stubborn.c \
-	boehm/typd_mlc.c \
-	boehm/mach_dep.c \
-	boehm/version.h \
-	boehm/include/private/solaris_threads.h \
-	boehm/include/weakpointer.h
+	gc-kaffe.h
 
 EXTRA_DIST= boehm
Index: kaffe/kaffe/kaffevm/boehm-gc/Makefile.in
diff -u kaffe/kaffe/kaffevm/boehm-gc/Makefile.in:1.12 kaffe/kaffe/kaffevm/boehm-gc/Makefile.in:1.13
--- kaffe/kaffe/kaffevm/boehm-gc/Makefile.in:1.12	Sun Aug 15 20:02:32 2004
+++ kaffe/kaffe/kaffevm/boehm-gc/Makefile.in	Tue Aug 24 17:59:42 2004
@@ -22,8 +22,7 @@
 # See the file "license.terms" for information on usage and redistribution 
 # of this file. 
 
-
-SOURCES = $(libkaffegc_la_SOURCES) $(if_mach_SOURCES)
+SOURCES = $(libkaffegc_la_SOURCES)
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
@@ -47,7 +46,6 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-noinst_PROGRAMS = if_mach$(EXEEXT)
 subdir = kaffe/kaffevm/boehm-gc
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -84,20 +82,9 @@
 am__installdirs = "$(DESTDIR)$(nativedir)"
 nativeLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(native_LTLIBRARIES)
-libkaffegc_la_LIBADD =
-am_libkaffegc_la_OBJECTS = gc2.lo gc-refs.lo gc-kaffe.lo allchblk.lo \
-	alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo \
-	finalize.lo gcj_mlc.lo headers.lo aix_irix_threads.lo \
-	win32_threads.lo solaris_pthreads.lo solaris_threads.lo \
-	pthread_support.lo pthread_stop_world.lo malloc.lo mallocx.lo \
-	mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
-	pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
-	stubborn.lo typd_mlc.lo mach_dep.lo
+libkaffegc_la_DEPENDENCIES = boehm/libgc.la
+am_libkaffegc_la_OBJECTS = gc2.lo gc-refs.lo gc-kaffe.lo
 libkaffegc_la_OBJECTS = $(am_libkaffegc_la_OBJECTS)
-PROGRAMS = $(noinst_PROGRAMS)
-am_if_mach_OBJECTS = if_mach.$(OBJEXT)
-if_mach_OBJECTS = $(am_if_mach_OBJECTS)
-if_mach_LDADD = $(LDADD)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config -I$(top_builddir)/include/kaffe
 depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
 am__depfiles_maybe = depfiles
@@ -108,10 +95,17 @@
 	$(AM_CFLAGS) $(CFLAGS)
 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(libkaffegc_la_SOURCES) $(if_mach_SOURCES)
-DIST_SOURCES = $(libkaffegc_la_SOURCES) $(if_mach_SOURCES)
+SOURCES = $(libkaffegc_la_SOURCES)
+DIST_SOURCES = $(libkaffegc_la_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-exec-recursive install-info-recursive \
+	install-recursive installcheck-recursive installdirs-recursive \
+	pdf-recursive ps-recursive uninstall-info-recursive \
+	uninstall-recursive
 ETAGS = etags
 CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALSA_CFLAGS = @ALSA_CFLAGS@
@@ -375,6 +369,7 @@
 target_alias = @target_alias@
 toolslibdir = @toolslibdir@
 with_engine = @with_engine@
+SUBDIRS = boehm
 AM_CPPFLAGS = \
         -I$(top_srcdir)/include \
         -I$(top_builddir)/config \
@@ -386,57 +381,24 @@
 	-I$(top_srcdir)/kaffe/kaffevm/boehm-gc/boehm/include \
 	$(BOEHMGC_SPECIFIC_FLAGS)
 
-if_mach_SOURCES = boehm/if_mach.c
 native_LTLIBRARIES = libkaffegc.la
 libkaffegc_la_LDFLAGS = \
 	$(KVMLIBFLAGS) \
 	-export-dynamic \
 	-release $(PACKAGE_VERSION)
 
+libkaffegc_la_LIBADD = \
+	boehm/libgc.la
+
 libkaffegc_la_SOURCES = \
 	gc2.c \
 	gc-refs.c \
 	gc-refs.h \
 	gc-kaffe.c \
-	gc-kaffe.h \
-	boehm/allchblk.c boehm/alloc.c boehm/blacklst.c boehm/checksums.c \
-	boehm/dbg_mlc.c boehm/dyn_load.c boehm/finalize.c \
-	boehm/include/private/gcconfig.h \
-	boehm/include/gc.h \
-	boehm/include/gc_alloc.h \
-	boehm/include/gc_cpp.h \
-	boehm/include/private/gc_hdrs.h \
-	boehm/include/private/gc_priv.h \
-	boehm/include/gc_typed.h \
-	boehm/gcj_mlc.c \
-	boehm/headers.c \
-	boehm/aix_irix_threads.c \
-	boehm/win32_threads.c \
-	boehm/solaris_pthreads.c \
-	boehm/solaris_threads.c \
-	boehm/pthread_support.c \
-	boehm/pthread_stop_world.c \
-	boehm/malloc.c \
-	boehm/mallocx.c \
-	boehm/mark.c \
-	boehm/mark_rts.c \
-	boehm/misc.c \
-	boehm/new_hblk.c \
-	boehm/obj_map.c \
-	boehm/os_dep.c \
-	boehm/pcr_interface.c \
-	boehm/ptr_chck.c \
-	boehm/real_malloc.c \
-	boehm/reclaim.c \
-	boehm/stubborn.c \
-	boehm/typd_mlc.c \
-	boehm/mach_dep.c \
-	boehm/version.h \
-	boehm/include/private/solaris_threads.h \
-	boehm/include/weakpointer.h
+	gc-kaffe.h
 
 EXTRA_DIST = boehm
-all: all-am
+all: all-recursive
 
 .SUFFIXES:
 .SUFFIXES: .c .lo .o .obj
@@ -499,56 +461,15 @@
 libkaffegc.la: $(libkaffegc_la_OBJECTS) $(libkaffegc_la_DEPENDENCIES) 
 	$(LINK) -rpath $(nativedir) $(libkaffegc_la_LDFLAGS) $(libkaffegc_la_OBJECTS) $(libkaffegc_la_LIBADD) $(LIBS)
 
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
-	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-	  echo " rm -f $$p $$f"; \
-	  rm -f $$p $$f ; \
-	done
-if_mach$(EXEEXT): $(if_mach_OBJECTS) $(if_mach_DEPENDENCIES) 
-	@rm -f if_mach$(EXEEXT)
-	$(LINK) $(if_mach_LDFLAGS) $(if_mach_OBJECTS) $(if_mach_LDADD) $(LIBS)
-
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
 
 distclean-compile:
 	-rm -f *.tab.c
 
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/aix_irix_threads.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/allchblk.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/alloc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/blacklst.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/checksums.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dbg_mlc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dyn_load.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/finalize.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gc-kaffe.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gc-refs.Plo at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gc2.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gcj_mlc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/headers.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/if_mach.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mach_dep.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/malloc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mallocx.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mark.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mark_rts.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/misc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/new_hblk.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obj_map.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/os_dep.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pcr_interface.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pthread_stop_world.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pthread_support.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptr_chck.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/real_malloc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/reclaim.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/solaris_pthreads.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/solaris_threads.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stubborn.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/typd_mlc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/win32_threads.Plo at am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@@ -571,230 +492,6 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
 
-allchblk.lo: boehm/allchblk.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT allchblk.lo -MD -MP -MF "$(DEPDIR)/allchblk.Tpo" -c -o allchblk.lo `test -f 'boehm/allchblk.c' || echo '$(srcdir)/'`boehm/allchblk.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/allchblk.Tpo" "$(DEPDIR)/allchblk.Plo"; else rm -f "$(DEPDIR)/allchblk.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/allchblk.c' object='allchblk.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o allchblk.lo `test -f 'boehm/allchblk.c' || echo '$(srcdir)/'`boehm/allchblk.c
-
-alloc.lo: boehm/alloc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alloc.lo -MD -MP -MF "$(DEPDIR)/alloc.Tpo" -c -o alloc.lo `test -f 'boehm/alloc.c' || echo '$(srcdir)/'`boehm/alloc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/alloc.Tpo" "$(DEPDIR)/alloc.Plo"; else rm -f "$(DEPDIR)/alloc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/alloc.c' object='alloc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alloc.lo `test -f 'boehm/alloc.c' || echo '$(srcdir)/'`boehm/alloc.c
-
-blacklst.lo: boehm/blacklst.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT blacklst.lo -MD -MP -MF "$(DEPDIR)/blacklst.Tpo" -c -o blacklst.lo `test -f 'boehm/blacklst.c' || echo '$(srcdir)/'`boehm/blacklst.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/blacklst.Tpo" "$(DEPDIR)/blacklst.Plo"; else rm -f "$(DEPDIR)/blacklst.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/blacklst.c' object='blacklst.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o blacklst.lo `test -f 'boehm/blacklst.c' || echo '$(srcdir)/'`boehm/blacklst.c
-
-checksums.lo: boehm/checksums.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT checksums.lo -MD -MP -MF "$(DEPDIR)/checksums.Tpo" -c -o checksums.lo `test -f 'boehm/checksums.c' || echo '$(srcdir)/'`boehm/checksums.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/checksums.Tpo" "$(DEPDIR)/checksums.Plo"; else rm -f "$(DEPDIR)/checksums.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/checksums.c' object='checksums.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o checksums.lo `test -f 'boehm/checksums.c' || echo '$(srcdir)/'`boehm/checksums.c
-
-dbg_mlc.lo: boehm/dbg_mlc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbg_mlc.lo -MD -MP -MF "$(DEPDIR)/dbg_mlc.Tpo" -c -o dbg_mlc.lo `test -f 'boehm/dbg_mlc.c' || echo '$(srcdir)/'`boehm/dbg_mlc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dbg_mlc.Tpo" "$(DEPDIR)/dbg_mlc.Plo"; else rm -f "$(DEPDIR)/dbg_mlc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/dbg_mlc.c' object='dbg_mlc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbg_mlc.lo `test -f 'boehm/dbg_mlc.c' || echo '$(srcdir)/'`boehm/dbg_mlc.c
-
-dyn_load.lo: boehm/dyn_load.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dyn_load.lo -MD -MP -MF "$(DEPDIR)/dyn_load.Tpo" -c -o dyn_load.lo `test -f 'boehm/dyn_load.c' || echo '$(srcdir)/'`boehm/dyn_load.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/dyn_load.Tpo" "$(DEPDIR)/dyn_load.Plo"; else rm -f "$(DEPDIR)/dyn_load.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/dyn_load.c' object='dyn_load.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dyn_load.lo `test -f 'boehm/dyn_load.c' || echo '$(srcdir)/'`boehm/dyn_load.c
-
-finalize.lo: boehm/finalize.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT finalize.lo -MD -MP -MF "$(DEPDIR)/finalize.Tpo" -c -o finalize.lo `test -f 'boehm/finalize.c' || echo '$(srcdir)/'`boehm/finalize.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/finalize.Tpo" "$(DEPDIR)/finalize.Plo"; else rm -f "$(DEPDIR)/finalize.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/finalize.c' object='finalize.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o finalize.lo `test -f 'boehm/finalize.c' || echo '$(srcdir)/'`boehm/finalize.c
-
-gcj_mlc.lo: boehm/gcj_mlc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gcj_mlc.lo -MD -MP -MF "$(DEPDIR)/gcj_mlc.Tpo" -c -o gcj_mlc.lo `test -f 'boehm/gcj_mlc.c' || echo '$(srcdir)/'`boehm/gcj_mlc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gcj_mlc.Tpo" "$(DEPDIR)/gcj_mlc.Plo"; else rm -f "$(DEPDIR)/gcj_mlc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/gcj_mlc.c' object='gcj_mlc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gcj_mlc.lo `test -f 'boehm/gcj_mlc.c' || echo '$(srcdir)/'`boehm/gcj_mlc.c
-
-headers.lo: boehm/headers.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT headers.lo -MD -MP -MF "$(DEPDIR)/headers.Tpo" -c -o headers.lo `test -f 'boehm/headers.c' || echo '$(srcdir)/'`boehm/headers.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/headers.Tpo" "$(DEPDIR)/headers.Plo"; else rm -f "$(DEPDIR)/headers.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/headers.c' object='headers.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o headers.lo `test -f 'boehm/headers.c' || echo '$(srcdir)/'`boehm/headers.c
-
-aix_irix_threads.lo: boehm/aix_irix_threads.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aix_irix_threads.lo -MD -MP -MF "$(DEPDIR)/aix_irix_threads.Tpo" -c -o aix_irix_threads.lo `test -f 'boehm/aix_irix_threads.c' || echo '$(srcdir)/'`boehm/aix_irix_threads.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/aix_irix_threads.Tpo" "$(DEPDIR)/aix_irix_threads.Plo"; else rm -f "$(DEPDIR)/aix_irix_threads.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/aix_irix_threads.c' object='aix_irix_threads.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aix_irix_threads.lo `test -f 'boehm/aix_irix_threads.c' || echo '$(srcdir)/'`boehm/aix_irix_threads.c
-
-win32_threads.lo: boehm/win32_threads.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT win32_threads.lo -MD -MP -MF "$(DEPDIR)/win32_threads.Tpo" -c -o win32_threads.lo `test -f 'boehm/win32_threads.c' || echo '$(srcdir)/'`boehm/win32_threads.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/win32_threads.Tpo" "$(DEPDIR)/win32_threads.Plo"; else rm -f "$(DEPDIR)/win32_threads.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/win32_threads.c' object='win32_threads.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32_threads.lo `test -f 'boehm/win32_threads.c' || echo '$(srcdir)/'`boehm/win32_threads.c
-
-solaris_pthreads.lo: boehm/solaris_pthreads.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT solaris_pthreads.lo -MD -MP -MF "$(DEPDIR)/solaris_pthreads.Tpo" -c -o solaris_pthreads.lo `test -f 'boehm/solaris_pthreads.c' || echo '$(srcdir)/'`boehm/solaris_pthreads.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/solaris_pthreads.Tpo" "$(DEPDIR)/solaris_pthreads.Plo"; else rm -f "$(DEPDIR)/solaris_pthreads.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/solaris_pthreads.c' object='solaris_pthreads.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o solaris_pthreads.lo `test -f 'boehm/solaris_pthreads.c' || echo '$(srcdir)/'`boehm/solaris_pthreads.c
-
-solaris_threads.lo: boehm/solaris_threads.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT solaris_threads.lo -MD -MP -MF "$(DEPDIR)/solaris_threads.Tpo" -c -o solaris_threads.lo `test -f 'boehm/solaris_threads.c' || echo '$(srcdir)/'`boehm/solaris_threads.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/solaris_threads.Tpo" "$(DEPDIR)/solaris_threads.Plo"; else rm -f "$(DEPDIR)/solaris_threads.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/solaris_threads.c' object='solaris_threads.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o solaris_threads.lo `test -f 'boehm/solaris_threads.c' || echo '$(srcdir)/'`boehm/solaris_threads.c
-
-pthread_support.lo: boehm/pthread_support.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pthread_support.lo -MD -MP -MF "$(DEPDIR)/pthread_support.Tpo" -c -o pthread_support.lo `test -f 'boehm/pthread_support.c' || echo '$(srcdir)/'`boehm/pthread_support.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pthread_support.Tpo" "$(DEPDIR)/pthread_support.Plo"; else rm -f "$(DEPDIR)/pthread_support.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/pthread_support.c' object='pthread_support.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pthread_support.lo `test -f 'boehm/pthread_support.c' || echo '$(srcdir)/'`boehm/pthread_support.c
-
-pthread_stop_world.lo: boehm/pthread_stop_world.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pthread_stop_world.lo -MD -MP -MF "$(DEPDIR)/pthread_stop_world.Tpo" -c -o pthread_stop_world.lo `test -f 'boehm/pthread_stop_world.c' || echo '$(srcdir)/'`boehm/pthread_stop_world.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pthread_stop_world.Tpo" "$(DEPDIR)/pthread_stop_world.Plo"; else rm -f "$(DEPDIR)/pthread_stop_world.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/pthread_stop_world.c' object='pthread_stop_world.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pthread_stop_world.lo `test -f 'boehm/pthread_stop_world.c' || echo '$(srcdir)/'`boehm/pthread_stop_world.c
-
-malloc.lo: boehm/malloc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT malloc.lo -MD -MP -MF "$(DEPDIR)/malloc.Tpo" -c -o malloc.lo `test -f 'boehm/malloc.c' || echo '$(srcdir)/'`boehm/malloc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/malloc.Tpo" "$(DEPDIR)/malloc.Plo"; else rm -f "$(DEPDIR)/malloc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/malloc.c' object='malloc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o malloc.lo `test -f 'boehm/malloc.c' || echo '$(srcdir)/'`boehm/malloc.c
-
-mallocx.lo: boehm/mallocx.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mallocx.lo -MD -MP -MF "$(DEPDIR)/mallocx.Tpo" -c -o mallocx.lo `test -f 'boehm/mallocx.c' || echo '$(srcdir)/'`boehm/mallocx.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mallocx.Tpo" "$(DEPDIR)/mallocx.Plo"; else rm -f "$(DEPDIR)/mallocx.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/mallocx.c' object='mallocx.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mallocx.lo `test -f 'boehm/mallocx.c' || echo '$(srcdir)/'`boehm/mallocx.c
-
-mark.lo: boehm/mark.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mark.lo -MD -MP -MF "$(DEPDIR)/mark.Tpo" -c -o mark.lo `test -f 'boehm/mark.c' || echo '$(srcdir)/'`boehm/mark.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mark.Tpo" "$(DEPDIR)/mark.Plo"; else rm -f "$(DEPDIR)/mark.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/mark.c' object='mark.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mark.lo `test -f 'boehm/mark.c' || echo '$(srcdir)/'`boehm/mark.c
-
-mark_rts.lo: boehm/mark_rts.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mark_rts.lo -MD -MP -MF "$(DEPDIR)/mark_rts.Tpo" -c -o mark_rts.lo `test -f 'boehm/mark_rts.c' || echo '$(srcdir)/'`boehm/mark_rts.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mark_rts.Tpo" "$(DEPDIR)/mark_rts.Plo"; else rm -f "$(DEPDIR)/mark_rts.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/mark_rts.c' object='mark_rts.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mark_rts.lo `test -f 'boehm/mark_rts.c' || echo '$(srcdir)/'`boehm/mark_rts.c
-
-misc.lo: boehm/misc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.lo -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.lo `test -f 'boehm/misc.c' || echo '$(srcdir)/'`boehm/misc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Plo"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/misc.c' object='misc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.lo `test -f 'boehm/misc.c' || echo '$(srcdir)/'`boehm/misc.c
-
-new_hblk.lo: boehm/new_hblk.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT new_hblk.lo -MD -MP -MF "$(DEPDIR)/new_hblk.Tpo" -c -o new_hblk.lo `test -f 'boehm/new_hblk.c' || echo '$(srcdir)/'`boehm/new_hblk.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/new_hblk.Tpo" "$(DEPDIR)/new_hblk.Plo"; else rm -f "$(DEPDIR)/new_hblk.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/new_hblk.c' object='new_hblk.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o new_hblk.lo `test -f 'boehm/new_hblk.c' || echo '$(srcdir)/'`boehm/new_hblk.c
-
-obj_map.lo: boehm/obj_map.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj_map.lo -MD -MP -MF "$(DEPDIR)/obj_map.Tpo" -c -o obj_map.lo `test -f 'boehm/obj_map.c' || echo '$(srcdir)/'`boehm/obj_map.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obj_map.Tpo" "$(DEPDIR)/obj_map.Plo"; else rm -f "$(DEPDIR)/obj_map.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/obj_map.c' object='obj_map.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj_map.lo `test -f 'boehm/obj_map.c' || echo '$(srcdir)/'`boehm/obj_map.c
-
-os_dep.lo: boehm/os_dep.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os_dep.lo -MD -MP -MF "$(DEPDIR)/os_dep.Tpo" -c -o os_dep.lo `test -f 'boehm/os_dep.c' || echo '$(srcdir)/'`boehm/os_dep.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/os_dep.Tpo" "$(DEPDIR)/os_dep.Plo"; else rm -f "$(DEPDIR)/os_dep.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/os_dep.c' object='os_dep.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os_dep.lo `test -f 'boehm/os_dep.c' || echo '$(srcdir)/'`boehm/os_dep.c
-
-pcr_interface.lo: boehm/pcr_interface.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pcr_interface.lo -MD -MP -MF "$(DEPDIR)/pcr_interface.Tpo" -c -o pcr_interface.lo `test -f 'boehm/pcr_interface.c' || echo '$(srcdir)/'`boehm/pcr_interface.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/pcr_interface.Tpo" "$(DEPDIR)/pcr_interface.Plo"; else rm -f "$(DEPDIR)/pcr_interface.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/pcr_interface.c' object='pcr_interface.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pcr_interface.lo `test -f 'boehm/pcr_interface.c' || echo '$(srcdir)/'`boehm/pcr_interface.c
-
-ptr_chck.lo: boehm/ptr_chck.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ptr_chck.lo -MD -MP -MF "$(DEPDIR)/ptr_chck.Tpo" -c -o ptr_chck.lo `test -f 'boehm/ptr_chck.c' || echo '$(srcdir)/'`boehm/ptr_chck.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptr_chck.Tpo" "$(DEPDIR)/ptr_chck.Plo"; else rm -f "$(DEPDIR)/ptr_chck.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/ptr_chck.c' object='ptr_chck.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ptr_chck.lo `test -f 'boehm/ptr_chck.c' || echo '$(srcdir)/'`boehm/ptr_chck.c
-
-real_malloc.lo: boehm/real_malloc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT real_malloc.lo -MD -MP -MF "$(DEPDIR)/real_malloc.Tpo" -c -o real_malloc.lo `test -f 'boehm/real_malloc.c' || echo '$(srcdir)/'`boehm/real_malloc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/real_malloc.Tpo" "$(DEPDIR)/real_malloc.Plo"; else rm -f "$(DEPDIR)/real_malloc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/real_malloc.c' object='real_malloc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o real_malloc.lo `test -f 'boehm/real_malloc.c' || echo '$(srcdir)/'`boehm/real_malloc.c
-
-reclaim.lo: boehm/reclaim.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reclaim.lo -MD -MP -MF "$(DEPDIR)/reclaim.Tpo" -c -o reclaim.lo `test -f 'boehm/reclaim.c' || echo '$(srcdir)/'`boehm/reclaim.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/reclaim.Tpo" "$(DEPDIR)/reclaim.Plo"; else rm -f "$(DEPDIR)/reclaim.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/reclaim.c' object='reclaim.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reclaim.lo `test -f 'boehm/reclaim.c' || echo '$(srcdir)/'`boehm/reclaim.c
-
-stubborn.lo: boehm/stubborn.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stubborn.lo -MD -MP -MF "$(DEPDIR)/stubborn.Tpo" -c -o stubborn.lo `test -f 'boehm/stubborn.c' || echo '$(srcdir)/'`boehm/stubborn.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/stubborn.Tpo" "$(DEPDIR)/stubborn.Plo"; else rm -f "$(DEPDIR)/stubborn.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/stubborn.c' object='stubborn.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stubborn.lo `test -f 'boehm/stubborn.c' || echo '$(srcdir)/'`boehm/stubborn.c
-
-typd_mlc.lo: boehm/typd_mlc.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT typd_mlc.lo -MD -MP -MF "$(DEPDIR)/typd_mlc.Tpo" -c -o typd_mlc.lo `test -f 'boehm/typd_mlc.c' || echo '$(srcdir)/'`boehm/typd_mlc.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/typd_mlc.Tpo" "$(DEPDIR)/typd_mlc.Plo"; else rm -f "$(DEPDIR)/typd_mlc.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/typd_mlc.c' object='typd_mlc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o typd_mlc.lo `test -f 'boehm/typd_mlc.c' || echo '$(srcdir)/'`boehm/typd_mlc.c
-
-mach_dep.lo: boehm/mach_dep.c
- at am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mach_dep.lo -MD -MP -MF "$(DEPDIR)/mach_dep.Tpo" -c -o mach_dep.lo `test -f 'boehm/mach_dep.c' || echo '$(srcdir)/'`boehm/mach_dep.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/mach_dep.Tpo" "$(DEPDIR)/mach_dep.Plo"; else rm -f "$(DEPDIR)/mach_dep.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/mach_dep.c' object='mach_dep.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mach_dep.lo `test -f 'boehm/mach_dep.c' || echo '$(srcdir)/'`boehm/mach_dep.c
-
-if_mach.o: boehm/if_mach.c
- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT if_mach.o -MD -MP -MF "$(DEPDIR)/if_mach.Tpo" -c -o if_mach.o `test -f 'boehm/if_mach.c' || echo '$(srcdir)/'`boehm/if_mach.c; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/if_mach.Tpo" "$(DEPDIR)/if_mach.Po"; else rm -f "$(DEPDIR)/if_mach.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/if_mach.c' object='if_mach.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o if_mach.o `test -f 'boehm/if_mach.c' || echo '$(srcdir)/'`boehm/if_mach.c
-
-if_mach.obj: boehm/if_mach.c
- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT if_mach.obj -MD -MP -MF "$(DEPDIR)/if_mach.Tpo" -c -o if_mach.obj `if test -f 'boehm/if_mach.c'; then $(CYGPATH_W) 'boehm/if_mach.c'; else $(CYGPATH_W) '$(srcdir)/boehm/if_mach.c'; fi`; \
- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/if_mach.Tpo" "$(DEPDIR)/if_mach.Po"; else rm -f "$(DEPDIR)/if_mach.Tpo"; exit 1; fi
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='boehm/if_mach.c' object='if_mach.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o if_mach.obj `if test -f 'boehm/if_mach.c'; then $(CYGPATH_W) 'boehm/if_mach.c'; else $(CYGPATH_W) '$(srcdir)/boehm/if_mach.c'; fi`
-
 mostlyclean-libtool:
 	-rm -f *.lo
 
@@ -805,6 +502,65 @@
 	-rm -f libtool
 uninstall-info-am:
 
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+#     (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+	@set fnord $$MAKEFLAGS; amf=$$2; \
+	dot_seen=no; \
+	target=`echo $@ | sed s/-recursive//`; \
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  echo "Making $$target in $$subdir"; \
+	  if test "$$subdir" = "."; then \
+	    dot_seen=yes; \
+	    local_target="$$target-am"; \
+	  else \
+	    local_target="$$target"; \
+	  fi; \
+	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+	done; \
+	if test "$$dot_seen" = "no"; then \
+	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+	fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+maintainer-clean-recursive:
+	@set fnord $$MAKEFLAGS; amf=$$2; \
+	dot_seen=no; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \

*** Patch too long, truncated ***




More information about the kaffe mailing list