]> git.sur5r.net Git - openldap/blob - servers/slapd/back-dnssrv/Makefile.in
Merge latest devel codes into releng 2 branch.
[openldap] / servers / slapd / back-dnssrv / Makefile.in
1 # $OpenLDAP$
2 ########################################################################### 
3 #   Copyright 2000, OpenLDAP Foundation, 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 # DNSSRV backend written by Kurt Zeilenga
11 ##########################################################################
12
13 SRCS    = init.c bind.c search.c config.c compare.c \
14                 modify.c add.c modrdn.c delete.c request.c
15 OBJS    = init.lo bind.lo search.lo config.lo compare.lo \
16                 modify.lo add.lo modrdn.lo delete.lo request.lo
17
18 LDAP_INCDIR= ../../../include       
19 LDAP_LIBDIR= ../../../libraries
20
21 BUILD_OPT = "--enable-dnssrv"
22 BUILD_MOD = @BUILD_DNSSRV@
23 LINKAGE = @BUILD_DNSSRV_DYNAMIC@
24
25 LIBBASE = back_dnssrv
26
27 XINCPATH = -I.. -I$(srcdir)/..
28 XDEFS = $(MODULES_CPPFLAGS)
29
30 all-local-lib:  ../.backend
31
32 ../.backend: lib$(LIBBASE).a
33         @touch $@
34