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