aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1999-12-13aclocal.m4, configure: Rebuilt.Tom Tromey1-1/+1
* aclocal.m4, configure: Rebuilt. * acinclude.m4: Changed version to 5.0a4. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0. From-SVN: r30893
1999-11-04Makefile.in: Rebuilt.Tom Tromey1-5/+4
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c. From-SVN: r30396
1999-11-03configure: Rebuilt.Tom Tromey1-2/+2
* configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
1999-11-01Merged GC 5.0alpha4 with local changes, plus:Tom Tromey1-6/+35
* Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. From-SVN: r30332
1999-08-10Makefile.in: Rebuilt.Rainer Orth1-1/+1
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization and punctuation. * acinclude.m4: Likewise. From-SVN: r28638
1999-08-03* aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1-1/+1
From-SVN: r28436
1999-07-19Makefile.am (.s.lo): Avoid `#line' directives.Alexandre Oliva1-1/+1
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Avoid `#line' directives. * Makefile.in: Rebuilt. From-SVN: r28175
1999-07-19Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for ↵Alexandre Oliva1-6/+6
this Makefile, use *-am instead. 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (*-recursive, *-am, *-multi): Automake does not generate *-recursive for this Makefile, use *-am instead. * Makefile.in: Rebuilt. From-SVN: r28173
1999-06-30Makefile.am (.s.lo): Renamed from `.s.o'.Alexandre Oliva1-4/+4
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Renamed from `.s.o'. * Makefile.in: Rebuilt. From-SVN: r27850
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-1/+1
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27668
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-3/+6
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
1999-06-21configure: Rebuilt.Tom Tromey1-0/+1
* configure: Rebuilt. * configure.in: Recognize all forms of alpha. From-SVN: r27660
1999-04-26libtoolized GC library. See ChangeLog for details.Tom Tromey1-72/+99
Also a couple bug fixes: * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as `weak'. * misc.c (GC_init_inner): If QUICK_THREADS defined, compute GC_stackbottom. From-SVN: r26650
1999-04-13Makefile.in: Rebuilt.Tom Tromey1-4/+50
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and solaris-threads.h. From-SVN: r26407
1999-04-07Cygnus/libgcj changes to Boehm GC.Tom Tromey1-0/+441
From-SVN: r26257