"Fossies" - the Fresh Open Source Software Archive

Member "nss-pam-ldapd-0.9.12/nss/Makefile.in" (20 Nov 2021, 22064 Bytes) of package /linux/privat/nss-pam-ldapd-0.9.12.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
    5 
    6 # This Makefile.in is free software; the Free Software Foundation
    7 # gives unlimited permission to copy and/or distribute it,
    8 # with or without modifications, as long as this notice is preserved.
    9 
   10 # This program is distributed in the hope that it will be useful,
   11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   13 # PARTICULAR PURPOSE.
   14 
   15 @SET_MAKE@
   16 
   17 # Makefile.am - use automake to generate Makefile.in
   18 #
   19 # Copyright (C) 2006 Luke Howard
   20 # Copyright (C) 2006 West Consulting
   21 # Copyright (C) 2006-2015 Arthur de Jong
   22 # Copyright (C) 2010 Symas Corporation
   23 #
   24 # This library is free software; you can redistribute it and/or
   25 # modify it under the terms of the GNU Lesser General Public
   26 # License as published by the Free Software Foundation; either
   27 # version 2.1 of the License, or (at your option) any later version.
   28 #
   29 # This library is distributed in the hope that it will be useful,
   30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   31 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   32 # Lesser General Public License for more details.
   33 #
   34 # You should have received a copy of the GNU Lesser General Public
   35 # License along with this library; if not, write to the Free Software
   36 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
   37 # 02110-1301 USA
   38 
   39 VPATH = @srcdir@
   40 am__is_gnu_make = { \
   41   if test -z '$(MAKELEVEL)'; then \
   42     false; \
   43   elif test -n '$(MAKE_HOST)'; then \
   44     true; \
   45   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   46     true; \
   47   else \
   48     false; \
   49   fi; \
   50 }
   51 am__make_running_with_option = \
   52   case $${target_option-} in \
   53       ?) ;; \
   54       *) echo "am__make_running_with_option: internal error: invalid" \
   55               "target option '$${target_option-}' specified" >&2; \
   56          exit 1;; \
   57   esac; \
   58   has_opt=no; \
   59   sane_makeflags=$$MAKEFLAGS; \
   60   if $(am__is_gnu_make); then \
   61     sane_makeflags=$$MFLAGS; \
   62   else \
   63     case $$MAKEFLAGS in \
   64       *\\[\ \	]*) \
   65         bs=\\; \
   66         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   67           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   68     esac; \
   69   fi; \
   70   skip_next=no; \
   71   strip_trailopt () \
   72   { \
   73     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   74   }; \
   75   for flg in $$sane_makeflags; do \
   76     test $$skip_next = yes && { skip_next=no; continue; }; \
   77     case $$flg in \
   78       *=*|--*) continue;; \
   79         -*I) strip_trailopt 'I'; skip_next=yes;; \
   80       -*I?*) strip_trailopt 'I';; \
   81         -*O) strip_trailopt 'O'; skip_next=yes;; \
   82       -*O?*) strip_trailopt 'O';; \
   83         -*l) strip_trailopt 'l'; skip_next=yes;; \
   84       -*l?*) strip_trailopt 'l';; \
   85       -[dEDm]) skip_next=yes;; \
   86       -[JT]) skip_next=yes;; \
   87     esac; \
   88     case $$flg in \
   89       *$$target_option*) has_opt=yes; break;; \
   90     esac; \
   91   done; \
   92   test $$has_opt = yes
   93 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   94 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   95 pkgdatadir = $(datadir)/@PACKAGE@
   96 pkgincludedir = $(includedir)/@PACKAGE@
   97 pkglibdir = $(libdir)/@PACKAGE@
   98 pkglibexecdir = $(libexecdir)/@PACKAGE@
   99 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  100 install_sh_DATA = $(install_sh) -c -m 644
  101 install_sh_PROGRAM = $(install_sh) -c
  102 install_sh_SCRIPT = $(install_sh) -c
  103 INSTALL_HEADER = $(INSTALL_DATA)
  104 transform = $(program_transform_name)
  105 NORMAL_INSTALL = :
  106 PRE_INSTALL = :
  107 POST_INSTALL = :
  108 NORMAL_UNINSTALL = :
  109 PRE_UNINSTALL = :
  110 POST_UNINSTALL = :
  111 build_triplet = @build@
  112 host_triplet = @host@
  113 target_triplet = @target@
  114 noinst_PROGRAMS = nss_ldap.so$(EXEEXT)
  115 @NSS_FLAVOUR_SOLARIS_TRUE@am__append_1 = solnss.$(OBJEXT) ../common/libdict.a
  116 @NSS_FLAVOUR_FREEBSD_TRUE@am__append_2 = bsdnss.$(OBJEXT)
  117 subdir = nss
  118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  119 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
  120 	$(top_srcdir)/m4/ax_python_module.m4 \
  121 	$(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/configure.ac
  122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  123 	$(ACLOCAL_M4)
  124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  125 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  126 CONFIG_HEADER = $(top_builddir)/config.h
  127 CONFIG_CLEAN_FILES =
  128 CONFIG_CLEAN_VPATH_FILES =
  129 PROGRAMS = $(noinst_PROGRAMS)
  130 am_nss_ldap_so_OBJECTS = common.$(OBJEXT)
  131 nss_ldap_so_OBJECTS = $(am_nss_ldap_so_OBJECTS)
  132 am__DEPENDENCIES_1 =
  133 AM_V_P = $(am__v_P_@AM_V@)
  134 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  135 am__v_P_0 = false
  136 am__v_P_1 = :
  137 AM_V_GEN = $(am__v_GEN_@AM_V@)
  138 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  139 am__v_GEN_0 = @echo "  GEN     " $@;
  140 am__v_GEN_1 = 
  141 AM_V_at = $(am__v_at_@AM_V@)
  142 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  143 am__v_at_0 = @
  144 am__v_at_1 = 
  145 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  146 depcomp = $(SHELL) $(top_srcdir)/depcomp
  147 am__maybe_remake_depfiles = depfiles
  148 am__depfiles_remade = ./$(DEPDIR)/aliases.Po ./$(DEPDIR)/bsdnss.Po \
  149 	./$(DEPDIR)/common.Po ./$(DEPDIR)/ethers.Po \
  150 	./$(DEPDIR)/group.Po ./$(DEPDIR)/hosts.Po \
  151 	./$(DEPDIR)/netgroup.Po ./$(DEPDIR)/networks.Po \
  152 	./$(DEPDIR)/passwd.Po ./$(DEPDIR)/protocols.Po \
  153 	./$(DEPDIR)/rpc.Po ./$(DEPDIR)/services.Po \
  154 	./$(DEPDIR)/shadow.Po ./$(DEPDIR)/solnss.Po
  155 am__mv = mv -f
  156 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  157 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  158 AM_V_CC = $(am__v_CC_@AM_V@)
  159 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  160 am__v_CC_0 = @echo "  CC      " $@;
  161 am__v_CC_1 = 
  162 CCLD = $(CC)
  163 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  164 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  165 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  166 am__v_CCLD_0 = @echo "  CCLD    " $@;
  167 am__v_CCLD_1 = 
  168 SOURCES = $(nss_ldap_so_SOURCES) $(EXTRA_nss_ldap_so_SOURCES)
  169 DIST_SOURCES = $(nss_ldap_so_SOURCES) $(EXTRA_nss_ldap_so_SOURCES)
  170 am__can_run_installinfo = \
  171   case $$AM_UPDATE_INFO_DIR in \
  172     n|no|NO) false;; \
  173     *) (install-info --version) >/dev/null 2>&1;; \
  174   esac
  175 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  176 # Read a list of newline-separated strings from the standard input,
  177 # and print each of them once, without duplicates.  Input order is
  178 # *not* preserved.
  179 am__uniquify_input = $(AWK) '\
  180   BEGIN { nonempty = 0; } \
  181   { items[$$0] = 1; nonempty = 1; } \
  182   END { if (nonempty) { for (i in items) print i; }; } \
  183 '
  184 # Make sure the list of sources is unique.  This is necessary because,
  185 # e.g., the same source file might be shared among _SOURCES variables
  186 # for different programs/libraries.
  187 am__define_uniq_tagged_files = \
  188   list='$(am__tagged_files)'; \
  189   unique=`for i in $$list; do \
  190     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  191   done | $(am__uniquify_input)`
  192 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
  193 	$(top_srcdir)/mkinstalldirs
  194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  195 ACLOCAL = @ACLOCAL@
  196 AMTAR = @AMTAR@
  197 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  198 AR = @AR@
  199 AUTOCONF = @AUTOCONF@
  200 AUTOHEADER = @AUTOHEADER@
  201 AUTOMAKE = @AUTOMAKE@
  202 AWK = @AWK@
  203 CC = @CC@
  204 CCDEPMODE = @CCDEPMODE@
  205 CFLAGS = @CFLAGS@
  206 CPP = @CPP@
  207 CPPFLAGS = @CPPFLAGS@
  208 CSCOPE = @CSCOPE@
  209 CTAGS = @CTAGS@
  210 CYGPATH_W = @CYGPATH_W@
  211 DEFS = @DEFS@
  212 DEPDIR = @DEPDIR@
  213 DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
  214 ECHO_C = @ECHO_C@
  215 ECHO_N = @ECHO_N@
  216 ECHO_T = @ECHO_T@
  217 EGREP = @EGREP@
  218 ETAGS = @ETAGS@
  219 EXEEXT = @EXEEXT@
  220 GREP = @GREP@
  221 INSTALL = @INSTALL@
  222 INSTALL_DATA = @INSTALL_DATA@
  223 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  224 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  225 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  226 LDFLAGS = @LDFLAGS@
  227 LIBOBJS = @LIBOBJS@
  228 LIBS = @LIBS@
  229 LN_S = @LN_S@
  230 LTLIBOBJS = @LTLIBOBJS@
  231 MAINT = @MAINT@
  232 MAKEINFO = @MAKEINFO@
  233 MKDIR_P = @MKDIR_P@
  234 MODULE_NAME = @MODULE_NAME@
  235 NSLCD_BINDPW_PATH = @NSLCD_BINDPW_PATH@
  236 NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
  237 NSLCD_PIDFILE = @NSLCD_PIDFILE@
  238 NSLCD_SOCKET = @NSLCD_SOCKET@
  239 NSS_FLAVOUR = @NSS_FLAVOUR@
  240 NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
  241 NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
  242 OBJEXT = @OBJEXT@
  243 PACKAGE = @PACKAGE@
  244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  245 PACKAGE_NAME = @PACKAGE_NAME@
  246 PACKAGE_STRING = @PACKAGE_STRING@
  247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  248 PACKAGE_URL = @PACKAGE_URL@
  249 PACKAGE_VERSION = @PACKAGE_VERSION@
  250 PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
  251 PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
  252 PATH_SEPARATOR = @PATH_SEPARATOR@
  253 PIC_CFLAGS = @PIC_CFLAGS@
  254 PTHREAD_CC = @PTHREAD_CC@
  255 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  256 PTHREAD_LIBS = @PTHREAD_LIBS@
  257 PYTHON = @PYTHON@
  258 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  259 PYTHON_PLATFORM = @PYTHON_PLATFORM@
  260 PYTHON_PREFIX = @PYTHON_PREFIX@
  261 PYTHON_VERSION = @PYTHON_VERSION@
  262 RANLIB = @RANLIB@
  263 RELEASE_MONTH = @RELEASE_MONTH@
  264 SET_MAKE = @SET_MAKE@
  265 SHELL = @SHELL@
  266 STRIP = @STRIP@
  267 VERSION = @VERSION@
  268 abs_builddir = @abs_builddir@
  269 abs_srcdir = @abs_srcdir@
  270 abs_top_builddir = @abs_top_builddir@
  271 abs_top_srcdir = @abs_top_srcdir@
  272 ac_ct_AR = @ac_ct_AR@
  273 ac_ct_CC = @ac_ct_CC@
  274 am__include = @am__include@
  275 am__leading_dot = @am__leading_dot@
  276 am__quote = @am__quote@
  277 am__tar = @am__tar@
  278 am__untar = @am__untar@
  279 ax_pthread_config = @ax_pthread_config@
  280 bindir = @bindir@
  281 build = @build@
  282 build_alias = @build_alias@
  283 build_cpu = @build_cpu@
  284 build_os = @build_os@
  285 build_vendor = @build_vendor@
  286 builddir = @builddir@
  287 datadir = @datadir@
  288 datarootdir = @datarootdir@
  289 docdir = @docdir@
  290 dvidir = @dvidir@
  291 exec_prefix = @exec_prefix@
  292 host = @host@
  293 host_alias = @host_alias@
  294 host_cpu = @host_cpu@
  295 host_os = @host_os@
  296 host_vendor = @host_vendor@
  297 htmldir = @htmldir@
  298 includedir = @includedir@
  299 infodir = @infodir@
  300 install_sh = @install_sh@
  301 libdir = @libdir@
  302 libexecdir = @libexecdir@
  303 localedir = @localedir@
  304 localstatedir = @localstatedir@
  305 mandir = @mandir@
  306 mkdir_p = @mkdir_p@
  307 nslcd_LIBS = @nslcd_LIBS@
  308 nss_ldap_so_LDFLAGS = @nss_ldap_so_LDFLAGS@
  309 nss_ldap_so_LINK = @nss_ldap_so_LINK@
  310 oldincludedir = @oldincludedir@
  311 pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
  312 pam_ldap_so_LINK = @pam_ldap_so_LINK@
  313 pdfdir = @pdfdir@
  314 pkgpyexecdir = @pkgpyexecdir@
  315 pkgpythondir = @pkgpythondir@
  316 prefix = @prefix@
  317 program_transform_name = @program_transform_name@
  318 psdir = @psdir@
  319 pyexecdir = @pyexecdir@
  320 pythondir = @pythondir@
  321 runstatedir = @runstatedir@
  322 sbindir = @sbindir@
  323 sharedstatedir = @sharedstatedir@
  324 srcdir = @srcdir@
  325 sysconfdir = @sysconfdir@
  326 target = @target@
  327 target_alias = @target_alias@
  328 target_cpu = @target_cpu@
  329 target_os = @target_os@
  330 target_vendor = @target_vendor@
  331 top_build_prefix = @top_build_prefix@
  332 top_builddir = @top_builddir@
  333 top_srcdir = @top_srcdir@
  334 AM_CPPFLAGS = -I$(top_srcdir)
  335 AM_CFLAGS = $(PIC_CFLAGS)
  336 nss_ldap_so_SOURCES = common.c common.h prototypes.h solnss.h \
  337                       ../nslcd.h ../common/nslcd-prot.h \
  338                       ../compat/attrs.h
  339 
  340 EXTRA_nss_ldap_so_SOURCES = aliases.c ethers.c group.c hosts.c netgroup.c \
  341                             networks.c passwd.c protocols.c rpc.c services.c \
  342                             shadow.c solnss.c bsdnss.c
  343 
  344 nss_ldap_so_LDADD = $(NSS_MODULE_OBJS) $(am__append_1) $(am__append_2) \
  345 	../common/libtio.a ../common/libprot.a
  346 nss_ldap_so_DEPENDENCIES = $(nss_ldap_so_LDADD) exports.map
  347 EXTRA_DIST = exports.glibc exports.solaris exports.freebsd
  348 CLEANFILES = exports.map
  349 all: all-am
  350 
  351 .SUFFIXES:
  352 .SUFFIXES: .c .o .obj
  353 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  354 	@for dep in $?; do \
  355 	  case '$(am__configure_deps)' in \
  356 	    *$$dep*) \
  357 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  358 	        && { if test -f $@; then exit 0; else break; fi; }; \
  359 	      exit 1;; \
  360 	  esac; \
  361 	done; \
  362 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu nss/Makefile'; \
  363 	$(am__cd) $(top_srcdir) && \
  364 	  $(AUTOMAKE) --gnu nss/Makefile
  365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  366 	@case '$?' in \
  367 	  *config.status*) \
  368 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  369 	  *) \
  370 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  371 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  372 	esac;
  373 
  374 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  375 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  376 
  377 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  378 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  379 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  380 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  381 $(am__aclocal_m4_deps):
  382 
  383 clean-noinstPROGRAMS:
  384 	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  385 
  386 nss_ldap.so$(EXEEXT): $(nss_ldap_so_OBJECTS) $(nss_ldap_so_DEPENDENCIES) $(EXTRA_nss_ldap_so_DEPENDENCIES) 
  387 	@rm -f nss_ldap.so$(EXEEXT)
  388 	$(AM_V_GEN)$(nss_ldap_so_LINK) $(nss_ldap_so_OBJECTS) $(nss_ldap_so_LDADD) $(LIBS)
  389 
  390 mostlyclean-compile:
  391 	-rm -f *.$(OBJEXT)
  392 
  393 distclean-compile:
  394 	-rm -f *.tab.c
  395 
  396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aliases.Po@am__quote@ # am--include-marker
  397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsdnss.Po@am__quote@ # am--include-marker
  398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@ # am--include-marker
  399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ethers.Po@am__quote@ # am--include-marker
  400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Po@am__quote@ # am--include-marker
  401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hosts.Po@am__quote@ # am--include-marker
  402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netgroup.Po@am__quote@ # am--include-marker
  403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/networks.Po@am__quote@ # am--include-marker
  404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwd.Po@am__quote@ # am--include-marker
  405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocols.Po@am__quote@ # am--include-marker
  406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpc.Po@am__quote@ # am--include-marker
  407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/services.Po@am__quote@ # am--include-marker
  408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadow.Po@am__quote@ # am--include-marker
  409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solnss.Po@am__quote@ # am--include-marker
  410 
  411 $(am__depfiles_remade):
  412 	@$(MKDIR_P) $(@D)
  413 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
  414 
  415 am--depfiles: $(am__depfiles_remade)
  416 
  417 .c.o:
  418 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  419 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  420 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  421 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  422 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  423 
  424 .c.obj:
  425 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  426 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  427 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  428 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  429 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  430 
  431 ID: $(am__tagged_files)
  432 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  433 tags: tags-am
  434 TAGS: tags
  435 
  436 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  437 	set x; \
  438 	here=`pwd`; \
  439 	$(am__define_uniq_tagged_files); \
  440 	shift; \
  441 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  442 	  test -n "$$unique" || unique=$$empty_fix; \
  443 	  if test $$# -gt 0; then \
  444 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  445 	      "$$@" $$unique; \
  446 	  else \
  447 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  448 	      $$unique; \
  449 	  fi; \
  450 	fi
  451 ctags: ctags-am
  452 
  453 CTAGS: ctags
  454 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  455 	$(am__define_uniq_tagged_files); \
  456 	test -z "$(CTAGS_ARGS)$$unique" \
  457 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  458 	     $$unique
  459 
  460 GTAGS:
  461 	here=`$(am__cd) $(top_builddir) && pwd` \
  462 	  && $(am__cd) $(top_srcdir) \
  463 	  && gtags -i $(GTAGS_ARGS) "$$here"
  464 cscopelist: cscopelist-am
  465 
  466 cscopelist-am: $(am__tagged_files)
  467 	list='$(am__tagged_files)'; \
  468 	case "$(srcdir)" in \
  469 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  470 	  *) sdir=$(subdir)/$(srcdir) ;; \
  471 	esac; \
  472 	for i in $$list; do \
  473 	  if test -f "$$i"; then \
  474 	    echo "$(subdir)/$$i"; \
  475 	  else \
  476 	    echo "$$sdir/$$i"; \
  477 	  fi; \
  478 	done >> $(top_builddir)/cscope.files
  479 
  480 distclean-tags:
  481 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  482 distdir: $(BUILT_SOURCES)
  483 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
  484 
  485 distdir-am: $(DISTFILES)
  486 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  487 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  488 	list='$(DISTFILES)'; \
  489 	  dist_files=`for file in $$list; do echo $$file; done | \
  490 	  sed -e "s|^$$srcdirstrip/||;t" \
  491 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  492 	case $$dist_files in \
  493 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  494 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  495 			   sort -u` ;; \
  496 	esac; \
  497 	for file in $$dist_files; do \
  498 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  499 	  if test -d $$d/$$file; then \
  500 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  501 	    if test -d "$(distdir)/$$file"; then \
  502 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  503 	    fi; \
  504 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  505 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  506 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  507 	    fi; \
  508 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  509 	  else \
  510 	    test -f "$(distdir)/$$file" \
  511 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  512 	    || exit 1; \
  513 	  fi; \
  514 	done
  515 check-am: all-am
  516 check: check-am
  517 all-am: Makefile $(PROGRAMS)
  518 installdirs:
  519 install: install-am
  520 install-exec: install-exec-am
  521 install-data: install-data-am
  522 uninstall: uninstall-am
  523 
  524 install-am: all-am
  525 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  526 
  527 installcheck: installcheck-am
  528 install-strip:
  529 	if test -z '$(STRIP)'; then \
  530 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  531 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  532 	      install; \
  533 	else \
  534 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  535 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  536 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  537 	fi
  538 mostlyclean-generic:
  539 
  540 clean-generic:
  541 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  542 
  543 distclean-generic:
  544 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  545 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  546 
  547 maintainer-clean-generic:
  548 	@echo "This command is intended for maintainers to use"
  549 	@echo "it deletes files that may require special tools to rebuild."
  550 clean: clean-am
  551 
  552 clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
  553 
  554 distclean: distclean-am
  555 		-rm -f ./$(DEPDIR)/aliases.Po
  556 	-rm -f ./$(DEPDIR)/bsdnss.Po
  557 	-rm -f ./$(DEPDIR)/common.Po
  558 	-rm -f ./$(DEPDIR)/ethers.Po
  559 	-rm -f ./$(DEPDIR)/group.Po
  560 	-rm -f ./$(DEPDIR)/hosts.Po
  561 	-rm -f ./$(DEPDIR)/netgroup.Po
  562 	-rm -f ./$(DEPDIR)/networks.Po
  563 	-rm -f ./$(DEPDIR)/passwd.Po
  564 	-rm -f ./$(DEPDIR)/protocols.Po
  565 	-rm -f ./$(DEPDIR)/rpc.Po
  566 	-rm -f ./$(DEPDIR)/services.Po
  567 	-rm -f ./$(DEPDIR)/shadow.Po
  568 	-rm -f ./$(DEPDIR)/solnss.Po
  569 	-rm -f Makefile
  570 distclean-am: clean-am distclean-compile distclean-generic \
  571 	distclean-tags
  572 
  573 dvi: dvi-am
  574 
  575 dvi-am:
  576 
  577 html: html-am
  578 
  579 html-am:
  580 
  581 info: info-am
  582 
  583 info-am:
  584 
  585 install-data-am:
  586 
  587 install-dvi: install-dvi-am
  588 
  589 install-dvi-am:
  590 
  591 install-exec-am: install-exec-local
  592 
  593 install-html: install-html-am
  594 
  595 install-html-am:
  596 
  597 install-info: install-info-am
  598 
  599 install-info-am:
  600 
  601 install-man:
  602 
  603 install-pdf: install-pdf-am
  604 
  605 install-pdf-am:
  606 
  607 install-ps: install-ps-am
  608 
  609 install-ps-am:
  610 
  611 installcheck-am:
  612 
  613 maintainer-clean: maintainer-clean-am
  614 		-rm -f ./$(DEPDIR)/aliases.Po
  615 	-rm -f ./$(DEPDIR)/bsdnss.Po
  616 	-rm -f ./$(DEPDIR)/common.Po
  617 	-rm -f ./$(DEPDIR)/ethers.Po
  618 	-rm -f ./$(DEPDIR)/group.Po
  619 	-rm -f ./$(DEPDIR)/hosts.Po
  620 	-rm -f ./$(DEPDIR)/netgroup.Po
  621 	-rm -f ./$(DEPDIR)/networks.Po
  622 	-rm -f ./$(DEPDIR)/passwd.Po
  623 	-rm -f ./$(DEPDIR)/protocols.Po
  624 	-rm -f ./$(DEPDIR)/rpc.Po
  625 	-rm -f ./$(DEPDIR)/services.Po
  626 	-rm -f ./$(DEPDIR)/shadow.Po
  627 	-rm -f ./$(DEPDIR)/solnss.Po
  628 	-rm -f Makefile
  629 maintainer-clean-am: distclean-am maintainer-clean-generic
  630 
  631 mostlyclean: mostlyclean-am
  632 
  633 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  634 
  635 pdf: pdf-am
  636 
  637 pdf-am:
  638 
  639 ps: ps-am
  640 
  641 ps-am:
  642 
  643 uninstall-am: uninstall-local
  644 
  645 .MAKE: install-am install-strip
  646 
  647 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  648 	clean-generic clean-noinstPROGRAMS cscopelist-am ctags \
  649 	ctags-am distclean distclean-compile distclean-generic \
  650 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  651 	install install-am install-data install-data-am install-dvi \
  652 	install-dvi-am install-exec install-exec-am install-exec-local \
  653 	install-html install-html-am install-info install-info-am \
  654 	install-man install-pdf install-pdf-am install-ps \
  655 	install-ps-am install-strip installcheck installcheck-am \
  656 	installdirs maintainer-clean maintainer-clean-generic \
  657 	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
  658 	ps ps-am tags tags-am uninstall uninstall-am uninstall-local
  659 
  660 .PRECIOUS: Makefile
  661 
  662 
  663 exports.map: $(EXTRA_DIST) Makefile
  664 	sed 's/ldap/@MODULE_NAME@/' < $(srcdir)/exports.$(NSS_FLAVOUR) > exports.map
  665 
  666 install-exec-local: install-nss_ldap_so
  667 uninstall-local: uninstall-nss_ldap_so
  668 
  669 install-nss_ldap_so: nss_ldap.so
  670 	-rm -f $(DESTDIR)$(libdir)/$(NSS_LDAP_SONAME)
  671 	$(mkinstalldirs) $(DESTDIR)$(libdir)
  672 	$(INSTALL_PROGRAM) nss_ldap.so $(DESTDIR)$(libdir)/$(NSS_LDAP_SONAME)
  673 
  674 uninstall-nss_ldap_so:
  675 	-rm -f $(DESTDIR)$(libdir)/$(NSS_LDAP_SONAME)
  676 
  677 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  678 # Otherwise a system limit (for SysV at least) may be exceeded.
  679 .NOEXPORT: