]> git.sur5r.net Git - openldap/blob - servers/slapd/slapi/Makefile.in
Notice/Acknowledge updates
[openldap] / servers / slapd / slapi / Makefile.in
1 # Makefile.in for SLAPI
2 # $OpenLDAP$
3 ## Copyright 1998-2003 The OpenLDAP Foundation.
4 ## Portions Copyright IBM Corp. 1997,2002,2003
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 LIBRARY = libslapi.la
16
17 #all-common: $(LIBRARY) $(PROGRAMS)
18 #       @touch plugin.c slapi_pblock.c slapi_utils.c slapi_ops.c slapi_ext.c
19
20 NT_SRCS = nt_err.c
21 NT_OBJS = nt_err.lo
22
23 LIB_DEFS = -DSLAPI_LIBRARY
24
25 SRCS=  plugin.c slapi_pblock.c slapi_utils.c printmsg.c slapi_ops.c slapi_ext.c \
26         $(@PLAT@_SRCS)
27 OBJS=  plugin.lo slapi_pblock.lo slapi_utils.lo printmsg.lo slapi_ops.lo slapi_ext.lo \
28         $(@PLAT@_SRCS)
29
30 XSRCS= version.c
31
32 LDAP_INCDIR= ../../../include -I.. -I.       
33 LDAP_LIBDIR= ../../../libraries       
34
35 XLIBS = $(LIBRARY)
36 XXLIBS = 
37 NT_LINK_LIBS = $(AC_LIBS)
38
39 XINCPATH = -I$(srcdir)/.. -I$(srcdir)
40 XDEFS = $(MODULES_CPPFLAGS)
41
42 BUILD_MOD = @BUILD_SLAPI@
43
44 install-local: FORCE
45         if test "$(BUILD_MOD)" = "yes"; then \
46                 $(MKDIR) $(DESTDIR)$(libdir); \
47                 $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir); \
48         fi
49