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