openldap/libraries/libldbm/Makefile.in

18 lines
324 B
Makefile
Raw Normal View History

1999-09-09 06:52:19 +08:00
# $OpenLDAP$
2000-05-13 10:43:19 +08:00
## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
1998-10-25 09:41:42 +08:00
##
## Makefile for -lldbm
##
LIBRARY = libldbm.a
SRCS = ldbm.c
OBJS = ldbm.o
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
XLIBS = -lldbm -lavl
XXLIBS = $(LDBM_LIBS)
1998-10-25 09:41:42 +08:00