]> git.sur5r.net Git - openldap/blob - servers/slapd/slapi/Makefile.in
Consolidated slap_callbacks into one function. Removed send_search_result.
[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 ## (C) Copyright IBM Corp. 1997,2002
5 ## Redistribution and use in source and binary forms are permitted
6 ## provided that this notice is preserved and that due credit is 
7 ## given to IBM Corporation. This software is provided ``as is'' 
8 ## without express or implied warranty.
9
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.. -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