]> git.sur5r.net Git - openldap/blob - servers/slapd/back-meta/Makefile.in
Notices and acknowledgements
[openldap] / servers / slapd / back-meta / Makefile.in
1 # Makefile.in for back-meta
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2003 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    = init.c config.c search.c bind.c unbind.c add.c compare.c \
17                 cache-query.c cache-search.c cache-config.c cache-merge.c \
18                 cache-template.c cache-substring.c cache-remove.c \
19                 delete.c modify.c modrdn.c \
20                 conn.c candidates.c dncache.c
21 OBJS    = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
22                 cache-query.lo cache-search.lo cache-config.lo cache-merge.lo \
23                 cache-template.lo cache-substring.lo cache-remove.lo \
24                 delete.lo modify.lo modrdn.lo \
25                 conn.lo candidates.lo dncache.lo
26
27 LDAP_INCDIR= ../../../include       
28 LDAP_LIBDIR= ../../../libraries
29
30 BUILD_OPT = "--enable-meta"
31 BUILD_MOD = @BUILD_META@
32 BUILD_MOD_DYNAMIC = @BUILD_META_DYNAMIC@
33
34 mod_DEFS = -DSLAPD_IMPORT
35 MOD_DEFS = $(@BUILD_META@_DEFS)
36
37 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
38 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
39 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
40
41 LIBBASE = back_meta
42
43 XINCPATH = -I.. -I$(srcdir)/..
44 XDEFS = $(MODULES_CPPFLAGS)
45
46 all-local-lib:  ../.backend
47
48 ../.backend: lib$(LIBBASE).a
49         @touch $@
50