]> git.sur5r.net Git - openldap/blob - servers/slapd/back-shell/Makefile.in
Bug fix for new sockbuf code under NT. Added mutex protection against
[openldap] / servers / slapd / back-shell / Makefile.in
1 # $OpenLDAP$
2 ## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
3 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4
5 SRCS    = init.c config.c fork.c search.c bind.c unbind.c add.c delete.c \
6                 modify.c modrdn.c compare.c abandon.c result.c
7 OBJS    = init.lo config.lo fork.lo search.lo bind.lo unbind.lo add.lo delete.lo \
8                 modify.lo modrdn.lo compare.lo abandon.lo result.lo
9
10 LDAP_INCDIR= ../../../include       
11 LDAP_LIBDIR= ../../../libraries
12
13 BUILD_OPT = "--enable-shell"
14 BUILD_MOD = @BUILD_SHELL@
15 LINKAGE = @BUILD_SHELL_DYNAMIC@
16
17 LIBBASE = back_shell
18
19 XINCPATH = -I.. -I$(srcdir)/..
20 XDEFS = $(MODULES_CPPFLAGS)
21
22 all-local-lib:  ../.backend
23
24 ../.backend: lib$(LIBBASE).a
25         @touch $@
26