2003-11-25 21:58:56 -05:00
|
|
|
# Makefile for -lldbm
|
1999-09-08 18:52:19 -04:00
|
|
|
# $OpenLDAP$
|
2003-11-26 00:42:11 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2003-11-25 21:58:56 -05:00
|
|
|
## Copyright 1998-2003 The OpenLDAP Foundation.
|
|
|
|
|
## All rights reserved.
|
1998-10-24 21:41:42 -04:00
|
|
|
##
|
2003-11-25 21:58:56 -05:00
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
|
## Public License.
|
1998-10-24 21:41:42 -04:00
|
|
|
##
|
2003-11-25 21:58:56 -05:00
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
1998-10-24 21:41:42 -04:00
|
|
|
|
|
|
|
|
LIBRARY = libldbm.a
|
|
|
|
|
SRCS = ldbm.c
|
|
|
|
|
OBJS = ldbm.o
|
|
|
|
|
|
|
|
|
|
LDAP_INCDIR= ../../include
|
|
|
|
|
LDAP_LIBDIR= ../../libraries
|
|
|
|
|
|
2002-02-10 17:42:51 -05:00
|
|
|
XLIBS = $(LIBRARY)
|
1999-01-13 20:31:43 -05:00
|
|
|
XXLIBS = $(LDBM_LIBS)
|
1998-10-24 21:41:42 -04:00
|
|
|
|