head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.3
	LIBC_4_5_18:1.1.1.3
	LIBC_4_5_17:1.1.1.3
	LIBC_4_5_16:1.1.1.3
	LIBC_4_5_15:1.1.1.3
	LIBC_4_5_14:1.1.1.3
	LIBC_4_5_13:1.1.1.3
	LIBC_4_5_12:1.1.1.3
	LIBC_4_5_11:1.1.1.3
	LIBC_4_5_10:1.1.1.2
	LIBC_4_5_9:1.1.1.1
	LIBC_4_5_8:1.1.1.1
	LIBC_4_5_7:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.14.16.58.46;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.14.16.58.47;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.13.12.15.07;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.23.23;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# This is Makefile of gdbm 1.5 for Linux
#

include ../Makeconfig

include ../Makerules

LIB=../libdbm.a
LIBALIAS:=../$(LIBALIAS)

JUMP_DIR:=../jump/$(SHLIB)
JUMP_LIB=libdbm

ifndef OPTFLAGS
OPTFLAGS= -O6 -fomit-frame-pointer
endif

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) $(XCFLAGS)

INC= -I. -I..

DIRS:=
SRCS = dbminit.c delete.c fetch.c store.c seq.c dbmopen.c \
	dbmdelete.c dbmfetch.c dbmstore.c dbmseq.c dbmclose.c \
	dbmdirfno.c dbmpagfno.c gdbmopen.c gdbmdelete.c gdbmfetch.c \
	gdbmstore.c gdbmclose.c gdbmreorg.c gdbmseq.c \
	bucket.c falloc.c findkey.c hash.c update.c global.c version.c
SMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)

include ../Maketargets
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d5 8
a12 3
override DEBUG=false
override PROFILE=false
override CHECKER=false
d15 3
a17 2
include ../Makeconfig
include ../Makerules
d19 1
a19 2
STATIC_LIB=../static/libdbm.a
SHARED_LIB=../shared/libdbm.a
d21 1
a21 1
INC_CFLAGS= -I. -I..
a30 1
ALIASES=
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d10 2
a11 1
TOPDIR=..
d13 2
a14 2
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
d16 1
a16 2
STATIC_LIB=$(TOPDIR)/static/libdbm.a
SHARED_LIB=$(TOPDIR)/shared/libdbm.a
a17 2
INC_CFLAGS= -I. -I$(TOPDIR)

d28 1
a28 1
include $(TOPDIR)/Maketargets
@
