1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright (c) 2014 Yubico AB
18# All rights reserved.
19#
20# Redistribution and use in source and binary forms, with or without
21# modification, are permitted provided that the following conditions are
22# met:
23#
24#   * Redistributions of source code must retain the above copyright
25#      notice, this list of conditions and the following disclaimer.
26#
27#   * Redistributions in binary form must reproduce the above
28#      copyright notice, this list of conditions and the following
29#      disclaimer in the documentation and/or other materials provided
30#      with the distribution.
31#
32# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
35# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
36# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
37# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
38# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
39# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
40# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
41# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43
44# Self tests.
45VPATH = @srcdir@
46am__is_gnu_make = { \
47  if test -z '$(MAKELEVEL)'; then \
48    false; \
49  elif test -n '$(MAKE_HOST)'; then \
50    true; \
51  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
52    true; \
53  else \
54    false; \
55  fi; \
56}
57am__make_running_with_option = \
58  case $${target_option-} in \
59      ?) ;; \
60      *) echo "am__make_running_with_option: internal error: invalid" \
61              "target option '$${target_option-}' specified" >&2; \
62         exit 1;; \
63  esac; \
64  has_opt=no; \
65  sane_makeflags=$$MAKEFLAGS; \
66  if $(am__is_gnu_make); then \
67    sane_makeflags=$$MFLAGS; \
68  else \
69    case $$MAKEFLAGS in \
70      *\\[\ \	]*) \
71        bs=\\; \
72        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
73          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
74    esac; \
75  fi; \
76  skip_next=no; \
77  strip_trailopt () \
78  { \
79    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
80  }; \
81  for flg in $$sane_makeflags; do \
82    test $$skip_next = yes && { skip_next=no; continue; }; \
83    case $$flg in \
84      *=*|--*) continue;; \
85        -*I) strip_trailopt 'I'; skip_next=yes;; \
86      -*I?*) strip_trailopt 'I';; \
87        -*O) strip_trailopt 'O'; skip_next=yes;; \
88      -*O?*) strip_trailopt 'O';; \
89        -*l) strip_trailopt 'l'; skip_next=yes;; \
90      -*l?*) strip_trailopt 'l';; \
91      -[dEDm]) skip_next=yes;; \
92      -[JT]) skip_next=yes;; \
93    esac; \
94    case $$flg in \
95      *$$target_option*) has_opt=yes; break;; \
96    esac; \
97  done; \
98  test $$has_opt = yes
99am__make_dryrun = (target_option=n; $(am__make_running_with_option))
100am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
101pkgdatadir = $(datadir)/@PACKAGE@
102pkgincludedir = $(includedir)/@PACKAGE@
103pkglibdir = $(libdir)/@PACKAGE@
104pkglibexecdir = $(libexecdir)/@PACKAGE@
105am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
106install_sh_DATA = $(install_sh) -c -m 644
107install_sh_PROGRAM = $(install_sh) -c
108install_sh_SCRIPT = $(install_sh) -c
109INSTALL_HEADER = $(INSTALL_DATA)
110transform = $(program_transform_name)
111NORMAL_INSTALL = :
112PRE_INSTALL = :
113POST_INSTALL = :
114NORMAL_UNINSTALL = :
115PRE_UNINSTALL = :
116POST_UNINSTALL = :
117build_triplet = @build@
118host_triplet = @host@
119check_PROGRAMS = util_test$(EXEEXT) pam_test$(EXEEXT)
120@ENABLE_COV_TRUE@am__append_1 = --coverage
121subdir = tests
122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123am__aclocal_m4_deps = $(top_srcdir)/m4/lib-ld.m4 \
124	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
125	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
126	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
127	$(top_srcdir)/m4/lt~obsolete.m4 \
128	$(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/warnings.m4 \
129	$(top_srcdir)/configure.ac
130am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131	$(ACLOCAL_M4)
132DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
133mkinstalldirs = $(install_sh) -d
134CONFIG_CLEAN_FILES =
135CONFIG_CLEAN_VPATH_FILES =
136pam_test_SOURCES = pam_test.c
137pam_test_OBJECTS = pam_test-pam_test.$(OBJEXT)
138pam_test_DEPENDENCIES = ../libpam_real.la ../libpam_util.la
139AM_V_lt = $(am__v_lt_@AM_V@)
140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141am__v_lt_0 = --silent
142am__v_lt_1 =
143util_test_SOURCES = util_test.c
144util_test_OBJECTS = util_test.$(OBJEXT)
145util_test_DEPENDENCIES = ../libpam_util.la
146AM_V_P = $(am__v_P_@AM_V@)
147am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148am__v_P_0 = false
149am__v_P_1 = :
150AM_V_GEN = $(am__v_GEN_@AM_V@)
151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152am__v_GEN_0 = @echo "  GEN     " $@;
153am__v_GEN_1 =
154AM_V_at = $(am__v_at_@AM_V@)
155am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156am__v_at_0 = @
157am__v_at_1 =
158DEFAULT_INCLUDES = -I.@am__isrc@
159depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
160am__depfiles_maybe = depfiles
161am__mv = mv -f
162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
166	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167	$(AM_CFLAGS) $(CFLAGS)
168AM_V_CC = $(am__v_CC_@AM_V@)
169am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170am__v_CC_0 = @echo "  CC      " $@;
171am__v_CC_1 =
172CCLD = $(CC)
173LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175	$(AM_LDFLAGS) $(LDFLAGS) -o $@
176AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178am__v_CCLD_0 = @echo "  CCLD    " $@;
179am__v_CCLD_1 =
180SOURCES = pam_test.c util_test.c
181DIST_SOURCES = pam_test.c util_test.c
182am__can_run_installinfo = \
183  case $$AM_UPDATE_INFO_DIR in \
184    n|no|NO) false;; \
185    *) (install-info --version) >/dev/null 2>&1;; \
186  esac
187am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188# Read a list of newline-separated strings from the standard input,
189# and print each of them once, without duplicates.  Input order is
190# *not* preserved.
191am__uniquify_input = $(AWK) '\
192  BEGIN { nonempty = 0; } \
193  { items[$$0] = 1; nonempty = 1; } \
194  END { if (nonempty) { for (i in items) print i; }; } \
195'
196# Make sure the list of sources is unique.  This is necessary because,
197# e.g., the same source file might be shared among _SOURCES variables
198# for different programs/libraries.
199am__define_uniq_tagged_files = \
200  list='$(am__tagged_files)'; \
201  unique=`for i in $$list; do \
202    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203  done | $(am__uniquify_input)`
204ETAGS = etags
205CTAGS = ctags
206am__tty_colors_dummy = \
207  mgn= red= grn= lgn= blu= brg= std=; \
208  am__color_tests=no
209am__tty_colors = { \
210  $(am__tty_colors_dummy); \
211  if test "X$(AM_COLOR_TESTS)" = Xno; then \
212    am__color_tests=no; \
213  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
214    am__color_tests=yes; \
215  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
216    am__color_tests=yes; \
217  fi; \
218  if test $$am__color_tests = yes; then \
219    red=''; \
220    grn=''; \
221    lgn=''; \
222    blu=''; \
223    mgn=''; \
224    brg=''; \
225    std=''; \
226  fi; \
227}
228am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
229am__vpath_adj = case $$p in \
230    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
231    *) f=$$p;; \
232  esac;
233am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
234am__install_max = 40
235am__nobase_strip_setup = \
236  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
237am__nobase_strip = \
238  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
239am__nobase_list = $(am__nobase_strip_setup); \
240  for p in $$list; do echo "$$p $$p"; done | \
241  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
242  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
243    if (++n[$$2] == $(am__install_max)) \
244      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
245    END { for (dir in files) print dir, files[dir] }'
246am__base_list = \
247  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
248  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
249am__uninstall_files_from_dir = { \
250  test -z "$$files" \
251    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
252    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
253         $(am__cd) "$$dir" && rm -f $$files; }; \
254  }
255am__recheck_rx = ^[ 	]*:recheck:[ 	]*
256am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
257am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
258# A command that, given a newline-separated list of test names on the
259# standard input, print the name of the tests that are to be re-run
260# upon "make recheck".
261am__list_recheck_tests = $(AWK) '{ \
262  recheck = 1; \
263  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
264    { \
265      if (rc < 0) \
266        { \
267          if ((getline line2 < ($$0 ".log")) < 0) \
268	    recheck = 0; \
269          break; \
270        } \
271      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
272        { \
273          recheck = 0; \
274          break; \
275        } \
276      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
277        { \
278          break; \
279        } \
280    }; \
281  if (recheck) \
282    print $$0; \
283  close ($$0 ".trs"); \
284  close ($$0 ".log"); \
285}'
286# A command that, given a newline-separated list of test names on the
287# standard input, create the global log from their .trs and .log files.
288am__create_global_log = $(AWK) ' \
289function fatal(msg) \
290{ \
291  print "fatal: making $@: " msg | "cat >&2"; \
292  exit 1; \
293} \
294function rst_section(header) \
295{ \
296  print header; \
297  len = length(header); \
298  for (i = 1; i <= len; i = i + 1) \
299    printf "="; \
300  printf "\n\n"; \
301} \
302{ \
303  copy_in_global_log = 1; \
304  global_test_result = "RUN"; \
305  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
306    { \
307      if (rc < 0) \
308         fatal("failed to read from " $$0 ".trs"); \
309      if (line ~ /$(am__global_test_result_rx)/) \
310        { \
311          sub("$(am__global_test_result_rx)", "", line); \
312          sub("[ 	]*$$", "", line); \
313          global_test_result = line; \
314        } \
315      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
316        copy_in_global_log = 0; \
317    }; \
318  if (copy_in_global_log) \
319    { \
320      rst_section(global_test_result ": " $$0); \
321      while ((rc = (getline line < ($$0 ".log"))) != 0) \
322      { \
323        if (rc < 0) \
324          fatal("failed to read from " $$0 ".log"); \
325        print line; \
326      }; \
327      printf "\n"; \
328    }; \
329  close ($$0 ".trs"); \
330  close ($$0 ".log"); \
331}'
332# Restructured Text title.
333am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
334# Solaris 10 'make', and several other traditional 'make' implementations,
335# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
336# by disabling -e (using the XSI extension "set +e") if it's set.
337am__sh_e_setup = case $$- in *e*) set +e;; esac
338# Default flags passed to test drivers.
339am__common_driver_flags = \
340  --color-tests "$$am__color_tests" \
341  --enable-hard-errors "$$am__enable_hard_errors" \
342  --expect-failure "$$am__expect_failure"
343# To be inserted before the command running the test.  Creates the
344# directory for the log if needed.  Stores in $dir the directory
345# containing $f, in $tst the test, in $log the log.  Executes the
346# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
347# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
348# will run the test scripts (or their associated LOG_COMPILER, if
349# thy have one).
350am__check_pre = \
351$(am__sh_e_setup);					\
352$(am__vpath_adj_setup) $(am__vpath_adj)			\
353$(am__tty_colors);					\
354srcdir=$(srcdir); export srcdir;			\
355case "$@" in						\
356  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
357    *) am__odir=.;; 					\
358esac;							\
359test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
360  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
361if test -f "./$$f"; then dir=./;			\
362elif test -f "$$f"; then dir=;				\
363else dir="$(srcdir)/"; fi;				\
364tst=$$dir$$f; log='$@'; 				\
365if test -n '$(DISABLE_HARD_ERRORS)'; then		\
366  am__enable_hard_errors=no; 				\
367else							\
368  am__enable_hard_errors=yes; 				\
369fi; 							\
370case " $(XFAIL_TESTS) " in				\
371  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
372    am__expect_failure=yes;;				\
373  *)							\
374    am__expect_failure=no;;				\
375esac; 							\
376$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
377# A shell command to get the names of the tests scripts with any registered
378# extension removed (i.e., equivalently, the names of the test logs, with
379# the '.log' extension removed).  The result is saved in the shell variable
380# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
381# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
382# since that might cause problem with VPATH rewrites for suffix-less tests.
383# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
384am__set_TESTS_bases = \
385  bases='$(TEST_LOGS)'; \
386  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
387  bases=`echo $$bases`
388RECHECK_LOGS = $(TEST_LOGS)
389AM_RECURSIVE_TARGETS = check recheck
390TEST_SUITE_LOG = test-suite.log
391TEST_EXTENSIONS = @EXEEXT@ .test
392LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
393LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
394am__set_b = \
395  case '$@' in \
396    */*) \
397      case '$*' in \
398        */*) b='$*';; \
399          *) b=`echo '$@' | sed 's/\.log$$//'`; \
400       esac;; \
401    *) \
402      b='$*';; \
403  esac
404am__test_logs1 = $(TESTS:=.log)
405am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
406TEST_LOGS = $(am__test_logs2:.test.log=.log)
407TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
408TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
409	$(TEST_LOG_FLAGS)
410am__DIST_COMMON = $(srcdir)/Makefile.in \
411	$(top_srcdir)/build-aux/depcomp \
412	$(top_srcdir)/build-aux/test-driver
413DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
414A2X = @A2X@
415ACLOCAL = @ACLOCAL@
416AMTAR = @AMTAR@
417AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
418AR = @AR@
419AS = @AS@
420AUTOCONF = @AUTOCONF@
421AUTOHEADER = @AUTOHEADER@
422AUTOMAKE = @AUTOMAKE@
423AWK = @AWK@
424CC = @CC@
425CCDEPMODE = @CCDEPMODE@
426CFLAGS = @CFLAGS@
427CPP = @CPP@
428CPPCHECK = @CPPCHECK@
429CPPFLAGS = @CPPFLAGS@
430CYGPATH_W = @CYGPATH_W@
431DEFS = @DEFS@
432DEPDIR = @DEPDIR@
433DLLTOOL = @DLLTOOL@
434DSYMUTIL = @DSYMUTIL@
435DUMPBIN = @DUMPBIN@
436ECHO_C = @ECHO_C@
437ECHO_N = @ECHO_N@
438ECHO_T = @ECHO_T@
439EGREP = @EGREP@
440EXEEXT = @EXEEXT@
441FGREP = @FGREP@
442GREP = @GREP@
443HAVE_LIBYKCLIENT = @HAVE_LIBYKCLIENT@
444HAVE_LIBYUBIKEY = @HAVE_LIBYUBIKEY@
445INSTALL = @INSTALL@
446INSTALL_DATA = @INSTALL_DATA@
447INSTALL_PROGRAM = @INSTALL_PROGRAM@
448INSTALL_SCRIPT = @INSTALL_SCRIPT@
449INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
450LD = @LD@
451LDFLAGS = @LDFLAGS@
452LIBLDAP = @LIBLDAP@
453LIBOBJS = @LIBOBJS@
454LIBPAM = @LIBPAM@
455LIBS = @LIBS@
456LIBTOOL = @LIBTOOL@
457LIBYKCLIENT = @LIBYKCLIENT@
458LIBYKCLIENT_PREFIX = @LIBYKCLIENT_PREFIX@
459LIBYUBIKEY = @LIBYUBIKEY@
460LIBYUBIKEY_PREFIX = @LIBYUBIKEY_PREFIX@
461LIPO = @LIPO@
462LN_S = @LN_S@
463LTLIBOBJS = @LTLIBOBJS@
464LTLIBYKCLIENT = @LTLIBYKCLIENT@
465LTLIBYUBIKEY = @LTLIBYUBIKEY@
466MAKEINFO = @MAKEINFO@
467MANIFEST_TOOL = @MANIFEST_TOOL@
468MKDIR_P = @MKDIR_P@
469NM = @NM@
470NMEDIT = @NMEDIT@
471OBJDUMP = @OBJDUMP@
472OBJEXT = @OBJEXT@
473OTOOL = @OTOOL@
474OTOOL64 = @OTOOL64@
475PACKAGE = @PACKAGE@
476PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
477PACKAGE_NAME = @PACKAGE_NAME@
478PACKAGE_STRING = @PACKAGE_STRING@
479PACKAGE_TARNAME = @PACKAGE_TARNAME@
480PACKAGE_URL = @PACKAGE_URL@
481PACKAGE_VERSION = @PACKAGE_VERSION@
482PAMDIR = @PAMDIR@
483PATH_SEPARATOR = @PATH_SEPARATOR@
484PKG_CONFIG = @PKG_CONFIG@
485PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
486PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
487RANLIB = @RANLIB@
488SED = @SED@
489SET_MAKE = @SET_MAKE@
490SHELL = @SHELL@
491STRIP = @STRIP@
492VERSION = @VERSION@
493WARN_CFLAGS = @WARN_CFLAGS@
494YKPERS_CFLAGS = @YKPERS_CFLAGS@
495YKPERS_LIBS = @YKPERS_LIBS@
496abs_builddir = @abs_builddir@
497abs_srcdir = @abs_srcdir@
498abs_top_builddir = @abs_top_builddir@
499abs_top_srcdir = @abs_top_srcdir@
500ac_ct_AR = @ac_ct_AR@
501ac_ct_CC = @ac_ct_CC@
502ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
503am__include = @am__include@
504am__leading_dot = @am__leading_dot@
505am__quote = @am__quote@
506am__tar = @am__tar@
507am__untar = @am__untar@
508bindir = @bindir@
509build = @build@
510build_alias = @build_alias@
511build_cpu = @build_cpu@
512build_os = @build_os@
513build_vendor = @build_vendor@
514builddir = @builddir@
515datadir = @datadir@
516datarootdir = @datarootdir@
517docdir = @docdir@
518dvidir = @dvidir@
519exec_prefix = @exec_prefix@
520host = @host@
521host_alias = @host_alias@
522host_cpu = @host_cpu@
523host_os = @host_os@
524host_vendor = @host_vendor@
525htmldir = @htmldir@
526includedir = @includedir@
527infodir = @infodir@
528install_sh = @install_sh@
529libdir = @libdir@
530libexecdir = @libexecdir@
531localedir = @localedir@
532localstatedir = @localstatedir@
533mandir = @mandir@
534mkdir_p = @mkdir_p@
535oldincludedir = @oldincludedir@
536pdfdir = @pdfdir@
537prefix = @prefix@
538program_transform_name = @program_transform_name@
539psdir = @psdir@
540runstatedir = @runstatedir@
541sbindir = @sbindir@
542sharedstatedir = @sharedstatedir@
543srcdir = @srcdir@
544sysconfdir = @sysconfdir@
545target_alias = @target_alias@
546top_build_prefix = @top_build_prefix@
547top_builddir = @top_builddir@
548top_srcdir = @top_srcdir@
549AM_LDFLAGS = -no-install $(am__append_1)
550AM_CFLAGS = -I$(srcdir)/.. $(WARN_CFLAGS)
551AM_CPPFLAGS = @YKPERS_CFLAGS@
552util_test_LDADD = ../libpam_util.la
553pam_test_LDADD = ../libpam_real.la ../libpam_util.la @LTLIBYUBIKEY@ @LTLIBYKCLIENT@ @LIBLDAP@
554pam_test_CPPFLAGS = -DSRCDIR=\"$(srcdir)\"
555TESTS_ENVIRONMENT = export LDAPNOINIT=1;
556TESTS = $(check_PROGRAMS)
557all: all-am
558
559.SUFFIXES:
560.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
561$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
562	@for dep in $?; do \
563	  case '$(am__configure_deps)' in \
564	    *$$dep*) \
565	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
566	        && { if test -f $@; then exit 0; else break; fi; }; \
567	      exit 1;; \
568	  esac; \
569	done; \
570	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
571	$(am__cd) $(top_srcdir) && \
572	  $(AUTOMAKE) --foreign tests/Makefile
573Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
574	@case '$?' in \
575	  *config.status*) \
576	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
577	  *) \
578	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
579	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
580	esac;
581
582$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
583	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
584
585$(top_srcdir)/configure:  $(am__configure_deps)
586	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
587$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
588	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
589$(am__aclocal_m4_deps):
590
591clean-checkPROGRAMS:
592	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
593	echo " rm -f" $$list; \
594	rm -f $$list || exit $$?; \
595	test -n "$(EXEEXT)" || exit 0; \
596	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
597	echo " rm -f" $$list; \
598	rm -f $$list
599
600pam_test$(EXEEXT): $(pam_test_OBJECTS) $(pam_test_DEPENDENCIES) $(EXTRA_pam_test_DEPENDENCIES)
601	@rm -f pam_test$(EXEEXT)
602	$(AM_V_CCLD)$(LINK) $(pam_test_OBJECTS) $(pam_test_LDADD) $(LIBS)
603
604util_test$(EXEEXT): $(util_test_OBJECTS) $(util_test_DEPENDENCIES) $(EXTRA_util_test_DEPENDENCIES)
605	@rm -f util_test$(EXEEXT)
606	$(AM_V_CCLD)$(LINK) $(util_test_OBJECTS) $(util_test_LDADD) $(LIBS)
607
608mostlyclean-compile:
609	-rm -f *.$(OBJEXT)
610
611distclean-compile:
612	-rm -f *.tab.c
613
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_test-pam_test.Po@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util_test.Po@am__quote@
616
617.c.o:
618@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
619@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
623
624.c.obj:
625@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
626@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
627@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
628@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
630
631.c.lo:
632@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
633@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
634@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
635@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
637
638pam_test-pam_test.o: pam_test.c
639@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pam_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pam_test-pam_test.o -MD -MP -MF $(DEPDIR)/pam_test-pam_test.Tpo -c -o pam_test-pam_test.o `test -f 'pam_test.c' || echo '$(srcdir)/'`pam_test.c
640@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pam_test-pam_test.Tpo $(DEPDIR)/pam_test-pam_test.Po
641@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pam_test.c' object='pam_test-pam_test.o' libtool=no @AMDEPBACKSLASH@
642@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pam_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pam_test-pam_test.o `test -f 'pam_test.c' || echo '$(srcdir)/'`pam_test.c
644
645pam_test-pam_test.obj: pam_test.c
646@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pam_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pam_test-pam_test.obj -MD -MP -MF $(DEPDIR)/pam_test-pam_test.Tpo -c -o pam_test-pam_test.obj `if test -f 'pam_test.c'; then $(CYGPATH_W) 'pam_test.c'; else $(CYGPATH_W) '$(srcdir)/pam_test.c'; fi`
647@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pam_test-pam_test.Tpo $(DEPDIR)/pam_test-pam_test.Po
648@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pam_test.c' object='pam_test-pam_test.obj' libtool=no @AMDEPBACKSLASH@
649@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pam_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pam_test-pam_test.obj `if test -f 'pam_test.c'; then $(CYGPATH_W) 'pam_test.c'; else $(CYGPATH_W) '$(srcdir)/pam_test.c'; fi`
651
652mostlyclean-libtool:
653	-rm -f *.lo
654
655clean-libtool:
656	-rm -rf .libs _libs
657
658ID: $(am__tagged_files)
659	$(am__define_uniq_tagged_files); mkid -fID $$unique
660tags: tags-am
661TAGS: tags
662
663tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664	set x; \
665	here=`pwd`; \
666	$(am__define_uniq_tagged_files); \
667	shift; \
668	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
669	  test -n "$$unique" || unique=$$empty_fix; \
670	  if test $$# -gt 0; then \
671	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
672	      "$$@" $$unique; \
673	  else \
674	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
675	      $$unique; \
676	  fi; \
677	fi
678ctags: ctags-am
679
680CTAGS: ctags
681ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
682	$(am__define_uniq_tagged_files); \
683	test -z "$(CTAGS_ARGS)$$unique" \
684	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
685	     $$unique
686
687GTAGS:
688	here=`$(am__cd) $(top_builddir) && pwd` \
689	  && $(am__cd) $(top_srcdir) \
690	  && gtags -i $(GTAGS_ARGS) "$$here"
691cscopelist: cscopelist-am
692
693cscopelist-am: $(am__tagged_files)
694	list='$(am__tagged_files)'; \
695	case "$(srcdir)" in \
696	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
697	  *) sdir=$(subdir)/$(srcdir) ;; \
698	esac; \
699	for i in $$list; do \
700	  if test -f "$$i"; then \
701	    echo "$(subdir)/$$i"; \
702	  else \
703	    echo "$$sdir/$$i"; \
704	  fi; \
705	done >> $(top_builddir)/cscope.files
706
707distclean-tags:
708	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
709
710# Recover from deleted '.trs' file; this should ensure that
711# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
712# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
713# to avoid problems with "make -n".
714.log.trs:
715	rm -f $< $@
716	$(MAKE) $(AM_MAKEFLAGS) $<
717
718# Leading 'am--fnord' is there to ensure the list of targets does not
719# expand to empty, as could happen e.g. with make check TESTS=''.
720am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
721am--force-recheck:
722	@:
723
724$(TEST_SUITE_LOG): $(TEST_LOGS)
725	@$(am__set_TESTS_bases); \
726	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
727	redo_bases=`for i in $$bases; do \
728	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
729	            done`; \
730	if test -n "$$redo_bases"; then \
731	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
732	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
733	  if $(am__make_dryrun); then :; else \
734	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
735	  fi; \
736	fi; \
737	if test -n "$$am__remaking_logs"; then \
738	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
739	       "recursion detected" >&2; \
740	elif test -n "$$redo_logs"; then \
741	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
742	fi; \
743	if $(am__make_dryrun); then :; else \
744	  st=0;  \
745	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
746	  for i in $$redo_bases; do \
747	    test -f $$i.trs && test -r $$i.trs \
748	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
749	    test -f $$i.log && test -r $$i.log \
750	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
751	  done; \
752	  test $$st -eq 0 || exit 1; \
753	fi
754	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
755	ws='[ 	]'; \
756	results=`for b in $$bases; do echo $$b.trs; done`; \
757	test -n "$$results" || results=/dev/null; \
758	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
759	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
760	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
761	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
762	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
763	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
764	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
765	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
766	  success=true; \
767	else \
768	  success=false; \
769	fi; \
770	br='==================='; br=$$br$$br$$br$$br; \
771	result_count () \
772	{ \
773	    if test x"$$1" = x"--maybe-color"; then \
774	      maybe_colorize=yes; \
775	    elif test x"$$1" = x"--no-color"; then \
776	      maybe_colorize=no; \
777	    else \
778	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
779	    fi; \
780	    shift; \
781	    desc=$$1 count=$$2; \
782	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
783	      color_start=$$3 color_end=$$std; \
784	    else \
785	      color_start= color_end=; \
786	    fi; \
787	    echo "$${color_start}# $$desc $$count$${color_end}"; \
788	}; \
789	create_testsuite_report () \
790	{ \
791	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
792	  result_count $$1 "PASS: " $$pass  "$$grn"; \
793	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
794	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
795	  result_count $$1 "FAIL: " $$fail  "$$red"; \
796	  result_count $$1 "XPASS:" $$xpass "$$red"; \
797	  result_count $$1 "ERROR:" $$error "$$mgn"; \
798	}; \
799	{								\
800	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
801	    $(am__rst_title);						\
802	  create_testsuite_report --no-color;				\
803	  echo;								\
804	  echo ".. contents:: :depth: 2";				\
805	  echo;								\
806	  for b in $$bases; do echo $$b; done				\
807	    | $(am__create_global_log);					\
808	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
809	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
810	if $$success; then						\
811	  col="$$grn";							\
812	 else								\
813	  col="$$red";							\
814	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
815	fi;								\
816	echo "$${col}$$br$${std}"; 					\
817	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
818	echo "$${col}$$br$${std}"; 					\
819	create_testsuite_report --maybe-color;				\
820	echo "$$col$$br$$std";						\
821	if $$success; then :; else					\
822	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
823	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
824	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
825	  fi;								\
826	  echo "$$col$$br$$std";					\
827	fi;								\
828	$$success || exit 1
829
830check-TESTS:
831	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
832	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
833	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
834	@set +e; $(am__set_TESTS_bases); \
835	log_list=`for i in $$bases; do echo $$i.log; done`; \
836	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
837	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
838	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
839	exit $$?;
840recheck: all $(check_PROGRAMS)
841	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
842	@set +e; $(am__set_TESTS_bases); \
843	bases=`for i in $$bases; do echo $$i; done \
844	         | $(am__list_recheck_tests)` || exit 1; \
845	log_list=`for i in $$bases; do echo $$i.log; done`; \
846	log_list=`echo $$log_list`; \
847	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
848	        am__force_recheck=am--force-recheck \
849	        TEST_LOGS="$$log_list"; \
850	exit $$?
851util_test.log: util_test$(EXEEXT)
852	@p='util_test$(EXEEXT)'; \
853	b='util_test'; \
854	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
855	--log-file $$b.log --trs-file $$b.trs \
856	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
857	"$$tst" $(AM_TESTS_FD_REDIRECT)
858pam_test.log: pam_test$(EXEEXT)
859	@p='pam_test$(EXEEXT)'; \
860	b='pam_test'; \
861	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
862	--log-file $$b.log --trs-file $$b.trs \
863	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
864	"$$tst" $(AM_TESTS_FD_REDIRECT)
865.test.log:
866	@p='$<'; \
867	$(am__set_b); \
868	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
869	--log-file $$b.log --trs-file $$b.trs \
870	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
871	"$$tst" $(AM_TESTS_FD_REDIRECT)
872@am__EXEEXT_TRUE@.test$(EXEEXT).log:
873@am__EXEEXT_TRUE@	@p='$<'; \
874@am__EXEEXT_TRUE@	$(am__set_b); \
875@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
876@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
877@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
878@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
879
880distdir: $(DISTFILES)
881	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
882	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
883	list='$(DISTFILES)'; \
884	  dist_files=`for file in $$list; do echo $$file; done | \
885	  sed -e "s|^$$srcdirstrip/||;t" \
886	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
887	case $$dist_files in \
888	  */*) $(MKDIR_P) `echo "$$dist_files" | \
889			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
890			   sort -u` ;; \
891	esac; \
892	for file in $$dist_files; do \
893	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
894	  if test -d $$d/$$file; then \
895	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
896	    if test -d "$(distdir)/$$file"; then \
897	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
898	    fi; \
899	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
900	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
901	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
902	    fi; \
903	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
904	  else \
905	    test -f "$(distdir)/$$file" \
906	    || cp -p $$d/$$file "$(distdir)/$$file" \
907	    || exit 1; \
908	  fi; \
909	done
910check-am: all-am
911	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
912	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
913check: check-am
914all-am: Makefile
915installdirs:
916install: install-am
917install-exec: install-exec-am
918install-data: install-data-am
919uninstall: uninstall-am
920
921install-am: all-am
922	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
923
924installcheck: installcheck-am
925install-strip:
926	if test -z '$(STRIP)'; then \
927	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
928	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
929	      install; \
930	else \
931	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
932	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
933	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
934	fi
935mostlyclean-generic:
936	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
937	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
938	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
939
940clean-generic:
941
942distclean-generic:
943	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
944	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
945
946maintainer-clean-generic:
947	@echo "This command is intended for maintainers to use"
948	@echo "it deletes files that may require special tools to rebuild."
949clean: clean-am
950
951clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
952	mostlyclean-am
953
954distclean: distclean-am
955	-rm -rf ./$(DEPDIR)
956	-rm -f Makefile
957distclean-am: clean-am distclean-compile distclean-generic \
958	distclean-tags
959
960dvi: dvi-am
961
962dvi-am:
963
964html: html-am
965
966html-am:
967
968info: info-am
969
970info-am:
971
972install-data-am:
973
974install-dvi: install-dvi-am
975
976install-dvi-am:
977
978install-exec-am:
979
980install-html: install-html-am
981
982install-html-am:
983
984install-info: install-info-am
985
986install-info-am:
987
988install-man:
989
990install-pdf: install-pdf-am
991
992install-pdf-am:
993
994install-ps: install-ps-am
995
996install-ps-am:
997
998installcheck-am:
999
1000maintainer-clean: maintainer-clean-am
1001	-rm -rf ./$(DEPDIR)
1002	-rm -f Makefile
1003maintainer-clean-am: distclean-am maintainer-clean-generic
1004
1005mostlyclean: mostlyclean-am
1006
1007mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1008	mostlyclean-libtool
1009
1010pdf: pdf-am
1011
1012pdf-am:
1013
1014ps: ps-am
1015
1016ps-am:
1017
1018uninstall-am:
1019
1020.MAKE: check-am install-am install-strip
1021
1022.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1023	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
1024	ctags ctags-am distclean distclean-compile distclean-generic \
1025	distclean-libtool distclean-tags distdir dvi dvi-am html \
1026	html-am info info-am install install-am install-data \
1027	install-data-am install-dvi install-dvi-am install-exec \
1028	install-exec-am install-html install-html-am install-info \
1029	install-info-am install-man install-pdf install-pdf-am \
1030	install-ps install-ps-am install-strip installcheck \
1031	installcheck-am installdirs maintainer-clean \
1032	maintainer-clean-generic mostlyclean mostlyclean-compile \
1033	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1034	recheck tags tags-am uninstall uninstall-am
1035
1036.PRECIOUS: Makefile
1037
1038
1039# Tell versions [3.59,3.63) of GNU make to not export all variables.
1040# Otherwise a system limit (for SysV at least) may be exceeded.
1041.NOEXPORT:
1042