Import Linux-PAM.
[profile/ivi/pam.git] / modules / pam_filter / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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 #
18 # Copyright (c) 2005, 2006, 2007, 2009 Thorsten Kukuk <kukuk@thkukuk.de>
19 #
20
21
22
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 @HAVE_VERSIONING_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/../modules.map
42 subdir = modules/pam_filter
43 DIST_COMMON = README $(include_HEADERS) $(srcdir)/Makefile.am \
44         $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
47         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
48         $(top_srcdir)/m4/japhar_grep_cflags.m4 \
49         $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
50         $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
51         $(top_srcdir)/m4/ld-no-undefined.m4 $(top_srcdir)/m4/lib-ld.m4 \
52         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
53         $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
54         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
55         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
56         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
57         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
58         $(top_srcdir)/configure.in
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj = case $$p in \
66     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67     *) f=$$p;; \
68   esac;
69 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
70 am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(man8dir)" \
71         "$(DESTDIR)$(includedir)"
72 securelibLTLIBRARIES_INSTALL = $(INSTALL)
73 LTLIBRARIES = $(securelib_LTLIBRARIES)
74 pam_filter_la_DEPENDENCIES =
75 pam_filter_la_SOURCES = pam_filter.c
76 pam_filter_la_OBJECTS = pam_filter.lo
77 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78 depcomp = $(SHELL) $(top_srcdir)/depcomp
79 am__depfiles_maybe = depfiles
80 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 CCLD = $(CC)
86 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
88         $(LDFLAGS) -o $@
89 SOURCES = pam_filter.c
90 DIST_SOURCES = pam_filter.c
91 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92         html-recursive info-recursive install-data-recursive \
93         install-dvi-recursive install-exec-recursive \
94         install-html-recursive install-info-recursive \
95         install-pdf-recursive install-ps-recursive install-recursive \
96         installcheck-recursive installdirs-recursive pdf-recursive \
97         ps-recursive uninstall-recursive
98 man8dir = $(mandir)/man8
99 NROFF = nroff
100 MANS = $(man_MANS)
101 DATA = $(noinst_DATA)
102 includeHEADERS_INSTALL = $(INSTALL_HEADER)
103 HEADERS = $(include_HEADERS)
104 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105   distclean-recursive maintainer-clean-recursive
106 ETAGS = etags
107 CTAGS = ctags
108 DIST_SUBDIRS = $(SUBDIRS)
109 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110 ACLOCAL = @ACLOCAL@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 BROWSER = @BROWSER@
118 BUILD_CFLAGS = @BUILD_CFLAGS@
119 BUILD_LDFLAGS = @BUILD_LDFLAGS@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CC_FOR_BUILD = @CC_FOR_BUILD@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 DEPDIR = @DEPDIR@
129 DSYMUTIL = @DSYMUTIL@
130 DUMPBIN = @DUMPBIN@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 FGREP = @FGREP@
137 FO2PDF = @FO2PDF@
138 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
139 GMSGFMT = @GMSGFMT@
140 GMSGFMT_015 = @GMSGFMT_015@
141 GREP = @GREP@
142 HAVE_KEY_MANAGEMENT = @HAVE_KEY_MANAGEMENT@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 INTLLIBS = @INTLLIBS@
149 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
150 LD = @LD@
151 LDFLAGS = @LDFLAGS@
152 LEX = @LEX@
153 LEXLIB = @LEXLIB@
154 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
155 LIBAUDIT = @LIBAUDIT@
156 LIBCRACK = @LIBCRACK@
157 LIBCRYPT = @LIBCRYPT@
158 LIBDB = @LIBDB@
159 LIBDL = @LIBDL@
160 LIBICONV = @LIBICONV@
161 LIBINTL = @LIBINTL@
162 LIBOBJS = @LIBOBJS@
163 LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
164 LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
165 LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
166 LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
167 LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
168 LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
169 LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
170 LIBS = @LIBS@
171 LIBSELINUX = @LIBSELINUX@
172 LIBTOOL = @LIBTOOL@
173 LIPO = @LIPO@
174 LN_S = @LN_S@
175 LTLIBICONV = @LTLIBICONV@
176 LTLIBINTL = @LTLIBINTL@
177 LTLIBOBJS = @LTLIBOBJS@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 MSGFMT = @MSGFMT@
181 MSGFMT_015 = @MSGFMT_015@
182 MSGMERGE = @MSGMERGE@
183 NIS_CFLAGS = @NIS_CFLAGS@
184 NIS_LIBS = @NIS_LIBS@
185 NM = @NM@
186 NMEDIT = @NMEDIT@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 OTOOL = @OTOOL@
190 OTOOL64 = @OTOOL64@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PIE_CFLAGS = @PIE_CFLAGS@
199 PIE_LDFLAGS = @PIE_LDFLAGS@
200 PKG_CONFIG = @PKG_CONFIG@
201 POSUB = @POSUB@
202 RANLIB = @RANLIB@
203 SCONFIGDIR = @SCONFIGDIR@
204 SECUREDIR = @SECUREDIR@
205 SED = @SED@
206 SET_MAKE = @SET_MAKE@
207 SHELL = @SHELL@
208 STRIP = @STRIP@
209 USE_NLS = @USE_NLS@
210 VERSION = @VERSION@
211 XGETTEXT = @XGETTEXT@
212 XGETTEXT_015 = @XGETTEXT_015@
213 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
214 XMLCATALOG = @XMLCATALOG@
215 XMLLINT = @XMLLINT@
216 XML_CATALOG_FILE = @XML_CATALOG_FILE@
217 XSLTPROC = @XSLTPROC@
218 YACC = @YACC@
219 YFLAGS = @YFLAGS@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 am__include = @am__include@
227 am__leading_dot = @am__leading_dot@
228 am__quote = @am__quote@
229 am__tar = @am__tar@
230 am__untar = @am__untar@
231 bindir = @bindir@
232 build = @build@
233 build_alias = @build_alias@
234 build_cpu = @build_cpu@
235 build_os = @build_os@
236 build_vendor = @build_vendor@
237 builddir = @builddir@
238 datadir = @datadir@
239 datarootdir = @datarootdir@
240 docdir = @docdir@
241 dvidir = @dvidir@
242 exec_prefix = @exec_prefix@
243 host = @host@
244 host_alias = @host_alias@
245 host_cpu = @host_cpu@
246 host_os = @host_os@
247 host_vendor = @host_vendor@
248 htmldir = @htmldir@
249 includedir = @includedir@
250 infodir = @infodir@
251 install_sh = @install_sh@
252 libc_cv_fpie = @libc_cv_fpie@
253 libdir = @libdir@
254 libexecdir = @libexecdir@
255 libtirpc_CFLAGS = @libtirpc_CFLAGS@
256 libtirpc_LIBS = @libtirpc_LIBS@
257 localedir = @localedir@
258 localstatedir = @localstatedir@
259 lt_ECHO = @lt_ECHO@
260 mandir = @mandir@
261 mkdir_p = @mkdir_p@
262 oldincludedir = @oldincludedir@
263 pam_cv_ld_O1 = @pam_cv_ld_O1@
264 pam_cv_ld_as_needed = @pam_cv_ld_as_needed@
265 pam_cv_ld_no_undefined = @pam_cv_ld_no_undefined@
266 pam_xauth_path = @pam_xauth_path@
267 pdfdir = @pdfdir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 sysconfdir = @sysconfdir@
275 target_alias = @target_alias@
276 top_build_prefix = @top_build_prefix@
277 top_builddir = @top_builddir@
278 top_srcdir = @top_srcdir@
279 SUBDIRS = upperLOWER
280 CLEANFILES = *~
281 MAINTAINERCLEANFILES = $(MANS) README
282 EXTRA_DIST = README $(MANS) $(XMLS) tst-pam_filter
283 man_MANS = pam_filter.8
284 XMLS = README.xml pam_filter.8.xml
285 securelibdir = $(SECUREDIR)
286 secureconfdir = $(SCONFIGDIR)
287 AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
288 AM_LDFLAGS = -no-undefined -avoid-version -module $(am__append_1)
289 include_HEADERS = pam_filter.h
290 pam_filter_la_LIBADD = -L$(top_builddir)/libpam -lpam
291 securelib_LTLIBRARIES = pam_filter.la
292 TESTS = tst-pam_filter
293 @ENABLE_REGENERATE_MAN_TRUE@noinst_DATA = README
294 all: all-recursive
295
296 .SUFFIXES:
297 .SUFFIXES: .c .lo .o .obj
298 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
299         @for dep in $?; do \
300           case '$(am__configure_deps)' in \
301             *$$dep*) \
302               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
303                 && exit 0; \
304               exit 1;; \
305           esac; \
306         done; \
307         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_filter/Makefile'; \
308         cd $(top_srcdir) && \
309           $(AUTOMAKE) --gnu  modules/pam_filter/Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312         @case '$?' in \
313           *config.status*) \
314             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315           *) \
316             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318         esac;
319
320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323 $(top_srcdir)/configure:  $(am__configure_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
328         @$(NORMAL_INSTALL)
329         test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
330         @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
331           if test -f $$p; then \
332             f=$(am__strip_dir) \
333             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
334             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
335           else :; fi; \
336         done
337
338 uninstall-securelibLTLIBRARIES:
339         @$(NORMAL_UNINSTALL)
340         @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
341           p=$(am__strip_dir) \
342           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
343           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
344         done
345
346 clean-securelibLTLIBRARIES:
347         -test -z "$(securelib_LTLIBRARIES)" || rm -f $(securelib_LTLIBRARIES)
348         @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
349           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
350           test "$$dir" != "$$p" || dir=.; \
351           echo "rm -f \"$${dir}/so_locations\""; \
352           rm -f "$${dir}/so_locations"; \
353         done
354 pam_filter.la: $(pam_filter_la_OBJECTS) $(pam_filter_la_DEPENDENCIES) 
355         $(LINK) -rpath $(securelibdir) $(pam_filter_la_OBJECTS) $(pam_filter_la_LIBADD) $(LIBS)
356
357 mostlyclean-compile:
358         -rm -f *.$(OBJEXT)
359
360 distclean-compile:
361         -rm -f *.tab.c
362
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_filter.Plo@am__quote@
364
365 .c.o:
366 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
371
372 .c.obj:
373 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
374 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
378
379 .c.lo:
380 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
385
386 mostlyclean-libtool:
387         -rm -f *.lo
388
389 clean-libtool:
390         -rm -rf .libs _libs
391 install-man8: $(man8_MANS) $(man_MANS)
392         @$(NORMAL_INSTALL)
393         test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
394         @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
395         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
396         for i in $$l2; do \
397           case "$$i" in \
398             *.8*) list="$$list $$i" ;; \
399           esac; \
400         done; \
401         for i in $$list; do \
402           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
403           else file=$$i; fi; \
404           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
405           case "$$ext" in \
406             8*) ;; \
407             *) ext='8' ;; \
408           esac; \
409           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
410           inst=`echo $$inst | sed -e 's/^.*\///'`; \
411           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
412           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
413           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
414         done
415 uninstall-man8:
416         @$(NORMAL_UNINSTALL)
417         @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
418         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
419         for i in $$l2; do \
420           case "$$i" in \
421             *.8*) list="$$list $$i" ;; \
422           esac; \
423         done; \
424         for i in $$list; do \
425           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
426           case "$$ext" in \
427             8*) ;; \
428             *) ext='8' ;; \
429           esac; \
430           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
431           inst=`echo $$inst | sed -e 's/^.*\///'`; \
432           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
433           echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
434           rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
435         done
436 install-includeHEADERS: $(include_HEADERS)
437         @$(NORMAL_INSTALL)
438         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
439         @list='$(include_HEADERS)'; for p in $$list; do \
440           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
441           f=$(am__strip_dir) \
442           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
443           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
444         done
445
446 uninstall-includeHEADERS:
447         @$(NORMAL_UNINSTALL)
448         @list='$(include_HEADERS)'; for p in $$list; do \
449           f=$(am__strip_dir) \
450           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
451           rm -f "$(DESTDIR)$(includedir)/$$f"; \
452         done
453
454 # This directory's subdirectories are mostly independent; you can cd
455 # into them and run `make' without going through this Makefile.
456 # To change the values of `make' variables: instead of editing Makefiles,
457 # (1) if the variable is set in `config.status', edit `config.status'
458 #     (which will cause the Makefiles to be regenerated when you run `make');
459 # (2) otherwise, pass the desired values on the `make' command line.
460 $(RECURSIVE_TARGETS):
461         @failcom='exit 1'; \
462         for f in x $$MAKEFLAGS; do \
463           case $$f in \
464             *=* | --[!k]*);; \
465             *k*) failcom='fail=yes';; \
466           esac; \
467         done; \
468         dot_seen=no; \
469         target=`echo $@ | sed s/-recursive//`; \
470         list='$(SUBDIRS)'; for subdir in $$list; do \
471           echo "Making $$target in $$subdir"; \
472           if test "$$subdir" = "."; then \
473             dot_seen=yes; \
474             local_target="$$target-am"; \
475           else \
476             local_target="$$target"; \
477           fi; \
478           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
479           || eval $$failcom; \
480         done; \
481         if test "$$dot_seen" = "no"; then \
482           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
483         fi; test -z "$$fail"
484
485 $(RECURSIVE_CLEAN_TARGETS):
486         @failcom='exit 1'; \
487         for f in x $$MAKEFLAGS; do \
488           case $$f in \
489             *=* | --[!k]*);; \
490             *k*) failcom='fail=yes';; \
491           esac; \
492         done; \
493         dot_seen=no; \
494         case "$@" in \
495           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
496           *) list='$(SUBDIRS)' ;; \
497         esac; \
498         rev=''; for subdir in $$list; do \
499           if test "$$subdir" = "."; then :; else \
500             rev="$$subdir $$rev"; \
501           fi; \
502         done; \
503         rev="$$rev ."; \
504         target=`echo $@ | sed s/-recursive//`; \
505         for subdir in $$rev; do \
506           echo "Making $$target in $$subdir"; \
507           if test "$$subdir" = "."; then \
508             local_target="$$target-am"; \
509           else \
510             local_target="$$target"; \
511           fi; \
512           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
513           || eval $$failcom; \
514         done && test -z "$$fail"
515 tags-recursive:
516         list='$(SUBDIRS)'; for subdir in $$list; do \
517           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
518         done
519 ctags-recursive:
520         list='$(SUBDIRS)'; for subdir in $$list; do \
521           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
522         done
523
524 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
525         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
526         unique=`for i in $$list; do \
527             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528           done | \
529           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
530               END { if (nonempty) { for (i in files) print i; }; }'`; \
531         mkid -fID $$unique
532 tags: TAGS
533
534 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
535                 $(TAGS_FILES) $(LISP)
536         tags=; \
537         here=`pwd`; \
538         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
539           include_option=--etags-include; \
540           empty_fix=.; \
541         else \
542           include_option=--include; \
543           empty_fix=; \
544         fi; \
545         list='$(SUBDIRS)'; for subdir in $$list; do \
546           if test "$$subdir" = .; then :; else \
547             test ! -f $$subdir/TAGS || \
548               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
549           fi; \
550         done; \
551         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
552         unique=`for i in $$list; do \
553             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554           done | \
555           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556               END { if (nonempty) { for (i in files) print i; }; }'`; \
557         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
558           test -n "$$unique" || unique=$$empty_fix; \
559           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560             $$tags $$unique; \
561         fi
562 ctags: CTAGS
563 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
564                 $(TAGS_FILES) $(LISP)
565         tags=; \
566         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
567         unique=`for i in $$list; do \
568             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569           done | \
570           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571               END { if (nonempty) { for (i in files) print i; }; }'`; \
572         test -z "$(CTAGS_ARGS)$$tags$$unique" \
573           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
574              $$tags $$unique
575
576 GTAGS:
577         here=`$(am__cd) $(top_builddir) && pwd` \
578           && cd $(top_srcdir) \
579           && gtags -i $(GTAGS_ARGS) $$here
580
581 distclean-tags:
582         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
583
584 check-TESTS: $(TESTS)
585         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
586         srcdir=$(srcdir); export srcdir; \
587         list=' $(TESTS) '; \
588         if test -n "$$list"; then \
589           for tst in $$list; do \
590             if test -f ./$$tst; then dir=./; \
591             elif test -f $$tst; then dir=; \
592             else dir="$(srcdir)/"; fi; \
593             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
594               all=`expr $$all + 1`; \
595               case " $(XFAIL_TESTS) " in \
596               *$$ws$$tst$$ws*) \
597                 xpass=`expr $$xpass + 1`; \
598                 failed=`expr $$failed + 1`; \
599                 echo "XPASS: $$tst"; \
600               ;; \
601               *) \
602                 echo "PASS: $$tst"; \
603               ;; \
604               esac; \
605             elif test $$? -ne 77; then \
606               all=`expr $$all + 1`; \
607               case " $(XFAIL_TESTS) " in \
608               *$$ws$$tst$$ws*) \
609                 xfail=`expr $$xfail + 1`; \
610                 echo "XFAIL: $$tst"; \
611               ;; \
612               *) \
613                 failed=`expr $$failed + 1`; \
614                 echo "FAIL: $$tst"; \
615               ;; \
616               esac; \
617             else \
618               skip=`expr $$skip + 1`; \
619               echo "SKIP: $$tst"; \
620             fi; \
621           done; \
622           if test "$$failed" -eq 0; then \
623             if test "$$xfail" -eq 0; then \
624               banner="All $$all tests passed"; \
625             else \
626               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
627             fi; \
628           else \
629             if test "$$xpass" -eq 0; then \
630               banner="$$failed of $$all tests failed"; \
631             else \
632               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
633             fi; \
634           fi; \
635           dashes="$$banner"; \
636           skipped=""; \
637           if test "$$skip" -ne 0; then \
638             skipped="($$skip tests were not run)"; \
639             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
640               dashes="$$skipped"; \
641           fi; \
642           report=""; \
643           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
644             report="Please report to $(PACKAGE_BUGREPORT)"; \
645             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
646               dashes="$$report"; \
647           fi; \
648           dashes=`echo "$$dashes" | sed s/./=/g`; \
649           echo "$$dashes"; \
650           echo "$$banner"; \
651           test -z "$$skipped" || echo "$$skipped"; \
652           test -z "$$report" || echo "$$report"; \
653           echo "$$dashes"; \
654           test "$$failed" -eq 0; \
655         else :; fi
656
657 distdir: $(DISTFILES)
658         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
660         list='$(DISTFILES)'; \
661           dist_files=`for file in $$list; do echo $$file; done | \
662           sed -e "s|^$$srcdirstrip/||;t" \
663               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
664         case $$dist_files in \
665           */*) $(MKDIR_P) `echo "$$dist_files" | \
666                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
667                            sort -u` ;; \
668         esac; \
669         for file in $$dist_files; do \
670           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
671           if test -d $$d/$$file; then \
672             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
673             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
674               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
675             fi; \
676             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
677           else \
678             test -f $(distdir)/$$file \
679             || cp -p $$d/$$file $(distdir)/$$file \
680             || exit 1; \
681           fi; \
682         done
683         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
684           if test "$$subdir" = .; then :; else \
685             test -d "$(distdir)/$$subdir" \
686             || $(MKDIR_P) "$(distdir)/$$subdir" \
687             || exit 1; \
688             distdir=`$(am__cd) $(distdir) && pwd`; \
689             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
690             (cd $$subdir && \
691               $(MAKE) $(AM_MAKEFLAGS) \
692                 top_distdir="$$top_distdir" \
693                 distdir="$$distdir/$$subdir" \
694                 am__remove_distdir=: \
695                 am__skip_length_check=: \
696                 distdir) \
697               || exit 1; \
698           fi; \
699         done
700 check-am: all-am
701         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
702 check: check-recursive
703 all-am: Makefile $(LTLIBRARIES) $(MANS) $(DATA) $(HEADERS)
704 installdirs: installdirs-recursive
705 installdirs-am:
706         for dir in "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(includedir)"; do \
707           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
708         done
709 install: install-recursive
710 install-exec: install-exec-recursive
711 install-data: install-data-recursive
712 uninstall: uninstall-recursive
713
714 install-am: all-am
715         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
716
717 installcheck: installcheck-recursive
718 install-strip:
719         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721           `test -z '$(STRIP)' || \
722             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
723 mostlyclean-generic:
724
725 clean-generic:
726         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
727
728 distclean-generic:
729         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
730
731 maintainer-clean-generic:
732         @echo "This command is intended for maintainers to use"
733         @echo "it deletes files that may require special tools to rebuild."
734         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
735 clean: clean-recursive
736
737 clean-am: clean-generic clean-libtool clean-securelibLTLIBRARIES \
738         mostlyclean-am
739
740 distclean: distclean-recursive
741         -rm -rf ./$(DEPDIR)
742         -rm -f Makefile
743 distclean-am: clean-am distclean-compile distclean-generic \
744         distclean-tags
745
746 dvi: dvi-recursive
747
748 dvi-am:
749
750 html: html-recursive
751
752 info: info-recursive
753
754 info-am:
755
756 install-data-am: install-includeHEADERS install-man \
757         install-securelibLTLIBRARIES
758
759 install-dvi: install-dvi-recursive
760
761 install-exec-am:
762
763 install-html: install-html-recursive
764
765 install-info: install-info-recursive
766
767 install-man: install-man8
768
769 install-pdf: install-pdf-recursive
770
771 install-ps: install-ps-recursive
772
773 installcheck-am:
774
775 maintainer-clean: maintainer-clean-recursive
776         -rm -rf ./$(DEPDIR)
777         -rm -f Makefile
778 maintainer-clean-am: distclean-am maintainer-clean-generic
779
780 mostlyclean: mostlyclean-recursive
781
782 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
783         mostlyclean-libtool
784
785 pdf: pdf-recursive
786
787 pdf-am:
788
789 ps: ps-recursive
790
791 ps-am:
792
793 uninstall-am: uninstall-includeHEADERS uninstall-man \
794         uninstall-securelibLTLIBRARIES
795
796 uninstall-man: uninstall-man8
797
798 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
799         install-strip
800
801 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
802         all all-am check check-TESTS check-am clean clean-generic \
803         clean-libtool clean-securelibLTLIBRARIES ctags ctags-recursive \
804         distclean distclean-compile distclean-generic \
805         distclean-libtool distclean-tags distdir dvi dvi-am html \
806         html-am info info-am install install-am install-data \
807         install-data-am install-dvi install-dvi-am install-exec \
808         install-exec-am install-html install-html-am \
809         install-includeHEADERS install-info install-info-am \
810         install-man install-man8 install-pdf install-pdf-am install-ps \
811         install-ps-am install-securelibLTLIBRARIES install-strip \
812         installcheck installcheck-am installdirs installdirs-am \
813         maintainer-clean maintainer-clean-generic mostlyclean \
814         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
815         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
816         uninstall-includeHEADERS uninstall-man uninstall-man8 \
817         uninstall-securelibLTLIBRARIES
818
819 @ENABLE_REGENERATE_MAN_TRUE@README: pam_filter.8.xml
820 @ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
821 # Tell versions [3.59,3.63) of GNU make to not export all variables.
822 # Otherwise a system limit (for SysV at least) may be exceeded.
823 .NOEXPORT: