X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldbm%2FMakefile.in;h=f01e830a7270aa08e4f07697f41ccc462788174f;hb=a4d161cff64c74e03e5898eae104d5d52cc54a91;hp=45c280d38f873b5b61465b81c7a60b2b7c470b57;hpb=0552b1c53fa44790811f44cac5e14fc52fbd2ace;p=openldap diff --git a/servers/slapd/back-ldbm/Makefile.in b/servers/slapd/back-ldbm/Makefile.in index 45c280d38f..f01e830a72 100644 --- a/servers/slapd/back-ldbm/Makefile.in +++ b/servers/slapd/back-ldbm/Makefile.in @@ -1,38 +1,54 @@ +# Makefile.in for back-ldbm # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2006 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 abandon.c \ - compare.c group.c modify.c modrdn.c delete.c init.c \ - config.c bind.c attr.c filterindex.c unbind.c close.c \ - alias.c tools.c key.c extended.c passwd.c sasl.c \ - referral.c attribute.c + id2entry.c index.c id2children.c nextid.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 \ + 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 abandon.lo \ - compare.lo group.lo modify.lo modrdn.lo delete.lo init.lo \ - config.lo bind.lo attr.lo filterindex.lo unbind.lo close.lo \ - alias.lo tools.lo key.lo extended.lo passwd.lo sasl.lo \ - referral.lo attribute.lo + id2entry.lo index.lo id2children.lo nextid.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 \ + referral.lo operational.lo ldbm.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-ldbm" BUILD_MOD = @BUILD_LDBM@ -BUILD_MOD_DYNAMIC = @BUILD_LDBM_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_LDBM@_DEFS) +MOD_LIBS = $(LDBM_LIBS) -shared_LDAP_LIBS = $(LDAP_LIBPATH) -lldap_r -llber +shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) +UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) 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)