]> git.sur5r.net Git - openldap/blob - servers/slapd/back-monitor/Makefile.in
7fc2decb167680088903fa16be7653da1c4f5d26
[openldap] / servers / slapd / back-monitor / Makefile.in
1 # Makefile.in for back-monitor
2 # $OpenLDAP$
3 ## Copyright 1998-2003 The OpenLDAP Foundation.
4 ## All rights reserved.
5 ##
6 ## Redistribution and use in source and binary forms, with or without
7 ## modification, are permitted only as authorized by the OpenLDAP
8 ## Public License.
9 ##
10 ## A copy of this license is available in the file LICENSE in the
11 ## top-level directory of the distribution or, alternatively, at
12 ## <http://www.OpenLDAP.org/license.html>.
13
14 SRCS = init.c search.c compare.c modify.c bind.c \
15         operational.c \
16         cache.c entry.c \
17         backend.c database.c thread.c conn.c rww.c log.c \
18         operation.c sent.c listener.c time.c
19 OBJS = init.lo search.lo compare.lo modify.lo bind.lo \
20         operational.lo \
21         cache.lo entry.lo \
22         backend.lo database.lo thread.lo conn.lo rww.lo log.lo \
23         operation.lo sent.lo listener.lo time.lo
24
25 LDAP_INCDIR= ../../../include
26 LDAP_LIBDIR= ../../../libraries
27
28 BUILD_OPT = "--enable-monitor"
29 BUILD_MOD = @BUILD_MONITOR@
30 BUILD_MOD_DYNAMIC = @BUILD_MONITOR_DYNAMIC@
31
32 mod_DEFS = -DSLAPD_IMPORT
33 MOD_DEFS = $(@BUILD_MONITOR@_DEFS)
34
35 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
36 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
37 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
38
39 LIBBASE = back_monitor
40
41 XINCPATH = -I.. -I$(srcdir)/.. -I../slapi
42 XDEFS = $(MODULES_CPPFLAGS)
43
44 all-local-lib:  ../.backend
45
46 ../.backend: lib$(LIBBASE).a
47         @touch $@
48