Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / openldap / dist / servers / slapd / back-relay / Makefile.in
blobe315634b87b2a38b074f3aba4fee5906c0484842
1 # Makefile.in for back-relay
2 # $OpenLDAP: pkg/ldap/servers/slapd/back-relay/Makefile.in,v 1.5.2.3 2008/02/11 23:26:47 kurt Exp $
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2008 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
16 SRCS = init.c op.c
17 OBJS = init.lo op.lo
19 LDAP_INCDIR= ../../../include
20 LDAP_LIBDIR= ../../../libraries
22 BUILD_OPT = "--enable-relay"
23 BUILD_MOD = @BUILD_RELAY@
25 mod_DEFS = -DSLAPD_IMPORT
26 MOD_DEFS = $(@BUILD_RELAY@_DEFS)
28 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
29 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) $(REWRITE)
30 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) $(REWRITE)
32 LIBBASE = back_relay
34 XINCPATH = -I.. -I$(srcdir)/..
35 XDEFS = $(MODULES_CPPFLAGS)
37 all-local-lib: ../.backend
39 ../.backend: lib$(LIBBASE).a
40 @touch $@