1 1.1.1.1.6.2 wrstuden # Makefile.in for SLAPI 2 1.1.1.1.6.2 wrstuden # $OpenLDAP: pkg/ldap/servers/slapd/slapi/Makefile.in,v 1.18.2.3 2008/02/11 23:26:49 kurt Exp $ 3 1.1.1.1.6.2 wrstuden ## This work is part of OpenLDAP Software <http://www.openldap.org/>. 4 1.1.1.1.6.2 wrstuden ## 5 1.1.1.1.6.2 wrstuden ## Copyright 1998-2008 The OpenLDAP Foundation. 6 1.1.1.1.6.2 wrstuden ## Portions Copyright IBM Corp. 1997,2002,2003 7 1.1.1.1.6.2 wrstuden ## All rights reserved. 8 1.1.1.1.6.2 wrstuden ## 9 1.1.1.1.6.2 wrstuden ## Redistribution and use in source and binary forms, with or without 10 1.1.1.1.6.2 wrstuden ## modification, are permitted only as authorized by the OpenLDAP 11 1.1.1.1.6.2 wrstuden ## Public License. 12 1.1.1.1.6.2 wrstuden ## 13 1.1.1.1.6.2 wrstuden ## A copy of this license is available in the file LICENSE in the 14 1.1.1.1.6.2 wrstuden ## top-level directory of the distribution or, alternatively, at 15 1.1.1.1.6.2 wrstuden ## <http://www.OpenLDAP.org/license.html>. 16 1.1.1.1.6.2 wrstuden 17 1.1.1.1.6.2 wrstuden LIBRARY = libslapi.la 18 1.1.1.1.6.2 wrstuden 19 1.1.1.1.6.2 wrstuden #all-common: $(LIBRARY) $(PROGRAMS) 20 1.1.1.1.6.2 wrstuden # @touch plugin.c slapi_pblock.c slapi_utils.c slapi_ops.c slapi_ext.c 21 1.1.1.1.6.2 wrstuden 22 1.1.1.1.6.2 wrstuden NT_SRCS = nt_err.c 23 1.1.1.1.6.2 wrstuden NT_OBJS = nt_err.lo 24 1.1.1.1.6.2 wrstuden 25 1.1.1.1.6.2 wrstuden LIB_DEFS = -DSLAPI_LIBRARY 26 1.1.1.1.6.2 wrstuden 27 1.1.1.1.6.2 wrstuden SRCS= plugin.c slapi_pblock.c slapi_utils.c printmsg.c slapi_ops.c slapi_dn.c slapi_ext.c slapi_overlay.c \ 28 1.1.1.1.6.2 wrstuden $(@PLAT@_SRCS) 29 1.1.1.1.6.2 wrstuden OBJS= plugin.lo slapi_pblock.lo slapi_utils.lo printmsg.lo slapi_ops.lo slapi_dn.lo slapi_ext.lo slapi_overlay.lo \ 30 1.1.1.1.6.2 wrstuden $(@PLAT@_SRCS) 31 1.1.1.1.6.2 wrstuden 32 1.1.1.1.6.2 wrstuden XSRCS= version.c 33 1.1.1.1.6.2 wrstuden 34 1.1.1.1.6.2 wrstuden LDAP_INCDIR= ../../../include -I.. -I. 35 1.1.1.1.6.2 wrstuden LDAP_LIBDIR= ../../../libraries 36 1.1.1.1.6.2 wrstuden 37 1.1.1.1.6.2 wrstuden XLIBS = $(LIBRARY) 38 1.1.1.1.6.2 wrstuden XXLIBS = 39 1.1.1.1.6.2 wrstuden NT_LINK_LIBS = $(AC_LIBS) 40 1.1.1.1.6.2 wrstuden 41 1.1.1.1.6.2 wrstuden XINCPATH = -I$(srcdir)/.. -I$(srcdir) 42 1.1.1.1.6.2 wrstuden XDEFS = $(MODULES_CPPFLAGS) 43 1.1.1.1.6.2 wrstuden 44 1.1.1.1.6.2 wrstuden BUILD_MOD = @BUILD_SLAPI@ 45 1.1.1.1.6.2 wrstuden 46 1.1.1.1.6.2 wrstuden install-local: FORCE 47 1.1.1.1.6.2 wrstuden if test "$(BUILD_MOD)" = "yes"; then \ 48 1.1.1.1.6.2 wrstuden $(MKDIR) $(DESTDIR)$(libdir); \ 49 1.1.1.1.6.2 wrstuden $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir); \ 50 1.1.1.1.6.2 wrstuden fi 51 1.1.1.1.6.2 wrstuden 52