X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldbm%2FMakefile.in;h=f0f8dff23b19eff2cc5df140b501ed3087d79143;hb=1586a68219cf85e9caaafcf2259c9bc249358077;hp=cf7924a60984da50b9c3b369194793591f360d26;hpb=7e8c77c5deb379bf3d24329cc03158e7b63d7aed;p=openldap diff --git a/servers/slapd/back-ldbm/Makefile.in b/servers/slapd/back-ldbm/Makefile.in index cf7924a609..f0f8dff23b 100644 --- a/servers/slapd/back-ldbm/Makefile.in +++ b/servers/slapd/back-ldbm/Makefile.in @@ -1,17 +1,30 @@ +# Makefile.in for back-ldbm # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c \ id2entry.c index.c id2children.c nextid.c \ - compare.c group.c modify.c modrdn.c delete.c init.c \ + compare.c modify.c modrdn.c delete.c init.c \ config.c bind.c attr.c filterindex.c close.c \ - alias.c tools.c key.c extended.c passwd.c sasl.c \ - referral.c attribute.c operational.c + alias.c tools.c key.c extended.c \ + referral.c operational.c ldbm.c OBJS = idl.lo add.lo search.lo cache.lo dbcache.lo dn2id.lo entry.lo \ id2entry.lo index.lo id2children.lo nextid.lo \ - compare.lo group.lo modify.lo modrdn.lo delete.lo init.lo \ + compare.lo modify.lo modrdn.lo delete.lo init.lo \ config.lo bind.lo attr.lo filterindex.lo close.lo \ - alias.lo tools.lo key.lo extended.lo passwd.lo sasl.lo \ - referral.lo attribute.lo operational.lo + alias.lo tools.lo key.lo extended.lo \ + referral.lo operational.lo ldbm.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries @@ -31,9 +44,11 @@ LIBBASE = back_ldbm XINCPATH = -I.. -I$(srcdir)/.. XDEFS = $(MODULES_CPPFLAGS) +XXSRCS = $(@BUILD_LDBM@_SRCS) all-local-lib: ../.backend ../.backend: lib$(LIBBASE).a @touch $@ +depend-common: $(XXSRCS)