]> git.sur5r.net Git - openldap/blob - servers/slapd/back-passwd/Makefile.in
d53dd54451841ff5b19324909297dd119e3c62b5
[openldap] / servers / slapd / back-passwd / Makefile.in
1 # Makefile.in for back-passwd
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2004 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.
11 ##
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>.
15
16 SRCS    = search.c config.c init.c
17 OBJS    = search.lo config.lo init.lo
18
19 LDAP_INCDIR= ../../../include       
20 LDAP_LIBDIR= ../../../libraries
21
22 BUILD_OPT = "--enable-passwd"
23 BUILD_MOD = @BUILD_PASSWD@
24 BUILD_MOD_DYNAMIC = @BUILD_PASSWD_DYNAMIC@
25
26 mod_DEFS = -DSLAPD_IMPORT
27 MOD_DEFS = $(@BUILD_PASSWD@_DEFS)
28
29 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
30 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
31 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
32
33 LIBBASE = back_passwd
34
35 XINCPATH = -I.. -I$(srcdir)/..
36 XDEFS = $(MODULES_CPPFLAGS)
37
38 all-local-lib:  ../.backend
39
40 ../.backend: lib$(LIBBASE).a
41         @touch $@
42