]> git.sur5r.net Git - openldap/blob - servers/slapd/back-tcl/Makefile.in
NT updates from jon@symas.com.
[openldap] / servers / slapd / back-tcl / Makefile.in
1 # $OpenLDAP$
2 ## Copyright 1999-2000 The OpenLDAP Foundation, All Rights Reserved.
3 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4 ########################################################################### 
5
6 # Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
7
8 # Redistribution and use in source and binary forms are permitted only
9 # as authorized by the OpenLDAP Public License.  A copy of this
10 # license is available at http://www.OpenLDAP.org/license.html or
11 # in file LICENSE in the top-level directory of the distribution.
12
13 ##########################################################################
14
15 SRCS    = tcl_init.c tcl_search.c tcl_close.c tcl_config.c tcl_bind.c \
16         tcl_unbind.c tcl_compare.c tcl_modify.c tcl_add.c tcl_modrdn.c \
17         tcl_delete.c tcl_abandon.c tcl_util.c
18 OBJS    = tcl_init.lo tcl_search.lo tcl_close.lo tcl_config.lo tcl_bind.lo \
19         tcl_unbind.lo tcl_compare.lo tcl_modify.lo tcl_add.lo tcl_modrdn.lo \
20         tcl_delete.lo tcl_abandon.lo tcl_util.lo
21
22 LDAP_INCDIR= ../../../include       
23 LDAP_LIBDIR= ../../../libraries
24
25 BUILD_OPT = "--enable-tcl"
26 BUILD_MOD = @BUILD_TCL@
27 BUILD_MOD_DYNAMIC = @BUILD_TCL_DYNAMIC@
28
29 mod_DEFS = -DSLAPD_IMPORT
30 MOD_DEFS = $(@BUILD_TCL@_DEFS)
31
32 shared_LDAP_LIBS = $(LDAP_LIBPATH) -lldap_r -llber
33 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
34
35 LIBBASE = back_tcl
36
37 XDEFS = $(MODULES_CPPFLAGS)
38 XINCPATH = -I.. -I$(srcdir)/..
39
40 all-local-lib:  ../.backend
41
42 ../.backend: lib$(LIBBASE).a
43         @touch $@
44