X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldbm%2FMakefile.in;h=f01e830a7270aa08e4f07697f41ccc462788174f;hb=a4d161cff64c74e03e5898eae104d5d52cc54a91;hp=8f0f1363d3de6ef73db63339c4e8899c894a6730;hpb=5a470f89594d1d8ca986801376f3b88671fdde20;p=openldap diff --git a/servers/slapd/back-ldbm/Makefile.in b/servers/slapd/back-ldbm/Makefile.in index 8f0f1363d3..f01e830a72 100644 --- a/servers/slapd/back-ldbm/Makefile.in +++ b/servers/slapd/back-ldbm/Makefile.in @@ -1,33 +1,54 @@ -XSRCS = version.c -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 kerberos.c close.c alias.c -OBJS = idl.o add.o search.o cache.o dbcache.o dn2id.o entry.o id2entry.o \ - index.o id2children.o nextid.o abandon.o compare.o group.o \ - modify.o modrdn.o delete.o init.o config.o bind.o attr.o \ - filterindex.o unbind.o kerberos.o close.o alias.o +# 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 \ + 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 \ + 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_SRV = @BUILD_LDBM@ +BUILD_MOD = @BUILD_LDBM@ + +mod_DEFS = -DSLAPD_IMPORT +MOD_DEFS = $(@BUILD_LDBM@_DEFS) +MOD_LIBS = $(LDBM_LIBS) + +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) -XLDFLAGS = $(MODULES_LDFLAGS) - -PROGRAMS = libback-ldbm.a +XXSRCS = $(@BUILD_LDBM@_SRCS) -all-local-srv: FORCE - $(MAKE) $(MFLAGS) libback-ldbm.a +all-local-lib: ../.backend -libback-ldbm.a: version.o - $(AR) ruv $@ $(OBJS) version.o - @$(RANLIB) $@ - @touch ../.backend +../.backend: lib$(LIBBASE).a + @touch $@ -version.c: $(OBJS) $(LDAP_LIBDEPEND) - @-$(RM) $@ - $(MKVERSION) back-ldbm > $@ +depend-common: $(XXSRCS)