]> git.sur5r.net Git - openldap/blob - servers/slapd/back-dnssrv/Makefile.in
Cleanup result handling
[openldap] / servers / slapd / back-dnssrv / Makefile.in
1 # Makefile.in for back-dnssrv
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2004 The OpenLDAP Foundation.
6 ## Portions Copyright 1998-2003 Kurt D. Zeilenga.
7 ## All rights reserved.
8 ##
9 ## Redistribution and use in source and binary forms, with or without
10 ## modification, are permitted only as authorized by the OpenLDAP
11 ## Public License.
12 ##
13 ## A copy of this license is available in the file LICENSE in the
14 ## top-level directory of the distribution or, alternatively, at
15 ## <http://www.OpenLDAP.org/license.html>.
16 #
17 # ACKNOWLEDGEMENTS:
18 #  The DNSSRV backend was written by Kurt D. Zeilenga.
19 #
20
21 SRCS    = init.c bind.c search.c config.c referral.c
22 OBJS    = init.lo bind.lo search.lo config.lo referral.lo
23
24 LDAP_INCDIR= ../../../include       
25 LDAP_LIBDIR= ../../../libraries
26
27 BUILD_OPT = "--enable-dnssrv"
28 BUILD_MOD = @BUILD_DNSSRV@
29 BUILD_MOD_DYNAMIC = @BUILD_DNSSRV_DYNAMIC@
30
31 mod_DEFS = -DSLAPD_IMPORT
32 MOD_DEFS = $(@BUILD_DNSSRV@_DEFS)
33
34 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
35 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
36 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
37
38 LIBBASE = back_dnssrv
39
40 XINCPATH = -I.. -I$(srcdir)/..
41 XDEFS = $(MODULES_CPPFLAGS)
42
43 all-local-lib:  ../.backend
44
45 ../.backend: lib$(LIBBASE).a
46         @touch $@
47