Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / openldap / dist / servers / slapd / slapi / Makefile.in
blob5b0620ec84b50a33e773c66b938be29b642ec2b2
1 # Makefile.in for SLAPI
2 # $OpenLDAP: pkg/ldap/servers/slapd/slapi/Makefile.in,v 1.18.2.3 2008/02/11 23:26:49 kurt Exp $
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2008 The OpenLDAP Foundation.
6 ## Portions Copyright IBM Corp. 1997,2002,2003
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.
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>.
17 LIBRARY = libslapi.la
19 #all-common: $(LIBRARY) $(PROGRAMS)
20 # @touch plugin.c slapi_pblock.c slapi_utils.c slapi_ops.c slapi_ext.c
22 NT_SRCS = nt_err.c
23 NT_OBJS = nt_err.lo
25 LIB_DEFS = -DSLAPI_LIBRARY
27 SRCS= plugin.c slapi_pblock.c slapi_utils.c printmsg.c slapi_ops.c slapi_dn.c slapi_ext.c slapi_overlay.c \
28 $(@PLAT@_SRCS)
29 OBJS= plugin.lo slapi_pblock.lo slapi_utils.lo printmsg.lo slapi_ops.lo slapi_dn.lo slapi_ext.lo slapi_overlay.lo \
30 $(@PLAT@_SRCS)
32 XSRCS= version.c
34 LDAP_INCDIR= ../../../include -I.. -I.
35 LDAP_LIBDIR= ../../../libraries
37 XLIBS = $(LIBRARY)
38 XXLIBS =
39 NT_LINK_LIBS = $(AC_LIBS)
41 XINCPATH = -I$(srcdir)/.. -I$(srcdir)
42 XDEFS = $(MODULES_CPPFLAGS)
44 BUILD_MOD = @BUILD_SLAPI@
46 install-local: FORCE
47 if test "$(BUILD_MOD)" = "yes"; then \
48 $(MKDIR) $(DESTDIR)$(libdir); \
49 $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir); \