]> git.sur5r.net Git - openldap/blob - servers/slapd/slapi/Makefile.in
Update IBM copyrights
[openldap] / servers / slapd / slapi / Makefile.in
1 ## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
2 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
3
4 ## Copyright IBM Corp. 1997,2002
5 ## Use of this source code is subject to the terms of The OpenLDAP Public 
6 ## License Version 2.7, 7 September 2001.
7 ## No trademarks of the IBM Corporation are to be used to identify, endorse 
8 ## or promote  any products derived from this code without the prior 
9 ## written consent of IBM 
10
11 LIBRARY = libslapi.la
12 #XLIBRARY = libtmpslapd.a
13
14 #all-common: $(LIBRARY) $(PROGRAMS)
15 #       @touch plugin.c slapi_pblock.c slapi_utils.c slapi_ops.c
16
17 NT_SRCS = nt_err.c
18 NT_OBJS = nt_err.lo
19
20 LIB_DEFS = -DSLAPI_LIBRARY
21
22 SRCS=  plugin.c slapi_pblock.c slapi_utils.c printmsg.c slapi_ops.c \
23         $(@PLAT@_SRCS)
24 OBJS=  plugin.lo slapi_pblock.lo slapi_utils.lo printmsg.lo slapi_ops.lo \
25         $(@PLAT@_SRCS)
26
27 XSRCS= version.c
28
29 LDAP_INCDIR= ../../../include -I.. -I.       
30 LDAP_LIBDIR= ../../../libraries       
31
32 XLIBS = $(LIBRARY)
33 XXLIBS = 
34 NT_LINK_LIBS = $(AC_LIBS)
35
36 XINCPATH = -I$(srcdir)/.. -I$(srcdir)
37 XDEFS = $(MODULES_CPPFLAGS)
38
39 #UNIX_LINK_LIBS = ./libtmpslapd.a ../libbackends.a ../../../libraries/libavl/libavl.a ../../../libraries/liblber/.libs/liblber.a ../../../libraries/libldbm/libldbm.a ../../../libraries/libldif/libldif.a ../../../libraries/liblutil/liblutil.a ../../../libraries/liblunicode/liblunicode.a ../../../libraries/libldap_r/.libs/libldap_r.a ./libtmpslapd.a
40
41 BUILD_MOD = @BUILD_SLAPI@
42
43 install-local: FORCE
44         if test "$(BUILD_MOD)" = "yes"; then \
45                 $(MKDIR) $(DESTDIR)$(libdir); \
46                 $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir); \
47         fi
48