]> git.sur5r.net Git - openldap/blob - servers/slapd/back-null/Makefile.in
35825575cc7cf26a01f23fe7417fd5acb209e7ae
[openldap] / servers / slapd / back-null / Makefile.in
1 # Makefile.in for back-null
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 = null.c
15 OBJS = null.lo
16
17 LDAP_INCDIR= ../../../include       
18 LDAP_LIBDIR= ../../../libraries
19
20 BUILD_OPT = "--enable-null"
21 BUILD_MOD = @BUILD_NULL@
22 BUILD_MOD_DYNAMIC = @BUILD_NULL_DYNAMIC@
23
24 mod_DEFS = -DSLAPD_IMPORT
25 MOD_DEFS = $(@BUILD_NULL@_DEFS)
26
27 shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
28 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
29 UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
30
31 LIBBASE = back_null
32
33 XINCPATH = -I.. -I$(srcdir)/..
34 XDEFS = $(MODULES_CPPFLAGS)
35
36 all-local-lib:  ../.backend
37
38 ../.backend: lib$(LIBBASE).a
39         @touch $@
40