X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldbm%2FMakefile.in;h=14057f42b6e49cb7f545169143e36b349c414eaf;hb=25c672a844c7752634c59118b53e3e4b48445ccb;hp=ef2aa3c07d13ab193ddbde55dc3a4b4700b7cdf0;hpb=dba57a312c77841b3940fc1a20cc52cc629afe0f;p=openldap diff --git a/servers/slapd/back-ldbm/Makefile.in b/servers/slapd/back-ldbm/Makefile.in index ef2aa3c07d..14057f42b6 100644 --- a/servers/slapd/back-ldbm/Makefile.in +++ b/servers/slapd/back-ldbm/Makefile.in @@ -1,31 +1,53 @@ -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-2004 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@ -XINCPATH = -I.. -I$(srcdir)/.. +mod_DEFS = -DSLAPD_IMPORT +MOD_DEFS = $(@BUILD_LDBM@_DEFS) + +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) -PROGRAMS = libback-ldbm.a +LIBBASE = back_ldbm + +XINCPATH = -I.. -I$(srcdir)/.. +XDEFS = $(MODULES_CPPFLAGS) +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)