head	1.3;
access;
symbols
	libc-5-4-46:1.3
	libc-5-4-45:1.3
	libc-5-4-44:1.3
	libc-5-4-43:1.3
	libc-5-4-42:1.3
	libc-5-4-41:1.3
	libc-5-4-40:1.3
	libc-5-4-39:1.3
	libc-5-4-38:1.3
	libc-5-4-37:1.3
	libc-5-4-36:1.3
	libc-5-4-35:1.3
	libc-5-4-34:1.3
	libc-5-4-33:1.3
	libc-5-4-32:1.3
	libc-5-4-31:1.3
	libc-5-4-30:1.3
	libc-5-4-29:1.3
	libc-5-4-28:1.3
	libc-5-4-27:1.3
	libc-5-4-26:1.3
	libc-5-4-25:1.3
	libc-5-4-24:1.3
	libc-5-4-23:1.3
	libc-5-4-22:1.3
	libc-5-4-21:1.3
	libc-5-4-20:1.3
	libc-5-4-19:1.3
	libc-5-4-18:1.2
	libc-5-4-17-public:1.2
	libc-5-4-17:1.2
	libc-5-4-16:1.2
	libc-5-4-15:1.2
	libc-5-4-14:1.2
	libc-5-4-13:1.2
	libc-5-4-12:1.2
	libc-5-4-11:1.2
	libc-5-4-10:1.2
	libc-5-4-9:1.2
	libc-5-4-8:1.2
	libc-5-4-7-public:1.2
	libc-5-4-7:1.2
	libc-5-4-6:1.2
	libc-5-4-5:1.2
	libc-5-4-4:1.2
	libc-5-4-3:1.2
	libc-5-4-2:1.2
	libc-5-4-1:1.2
	libc-5-4-0:1.2
	libc-5-3-12:1.2
	libc-5-3-11:1.2
	libc-5-3-10:1.2
	libc-5-3-9:1.2
	libc-5-3-8:1.2
	libc-5-3-7:1.2
	libc-5-3-7-pre:1.2
	libc-5-3-6:1.2
	libc-5-3-5:1.2
	libc-5-3-4:1.2
	libc-5-3-3:1.2
	libc-5-3-2:1.2
	libc-5-3-1:1.2
	libc-5-3-0:1.2
	libc-5-2-19:1.2;
locks; strict;
comment	@# @;


1.3
date	97.01.04.18.49.29;	author hjl;	state Exp;
branches;
next	1.2;

1.2
date	95.12.18.04.26.37;	author hjl;	state Exp;
branches;
next	1.1;

1.1
date	95.12.16.07.58.29;	author hjl;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update for libc 5.4.19.
@
text
@#
# Makefile for malloc library functions
#

override DEBUG=false

TOPDIR=..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

INC_CFLAGS= -I. -I. -I.
VSCFLAGS=-D_default_morecore=__default_morecore \
	-D__MALLOC_0_RETURNS_NULL -D_morecore=__morecore
VSCFLAGS=-DMALLOC_HOOKS # -DDEBUG
#PIC_OPT_CFLAGS=-O -g -DDEBUG
BASE_CFLAGS := $(BASE_CFLAGS) $(VSCFLAGS)

DIRS:=

SRCS = malloc.c 
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)

include $(TOPDIR)/Maketargets
@


1.2
log
@Update for libc 5.2.19.
@
text
@d15 1
a15 1
VSCFLAGS=-D__MALLOC_0_RETURNS_NULL # -DDEBUG
@


1.1
log
@Use Doug Lea's malloc.
@
text
@d15 2
a16 1
VSCFLAGS=-D__MALLOC_0_RETURNS_NULL
@

