Minor rearrangement.

This commit is contained in:
briano%netscape.com 1999-09-10 09:32:42 +00:00
parent 9075f17606
commit e8197f828d
2 changed files with 19 additions and 20 deletions

View File

@ -17,34 +17,33 @@
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = mozdbm_s
LIB_IS_C_ONLY = 1
CSRCS = db.c \
h_bigkey.c \
h_func.c \
h_log2.c \
h_page.c \
hash.c \
hash_buf.c \
hsearch.c \
memmove.c \
mktemp.c \
ndbm.c \
snprintf.c \
strerror.c \
nsres.c \
$(NULL)
CSRCS = \
db.c \
h_bigkey.c \
h_func.c \
h_log2.c \
h_page.c \
hash.c \
hash_buf.c \
hsearch.c \
memmove.c \
mktemp.c \
ndbm.c \
snprintf.c \
strerror.c \
nsres.c \
$(NULL)
LOCAL_INCLUDES = -I$(srcdir)/../include
MKSHLIB :=
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
@ -55,3 +54,4 @@ DEFINES += -DMEMMOVE -D__DBINTERFACE_PRIVATE $(SECURITY_FLAG)
ifeq ($(OS_ARCH),AIX)
OS_LIBS += -lc_r
endif

View File

@ -17,13 +17,12 @@
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dbm
PROGRAM = lots
CSRCS = lots.c