]> git.sur5r.net Git - openldap/blob - servers/slapd/back-relay/Makefile.in
cleanup
[openldap] / servers / slapd / back-relay / Makefile.in
1 # Makefile.in for back-relay
2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
3 ##
4 ## Copyright 1998-2004 The OpenLDAP Foundation.
5 ## All rights reserved.
6 ##
7 ## Redistribution and use in source and binary forms, with or without
8 ## modification, are permitted only as authorized by the OpenLDAP
9 ## Public License.
10 ##
11 ## A copy of this license is available in the file LICENSE in the
12 ## top-level directory of the distribution or, alternatively, at
13 ## <http://www.OpenLDAP.org/license.html>.
14
15 SRCS    = init.c config.c op.c
16 OBJS    = init.lo config.lo op.lo
17
18 LDAP_INCDIR= ../../../include       
19 LDAP_LIBDIR= ../../../libraries
20
21 BUILD_OPT = "--enable-relay"
22 BUILD_MOD = @BUILD_RELAY@
23 BUILD_MOD_DYNAMIC = @BUILD_RELAY_DYNAMIC@
24
25 mod_DEFS = -DSLAPD_IMPORT
26 MOD_DEFS = $(@BUILD_RELAY@_DEFS)
27
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)
31
32 LIBBASE = back_relay
33
34 XINCPATH = -I.. -I$(srcdir)/..
35 XDEFS = $(MODULES_CPPFLAGS)
36
37 all-local-lib:  ../.backend
38
39 ../.backend: lib$(LIBBASE).a
40         @touch $@
41