head	1.3;
access;
symbols
	GC_5_1:1.1.1.2
	GC_5_0:1.1.1.2
	GC_5_0_ALPHA_7:1.1.1.2
	GC_5_0_ALPHA_6:1.1.1.2
	GC_5_0_ALPHA_4:1.1.1.2
	libgcj-2_95_1-release:1.1.1.1
	libgcj-2_95-release:1.1.1.1
	GC_5_0_ALPHA_1:1.2.0.2
	GC_4_14:1.1.1.2
	libgcj-2_95-branch:1.1.1.1.0.2
	libgcj-2_95-branchpoint:1.1.1.1
	GC_4_13_ALPHA_2:1.1.1.1
	BOEHM:1.1.1;
locks; strict;
comment	@# @;


1.3
date	99.11.01.23.15.51;	author tromey;	state Exp;
branches;
next	1.2;

1.2
date	99.06.30.12.42.21;	author tromey;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	99.04.07.14.56.06;	author tromey;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.07.14.56.06;	author tromey;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	99.06.30.13.04.49;	author tromey;	state Exp;
branches;
next	;

1.2.2.1
date	99.07.17.10.47.28;	author bryce;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Merged GC 5.0alpha4 with local changes, plus:
	* Makefile.in: Rebuilt.
	* Makefile.am (gctest_LDADD): Added THREADLIB.
	(TESTS): New macro.
	* configure: Rebuilt.
	* configure.in (INCLUDES): New subst.
@
text
@# Makefile for Borland C++ 4.5 on NT
# For Borland 5.0, replace bc45 by bc5.
# If you have the Borland assembler, remove "-DUSE_GENERIC"
#
bc=        c:\bc45
bcbin=     $(bc)\bin
bclib=     $(bc)\lib
bcinclude= $(bc)\include

cc=      $(bcbin)\bcc32
rc=      $(bcbin)\brc32
lib=     $(bcbin)\tlib
link=    $(bcbin)\tlink32
cflags=  -R -v -vi -H -H=gc.csm -I$(bcinclude);cord -L$(bclib) \
         -w-pro -w-aus -w-par -w-ccc -w-rch -a4 -D__STDC__=0
#defines= -DSILENT
defines= -DSMALL_CONFIG -DSILENT -DALL_INTERIOR_POINTERS -DUSE_GENERIC

.c.obj:
	$(cc) @@&&|
        $(cdebug) $(cflags) $(cvars) $(defines) -o$* -c $*.c
|

.cpp.obj:
	$(cc) @@&&|
        $(cdebug) $(cflags) $(cvars) $(defines) -o$* -c $*.cpp
|

.rc.res:
    $(rc) -i$(bcinclude) -r -fo$* $*.rc

XXXOBJS= XXXalloc.obj XXXreclaim.obj XXXallchblk.obj XXXmisc.obj \
    XXXmach_dep.obj XXXos_dep.obj XXXmark_rts.obj XXXheaders.obj XXXmark.obj \
    XXXobj_map.obj XXXblacklst.obj XXXfinalize.obj XXXnew_hblk.obj \
    XXXdbg_mlc.obj XXXmalloc.obj XXXstubborn.obj XXXdyn_load.obj \
    XXXtypd_mlc.obj XXXptr_chck.obj XXXgc_cpp.obj XXXmallocx.obj

OBJS= $(XXXOBJS:XXX=)

all: gctest.exe cord\de.exe test_cpp.exe

$(OBJS) test.obj: gc_priv.h gc_hdrs.h gc.h gcconfig.h MAKEFILE

gc.lib: $(OBJS)
    -del gc.lib
	tlib $* @@&&|
        $(XXXOBJS:XXX=+)
|

gctest.exe: test.obj gc.lib
    $(cc) @@&&|
        $(cflags) -W -e$* test.obj gc.lib
|

cord\de.obj cord\de_win.obj: cord\cord.h cord\private\cord_pos.h cord\de_win.h \
    cord\de_cmds.h

cord\de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj \
        cord\de_win.res gc.lib
	$(cc) @@&&|
        $(cflags) -W -e$* cord\cordbscs.obj cord\cordxtra.obj \
        cord\de.obj cord\de_win.obj gc.lib
|
    $(rc) cord\de_win.res cord\de.exe

gc_cpp.obj: gc_cpp.h gc.h

gc_cpp.cpp: gc_cpp.cc
	copy gc_cpp.cc gc_cpp.cpp

test_cpp.cpp: test_cpp.cc
	copy test_cpp.cc test_cpp.cpp

test_cpp.exe: test_cpp.obj gc_cpp.h gc.h gc.lib
    $(cc) @@&&|
        $(cflags) -W -e$* test_cpp.obj gc.lib
|

scratch:
    -del *.obj *.res *.exe *.csm cord\*.obj cord\*.res cord\*.exe cord\*.csm


@


1.2
log
@Forced commit to prepare for future import
@
text
@d42 1
a42 1
$(OBJS) test.obj: gc_priv.h gc_hdrs.h gc.h config.h MAKEFILE
@


1.2.2.1
log
@1999-07-17  Bryce McKinlay  <bryce@@albatross.co.nz>

        * Imported Boehm GC 5.0a1
@
text
@d42 1
a42 1
$(OBJS) test.obj: gc_priv.h gc_hdrs.h gc.h gcconfig.h MAKEFILE
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Imported Boehm GC 4.13a2
@
text
@@


1.1.1.2
log
@Imported Boehm GC 4.14
@
text
@d42 1
a42 1
$(OBJS) test.obj: gc_priv.h gc_hdrs.h gc.h gcconfig.h MAKEFILE
@

