head	1.6;
access;
symbols
	RELENG_2_1_7_RELEASE:1.5
	RELENG_2_1_6_1_RELEASE:1.5
	RELENG_2_1_6_RELEASE:1.5
	RELENG_2_1_5_RELEASE:1.5
	RELENG_2_1_0_RELEASE:1.5
	RELENG_2_1_0:1.5.0.6
	RELENG_2_1_0_BP:1.5
	RELENG_2_0_5_RELEASE:1.5
	RELENG_2_0_5:1.5.0.4
	RELENG_2_0_5_BP:1.5
	RELENG_2_0_5_ALPHA:1.5
	RELEASE_2_0:1.5
	BETA_2_0:1.5
	ALPHA_2_0:1.5.0.2
	MOVED_NEWCVS:1.5
	FINAL_1_1_5:1.5
	ALPHA_1_1_5:1.5
	FINAL_1_1:1.4
	GAMMA_1_1:1.4
	BETA_1_1:1.4.0.2
	BP_BETA_1_1:1.4
	FINAL_1_0:1.2
	EPSILON_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	96.02.11.18.14.57;	author phk;	state dead;
branches;
next	1.5;

1.5
date	94.05.27.10.48.19;	author csgr;	state Exp;
branches
	1.5.6.1;
next	1.4;

1.4
date	93.12.28.07.54.51;	author smace;	state Exp;
branches;
next	1.3;

1.3
date	93.11.09.20.25.14;	author paul;	state Exp;
branches;
next	1.2;

1.2
date	93.10.19.18.22.34;	author rich;	state Exp;
branches;
next	1.1;

1.1
date	93.09.24.13.03.14;	author rgrimes;	state Exp;
branches;
next	;

1.5.6.1
date	99.09.05.11.10.13;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove libgnumalloc.
@
text
@#	$Id: Makefile,v 1.5 1994/05/27 10:48:19 csgr Exp phk $


CFLAGS+= -I${.CURDIR}

LIB=	gnumalloc
SRCS+=	malloc.c cfree.c calloc.c morecore.c
SRCS+=	memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
SRCS+=	ralloc.c
NOMAN=	noman

.include <bsd.lib.mk>
@


1.5
log
@Remove explicit specification of SHLIB major and minor nos.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1993/12/28 07:54:51 smace Exp $
@


1.5.6.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@Update version to 1.0
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1993/11/09 20:25:14 paul Exp $
a2 2
SHLIB_MAJOR=1
SHLIB_MINOR=0
@


1.3
log
@Added
SHLIB_MAJOR=0
SHLIB_MINOR=0
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1993/10/19 18:22:34 rich Exp $
d3 1
a3 1
SHLIB_MAJOR=0
@


1.2
log
@merge free.c realloc.c into malloc.c so that all three are linked in
if any are referenced.

libc's malloc.o contains malloc(), free() and realloc().  And libc
refers to realloc which will cause the linker to pull in redundant
malloc() and free() definitions from malloc.o if it isn't already
linked in from GNU malloc.  Rich
@
text
@d1 4
a4 1
#	$Id: Makefile,v 1.1 1993/09/24 13:03:14 rgrimes Exp $
@


1.1
log
@This is gnu lib malloc from NetBSD verbatium, here is the version info
that Chris created:
this version of GNU malloc was obtained from prep.ai.mit.edu on
9/22/1993.  There was no version noted.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1993/09/23 21:10:40 cgd Exp $
d6 1
a6 1
SRCS+=	malloc.c free.c cfree.c realloc.c calloc.c morecore.c
@
