]> git.sur5r.net Git - openldap/blob - servers/slapd/back-asyncmeta/Makefile.in
Merge remote-tracking branch 'origin/mdb.RE/0.9'
[openldap] / servers / slapd / back-asyncmeta / Makefile.in
1 ## Makefile.in for back-asyncmeta
2 ## $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 2016 The OpenLDAP Foundation.
6 ## Portions Copyright 2016 Symas Corporation.
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 ## This work was developed by Symas Corporation
19 ## based on back-meta module for inclusion in OpenLDAP Software.
20 ## This work was sponsored by Ericsson
21
22 SRCS    = init.c config.c search.c message_queue.c bind.c unbind.c add.c compare.c \
23                 delete.c modify.c modrdn.c suffixmassage.c map.c \
24                 conn.c candidates.c dncache.c meta_result.c abandon.c
25 OBJS    = init.lo config.lo search.lo message_queue.lo bind.lo unbind.lo add.lo compare.lo \
26                 delete.lo modify.lo modrdn.lo suffixmassage.lo map.lo \
27                 conn.lo candidates.lo dncache.lo meta_result.lo abandon.lo
28
29 LDAP_INCDIR= ../../../include
30 LDAP_LIBDIR= ../../../libraries
31
32 BUILD_OPT = "--enable-asyncmeta"
33 BUILD_MOD = @BUILD_ASYNCMETA@
34
35 mod_DEFS = -DSLAPD_IMPORT
36 MOD_DEFS = $(@BUILD_ASYNCMETA@_DEFS)
37
38 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
39 NT_LINK_LIBS = -L.. -lslapd $(LIBS) $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
40 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
41
42 LIBBASE = back_asyncmeta
43
44 XINCPATH = -I.. -I$(srcdir)/..
45 XDEFS = $(MODULES_CPPFLAGS)
46
47 all-local-lib:  ../.backend
48
49 ../.backend: lib$(LIBBASE).a
50         @touch $@