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