Merge "Remove pam_timestamp_check" into tizen
[platform/upstream/pam.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #
19 # Copyright (c) 2005, 2006, 2007 Thorsten Kukuk <kukuk@thkukuk.de>
20 #
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 subdir = .
41 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
43         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
44         INSTALL NEWS build-aux/compile build-aux/config.guess \
45         build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
46         build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
47         build-aux/ylwrap
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
50         $(top_srcdir)/m4/iconv.m4 \
51         $(top_srcdir)/m4/japhar_grep_cflags.m4 \
52         $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
53         $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
54         $(top_srcdir)/m4/ld-no-undefined.m4 $(top_srcdir)/m4/lib-ld.m4 \
55         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
56         $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
57         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
58         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
59         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
60         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64  configure.lineno config.status.lineno
65 mkinstalldirs = $(install_sh) -d
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES =
68 CONFIG_CLEAN_VPATH_FILES =
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72         html-recursive info-recursive install-data-recursive \
73         install-dvi-recursive install-exec-recursive \
74         install-html-recursive install-info-recursive \
75         install-pdf-recursive install-ps-recursive install-recursive \
76         installcheck-recursive installdirs-recursive pdf-recursive \
77         ps-recursive uninstall-recursive
78 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79   distclean-recursive maintainer-clean-recursive
80 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
82         distdir dist dist-all distcheck
83 ETAGS = etags
84 CTAGS = ctags
85 DIST_SUBDIRS = $(SUBDIRS)
86 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87 distdir = $(PACKAGE)-$(VERSION)
88 top_distdir = $(distdir)
89 am__remove_distdir = \
90   { test ! -d "$(distdir)" \
91     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
92          && rm -fr "$(distdir)"; }; }
93 am__relativize = \
94   dir0=`pwd`; \
95   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96   sed_rest='s,^[^/]*/*,,'; \
97   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
98   sed_butlast='s,/*[^/]*$$,,'; \
99   while test -n "$$dir1"; do \
100     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
101     if test "$$first" != "."; then \
102       if test "$$first" = ".."; then \
103         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
105       else \
106         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107         if test "$$first2" = "$$first"; then \
108           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
109         else \
110           dir2="../$$dir2"; \
111         fi; \
112         dir0="$$dir0"/"$$first"; \
113       fi; \
114     fi; \
115     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
116   done; \
117   reldir="$$dir2"
118 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
119 GZIP_ENV = --best
120 distuninstallcheck_listfiles = find . -type f -print
121 distcleancheck_listfiles = find . -type f -print
122 ACLOCAL = @ACLOCAL@
123 AMTAR = @AMTAR@
124 AR = @AR@
125 AUTOCONF = @AUTOCONF@
126 AUTOHEADER = @AUTOHEADER@
127 AUTOMAKE = @AUTOMAKE@
128 AWK = @AWK@
129 BROWSER = @BROWSER@
130 BUILD_CFLAGS = @BUILD_CFLAGS@
131 BUILD_LDFLAGS = @BUILD_LDFLAGS@
132 CC = @CC@
133 CCDEPMODE = @CCDEPMODE@
134 CC_FOR_BUILD = @CC_FOR_BUILD@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CYGPATH_W = @CYGPATH_W@
139 DEFS = @DEFS@
140 DEPDIR = @DEPDIR@
141 DSYMUTIL = @DSYMUTIL@
142 DUMPBIN = @DUMPBIN@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 FGREP = @FGREP@
149 FO2PDF = @FO2PDF@
150 GMSGFMT = @GMSGFMT@
151 GMSGFMT_015 = @GMSGFMT_015@
152 GREP = @GREP@
153 HAVE_KEY_MANAGEMENT = @HAVE_KEY_MANAGEMENT@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 INTLLIBS = @INTLLIBS@
160 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
161 LD = @LD@
162 LDFLAGS = @LDFLAGS@
163 LEX = @LEX@
164 LEXLIB = @LEXLIB@
165 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
166 LIBAUDIT = @LIBAUDIT@
167 LIBCRACK = @LIBCRACK@
168 LIBCRYPT = @LIBCRYPT@
169 LIBDB = @LIBDB@
170 LIBDL = @LIBDL@
171 LIBICONV = @LIBICONV@
172 LIBINTL = @LIBINTL@
173 LIBOBJS = @LIBOBJS@
174 LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
175 LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
176 LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
177 LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
178 LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
179 LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
180 LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
181 LIBS = @LIBS@
182 LIBSELINUX = @LIBSELINUX@
183 LIBTOOL = @LIBTOOL@
184 LIPO = @LIPO@
185 LN_S = @LN_S@
186 LTLIBICONV = @LTLIBICONV@
187 LTLIBINTL = @LTLIBINTL@
188 LTLIBOBJS = @LTLIBOBJS@
189 MAKEINFO = @MAKEINFO@
190 MKDIR_P = @MKDIR_P@
191 MSGFMT = @MSGFMT@
192 MSGFMT_015 = @MSGFMT_015@
193 MSGMERGE = @MSGMERGE@
194 NIS_CFLAGS = @NIS_CFLAGS@
195 NIS_LIBS = @NIS_LIBS@
196 NM = @NM@
197 NMEDIT = @NMEDIT@
198 OBJDUMP = @OBJDUMP@
199 OBJEXT = @OBJEXT@
200 OTOOL = @OTOOL@
201 OTOOL64 = @OTOOL64@
202 PACKAGE = @PACKAGE@
203 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204 PACKAGE_NAME = @PACKAGE_NAME@
205 PACKAGE_STRING = @PACKAGE_STRING@
206 PACKAGE_TARNAME = @PACKAGE_TARNAME@
207 PACKAGE_URL = @PACKAGE_URL@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PATH_SEPARATOR = @PATH_SEPARATOR@
210 PIE_CFLAGS = @PIE_CFLAGS@
211 PIE_LDFLAGS = @PIE_LDFLAGS@
212 PKG_CONFIG = @PKG_CONFIG@
213 POSUB = @POSUB@
214 RANLIB = @RANLIB@
215 SCONFIGDIR = @SCONFIGDIR@
216 SECUREDIR = @SECUREDIR@
217 SED = @SED@
218 SET_MAKE = @SET_MAKE@
219 SHELL = @SHELL@
220 STRIP = @STRIP@
221 USE_NLS = @USE_NLS@
222 VERSION = @VERSION@
223 XGETTEXT = @XGETTEXT@
224 XGETTEXT_015 = @XGETTEXT_015@
225 XMLCATALOG = @XMLCATALOG@
226 XMLLINT = @XMLLINT@
227 XML_CATALOG_FILE = @XML_CATALOG_FILE@
228 XSLTPROC = @XSLTPROC@
229 YACC = @YACC@
230 YFLAGS = @YFLAGS@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_CC = @ac_ct_CC@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libc_cv_fpie = @libc_cv_fpie@
264 libdir = @libdir@
265 libexecdir = @libexecdir@
266 libtirpc_CFLAGS = @libtirpc_CFLAGS@
267 libtirpc_LIBS = @libtirpc_LIBS@
268 localedir = @localedir@
269 localstatedir = @localstatedir@
270 lt_ECHO = @lt_ECHO@
271 mandir = @mandir@
272 mkdir_p = @mkdir_p@
273 oldincludedir = @oldincludedir@
274 pam_cv_ld_O1 = @pam_cv_ld_O1@
275 pam_cv_ld_as_needed = @pam_cv_ld_as_needed@
276 pam_cv_ld_no_undefined = @pam_cv_ld_no_undefined@
277 pam_xauth_path = @pam_xauth_path@
278 pdfdir = @pdfdir@
279 prefix = @prefix@
280 program_transform_name = @program_transform_name@
281 psdir = @psdir@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 srcdir = @srcdir@
285 sysconfdir = @sysconfdir@
286 target_alias = @target_alias@
287 top_build_prefix = @top_build_prefix@
288 top_builddir = @top_builddir@
289 top_srcdir = @top_srcdir@
290 AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
291 SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
292 CLEANFILES = *~
293 EXTRA_DIST = pgp.keys.asc CHANGELOG ChangeLog-CVS Copyright Make.xml.rules
294 ACLOCAL_AMFLAGS = -I m4
295 gen_changelog_start_date = 2011-10-26
296 all: config.h
297         $(MAKE) $(AM_MAKEFLAGS) all-recursive
298
299 .SUFFIXES:
300 am--refresh:
301         @:
302 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
303         @for dep in $?; do \
304           case '$(am__configure_deps)' in \
305             *$$dep*) \
306               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
307               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
308                 && exit 0; \
309               exit 1;; \
310           esac; \
311         done; \
312         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
313         $(am__cd) $(top_srcdir) && \
314           $(AUTOMAKE) --gnu Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             echo ' $(SHELL) ./config.status'; \
320             $(SHELL) ./config.status;; \
321           *) \
322             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
323             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
324         esac;
325
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327         $(SHELL) ./config.status --recheck
328
329 $(top_srcdir)/configure:  $(am__configure_deps)
330         $(am__cd) $(srcdir) && $(AUTOCONF)
331 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
332         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
333 $(am__aclocal_m4_deps):
334
335 config.h: stamp-h1
336         @if test ! -f $@; then \
337           rm -f stamp-h1; \
338           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
339         else :; fi
340
341 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
342         @rm -f stamp-h1
343         cd $(top_builddir) && $(SHELL) ./config.status config.h
344 $(srcdir)/config.h.in:  $(am__configure_deps) 
345         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
346         rm -f stamp-h1
347         touch $@
348
349 distclean-hdr:
350         -rm -f config.h stamp-h1
351
352 mostlyclean-libtool:
353         -rm -f *.lo
354
355 clean-libtool:
356         -rm -rf .libs _libs
357
358 distclean-libtool:
359         -rm -f libtool config.lt
360
361 # This directory's subdirectories are mostly independent; you can cd
362 # into them and run `make' without going through this Makefile.
363 # To change the values of `make' variables: instead of editing Makefiles,
364 # (1) if the variable is set in `config.status', edit `config.status'
365 #     (which will cause the Makefiles to be regenerated when you run `make');
366 # (2) otherwise, pass the desired values on the `make' command line.
367 $(RECURSIVE_TARGETS):
368         @fail= failcom='exit 1'; \
369         for f in x $$MAKEFLAGS; do \
370           case $$f in \
371             *=* | --[!k]*);; \
372             *k*) failcom='fail=yes';; \
373           esac; \
374         done; \
375         dot_seen=no; \
376         target=`echo $@ | sed s/-recursive//`; \
377         list='$(SUBDIRS)'; for subdir in $$list; do \
378           echo "Making $$target in $$subdir"; \
379           if test "$$subdir" = "."; then \
380             dot_seen=yes; \
381             local_target="$$target-am"; \
382           else \
383             local_target="$$target"; \
384           fi; \
385           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386           || eval $$failcom; \
387         done; \
388         if test "$$dot_seen" = "no"; then \
389           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
390         fi; test -z "$$fail"
391
392 $(RECURSIVE_CLEAN_TARGETS):
393         @fail= failcom='exit 1'; \
394         for f in x $$MAKEFLAGS; do \
395           case $$f in \
396             *=* | --[!k]*);; \
397             *k*) failcom='fail=yes';; \
398           esac; \
399         done; \
400         dot_seen=no; \
401         case "$@" in \
402           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
403           *) list='$(SUBDIRS)' ;; \
404         esac; \
405         rev=''; for subdir in $$list; do \
406           if test "$$subdir" = "."; then :; else \
407             rev="$$subdir $$rev"; \
408           fi; \
409         done; \
410         rev="$$rev ."; \
411         target=`echo $@ | sed s/-recursive//`; \
412         for subdir in $$rev; do \
413           echo "Making $$target in $$subdir"; \
414           if test "$$subdir" = "."; then \
415             local_target="$$target-am"; \
416           else \
417             local_target="$$target"; \
418           fi; \
419           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
420           || eval $$failcom; \
421         done && test -z "$$fail"
422 tags-recursive:
423         list='$(SUBDIRS)'; for subdir in $$list; do \
424           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
425         done
426 ctags-recursive:
427         list='$(SUBDIRS)'; for subdir in $$list; do \
428           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
429         done
430
431 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
432         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437               END { if (nonempty) { for (i in files) print i; }; }'`; \
438         mkid -fID $$unique
439 tags: TAGS
440
441 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
442                 $(TAGS_FILES) $(LISP)
443         set x; \
444         here=`pwd`; \
445         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
446           include_option=--etags-include; \
447           empty_fix=.; \
448         else \
449           include_option=--include; \
450           empty_fix=; \
451         fi; \
452         list='$(SUBDIRS)'; for subdir in $$list; do \
453           if test "$$subdir" = .; then :; else \
454             test ! -f $$subdir/TAGS || \
455               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
456           fi; \
457         done; \
458         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
459         unique=`for i in $$list; do \
460             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461           done | \
462           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463               END { if (nonempty) { for (i in files) print i; }; }'`; \
464         shift; \
465         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466           test -n "$$unique" || unique=$$empty_fix; \
467           if test $$# -gt 0; then \
468             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469               "$$@" $$unique; \
470           else \
471             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472               $$unique; \
473           fi; \
474         fi
475 ctags: CTAGS
476 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
477                 $(TAGS_FILES) $(LISP)
478         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
479         unique=`for i in $$list; do \
480             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481           done | \
482           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483               END { if (nonempty) { for (i in files) print i; }; }'`; \
484         test -z "$(CTAGS_ARGS)$$unique" \
485           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486              $$unique
487
488 GTAGS:
489         here=`$(am__cd) $(top_builddir) && pwd` \
490           && $(am__cd) $(top_srcdir) \
491           && gtags -i $(GTAGS_ARGS) "$$here"
492
493 distclean-tags:
494         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495
496 distdir: $(DISTFILES)
497         @case `sed 15q $(srcdir)/NEWS` in \
498         *"$(VERSION)"*) : ;; \
499         *) \
500           echo "NEWS not updated; not releasing" 1>&2; \
501           exit 1;; \
502         esac
503         $(am__remove_distdir)
504         test -d "$(distdir)" || mkdir "$(distdir)"
505         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507         list='$(DISTFILES)'; \
508           dist_files=`for file in $$list; do echo $$file; done | \
509           sed -e "s|^$$srcdirstrip/||;t" \
510               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
511         case $$dist_files in \
512           */*) $(MKDIR_P) `echo "$$dist_files" | \
513                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
514                            sort -u` ;; \
515         esac; \
516         for file in $$dist_files; do \
517           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
518           if test -d $$d/$$file; then \
519             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
520             if test -d "$(distdir)/$$file"; then \
521               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522             fi; \
523             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
524               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
525               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526             fi; \
527             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
528           else \
529             test -f "$(distdir)/$$file" \
530             || cp -p $$d/$$file "$(distdir)/$$file" \
531             || exit 1; \
532           fi; \
533         done
534         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
535           if test "$$subdir" = .; then :; else \
536             test -d "$(distdir)/$$subdir" \
537             || $(MKDIR_P) "$(distdir)/$$subdir" \
538             || exit 1; \
539           fi; \
540         done
541         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542           if test "$$subdir" = .; then :; else \
543             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
544             $(am__relativize); \
545             new_distdir=$$reldir; \
546             dir1=$$subdir; dir2="$(top_distdir)"; \
547             $(am__relativize); \
548             new_top_distdir=$$reldir; \
549             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
550             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
551             ($(am__cd) $$subdir && \
552               $(MAKE) $(AM_MAKEFLAGS) \
553                 top_distdir="$$new_top_distdir" \
554                 distdir="$$new_distdir" \
555                 am__remove_distdir=: \
556                 am__skip_length_check=: \
557                 am__skip_mode_fix=: \
558                 distdir) \
559               || exit 1; \
560           fi; \
561         done
562         $(MAKE) $(AM_MAKEFLAGS) \
563           top_distdir="$(top_distdir)" distdir="$(distdir)" \
564           dist-hook
565         -test -n "$(am__skip_mode_fix)" \
566         || find "$(distdir)" -type d ! -perm -755 \
567                 -exec chmod u+rwx,go+rx {} \; -o \
568           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
569           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
570           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
571         || chmod -R a+r "$(distdir)"
572 dist-gzip: distdir
573         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
574         $(am__remove_distdir)
575 dist-bzip2: distdir
576         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
577         $(am__remove_distdir)
578
579 dist-lzma: distdir
580         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
581         $(am__remove_distdir)
582
583 dist-xz: distdir
584         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
585         $(am__remove_distdir)
586
587 dist-tarZ: distdir
588         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
589         $(am__remove_distdir)
590
591 dist-shar: distdir
592         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
593         $(am__remove_distdir)
594
595 dist-zip: distdir
596         -rm -f $(distdir).zip
597         zip -rq $(distdir).zip $(distdir)
598         $(am__remove_distdir)
599
600 dist dist-all: distdir
601         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
602         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
603         $(am__remove_distdir)
604
605 # This target untars the dist file and tries a VPATH configuration.  Then
606 # it guarantees that the distribution is self-contained by making another
607 # tarfile.
608 distcheck: dist
609         case '$(DIST_ARCHIVES)' in \
610         *.tar.gz*) \
611           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
612         *.tar.bz2*) \
613           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
614         *.tar.lzma*) \
615           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
616         *.tar.xz*) \
617           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
618         *.tar.Z*) \
619           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
620         *.shar.gz*) \
621           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
622         *.zip*) \
623           unzip $(distdir).zip ;;\
624         esac
625         chmod -R a-w $(distdir); chmod a+w $(distdir)
626         mkdir $(distdir)/_build
627         mkdir $(distdir)/_inst
628         chmod a-w $(distdir)
629         test -d $(distdir)/_build || exit 0; \
630         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
631           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
632           && am__cwd=`pwd` \
633           && $(am__cd) $(distdir)/_build \
634           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
635             $(DISTCHECK_CONFIGURE_FLAGS) \
636           && $(MAKE) $(AM_MAKEFLAGS) \
637           && $(MAKE) $(AM_MAKEFLAGS) dvi \
638           && $(MAKE) $(AM_MAKEFLAGS) check \
639           && $(MAKE) $(AM_MAKEFLAGS) install \
640           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
641           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
642           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
643                 distuninstallcheck \
644           && chmod -R a-w "$$dc_install_base" \
645           && ({ \
646                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
647                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
648                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
649                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
650                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
651               } || { rm -rf "$$dc_destdir"; exit 1; }) \
652           && rm -rf "$$dc_destdir" \
653           && $(MAKE) $(AM_MAKEFLAGS) dist \
654           && rm -rf $(DIST_ARCHIVES) \
655           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
656           && cd "$$am__cwd" \
657           || exit 1
658         $(am__remove_distdir)
659         @(echo "$(distdir) archives ready for distribution: "; \
660           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
661           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
662 distuninstallcheck:
663         @$(am__cd) '$(distuninstallcheck_dir)' \
664         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
665            || { echo "ERROR: files left after uninstall:" ; \
666                 if test -n "$(DESTDIR)"; then \
667                   echo "  (check DESTDIR support)"; \
668                 fi ; \
669                 $(distuninstallcheck_listfiles) ; \
670                 exit 1; } >&2
671 distcleancheck: distclean
672         @if test '$(srcdir)' = . ; then \
673           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
674           exit 1 ; \
675         fi
676         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
677           || { echo "ERROR: files left in build directory after distclean:" ; \
678                $(distcleancheck_listfiles) ; \
679                exit 1; } >&2
680 check-am: all-am
681 check: check-recursive
682 all-am: Makefile config.h
683 installdirs: installdirs-recursive
684 installdirs-am:
685 install: install-recursive
686 install-exec: install-exec-recursive
687 install-data: install-data-recursive
688 uninstall: uninstall-recursive
689
690 install-am: all-am
691         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
692
693 installcheck: installcheck-recursive
694 install-strip:
695         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697           `test -z '$(STRIP)' || \
698             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
699 mostlyclean-generic:
700
701 clean-generic:
702         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
703
704 distclean-generic:
705         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
706         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
707
708 maintainer-clean-generic:
709         @echo "This command is intended for maintainers to use"
710         @echo "it deletes files that may require special tools to rebuild."
711 clean: clean-recursive
712
713 clean-am: clean-generic clean-libtool mostlyclean-am
714
715 distclean: distclean-recursive
716         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
717         -rm -f Makefile
718 distclean-am: clean-am distclean-generic distclean-hdr \
719         distclean-libtool distclean-tags
720
721 dvi: dvi-recursive
722
723 dvi-am:
724
725 html: html-recursive
726
727 html-am:
728
729 info: info-recursive
730
731 info-am:
732
733 install-data-am:
734
735 install-dvi: install-dvi-recursive
736
737 install-dvi-am:
738
739 install-exec-am:
740
741 install-html: install-html-recursive
742
743 install-html-am:
744
745 install-info: install-info-recursive
746
747 install-info-am:
748
749 install-man:
750
751 install-pdf: install-pdf-recursive
752
753 install-pdf-am:
754
755 install-ps: install-ps-recursive
756
757 install-ps-am:
758
759 installcheck-am:
760
761 maintainer-clean: maintainer-clean-recursive
762         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
763         -rm -rf $(top_srcdir)/autom4te.cache
764         -rm -f Makefile
765 maintainer-clean-am: distclean-am maintainer-clean-generic
766
767 mostlyclean: mostlyclean-recursive
768
769 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
770
771 pdf: pdf-recursive
772
773 pdf-am:
774
775 ps: ps-recursive
776
777 ps-am:
778
779 uninstall-am:
780
781 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
782         ctags-recursive install-am install-strip tags-recursive
783
784 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
785         all all-am am--refresh check check-am clean clean-generic \
786         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
787         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
788         dist-zip distcheck distclean distclean-generic distclean-hdr \
789         distclean-libtool distclean-tags distcleancheck distdir \
790         distuninstallcheck dvi dvi-am html html-am info info-am \
791         install install-am install-data install-data-am install-dvi \
792         install-dvi-am install-exec install-exec-am install-html \
793         install-html-am install-info install-info-am install-man \
794         install-pdf install-pdf-am install-ps install-ps-am \
795         install-strip installcheck installcheck-am installdirs \
796         installdirs-am maintainer-clean maintainer-clean-generic \
797         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
798         ps ps-am tags tags-recursive uninstall uninstall-am
799
800
801 release: dist releasedocs
802
803 release-docs: releasedocs
804
805 releasedocs:
806         rm -rf Linux-PAM-$(VERSION)
807         mkdir -p Linux-PAM-$(VERSION)/doc
808         make -C doc releasedocs
809         tar zfc Linux-PAM-$(VERSION)-docs.tar.gz \
810                 Linux-PAM-$(VERSION)/doc
811         tar jfc Linux-PAM-$(VERSION)-docs.tar.bz2 \
812                 Linux-PAM-$(VERSION)/doc
813         rm -rf Linux-PAM-$(VERSION)
814
815 xtests:
816         make -C xtests xtests
817
818 .PHONY: xtests
819 gen-ChangeLog:
820         if test -d .git; then                                           \
821                 ( $(top_srcdir)/gitlog-to-changelog --append-dot        \
822                   --since=$(gen_changelog_start_date) &&                \
823                   echo && echo &&                                       \
824                   echo 'See ChangeLog-CVS for earlier changes.'         \
825                 ) > $(distdir)/ChangeLog.new &&                         \
826                 rm -f $(distdir)/ChangeLog &&                           \
827                 mv $(distdir)/ChangeLog.new $(distdir)/ChangeLog;       \
828         fi
829
830 dist-hook: gen-ChangeLog
831 .PHONY: gen-ChangeLog
832
833 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
834
835 # Tell versions [3.59,3.63) of GNU make to not export all variables.
836 # Otherwise a system limit (for SysV at least) may be exceeded.
837 .NOEXPORT: