]> git.sur5r.net Git - openldap/blob - servers/slapd/back-tcl/Makefile.in
62d4fc9a479f1fe11f4ee5a44441e185b859a955
[openldap] / servers / slapd / back-tcl / Makefile.in
1 ########################################################################### 
2
3 # Copyright 1999, Ben Collins <bcollins@debian.org>, All rights reserved.
4
5 # Redistribution and use in source and binary forms are permitted only
6 # as authorized by the OpenLDAP Public License.  A copy of this
7 # license is available at http://www.OpenLDAP.org/license.html or
8 # in file LICENSE in the top-level directory of the distribution.
9
10 ##########################################################################
11
12 SRCS    = tcl_init.c tcl_search.c tcl_close.c tcl_config.c tcl_bind.c \
13         tcl_unbind.c tcl_compare.c tcl_modify.c tcl_add.c tcl_modrdn.c \
14         tcl_delete.c tcl_abandon.c tcl_util.c
15 OBJS    = tcl_init.lo tcl_search.lo tcl_close.lo tcl_config.lo tcl_bind.lo \
16         tcl_unbind.lo tcl_compare.lo tcl_modify.lo tcl_add.lo tcl_modrdn.lo \
17         tcl_delete.lo tcl_abandon.lo tcl_util.lo
18
19 LDAP_INCDIR= ../../../include       
20 LDAP_LIBDIR= ../../../libraries
21
22 BUILD_OPT = "--enable-tcl"
23 BUILD_MOD = @BUILD_TCL@
24 LINKAGE = @BUILD_TCL_DYNAMIC@
25
26 LIBBASE = back_tcl
27
28 XDEFS = $(MODULES_CPPFLAGS)
29 XLDFLAGS = $(MODULES_LDFLAGS)
30 XINCPATH = -I.. -I$(srcdir)/..
31