1# Makefile.in generated by automake 1.13.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54TESTS = test1$(EXEEXT)
55check_PROGRAMS = test1$(EXEEXT) test2$(EXEEXT) test3$(EXEEXT)
56subdir = .
57DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
58	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59	$(top_srcdir)/configure $(am__configure_deps) \
60	$(top_srcdir)/src/config.h.in ABOUT-NLS \
61	$(top_srcdir)/build-aux/depcomp $(include_HEADERS) \
62	$(top_srcdir)/build-aux/test-driver COPYING TODO \
63	build-aux/ar-lib build-aux/config.guess build-aux/config.rpath \
64	build-aux/config.sub build-aux/depcomp build-aux/install-sh \
65	build-aux/missing build-aux/ltmain.sh \
66	$(top_srcdir)/build-aux/ar-lib \
67	$(top_srcdir)/build-aux/config.guess \
68	$(top_srcdir)/build-aux/config.rpath \
69	$(top_srcdir)/build-aux/config.sub \
70	$(top_srcdir)/build-aux/install-sh \
71	$(top_srcdir)/build-aux/ltmain.sh \
72	$(top_srcdir)/build-aux/missing
73ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
75	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
76	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
77	$(top_srcdir)/configure.ac
78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79	$(ACLOCAL_M4)
80am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81 configure.lineno config.status.lineno
82mkinstalldirs = $(install_sh) -d
83CONFIG_HEADER = $(top_builddir)/src/config.h
84CONFIG_CLEAN_FILES =
85CONFIG_CLEAN_VPATH_FILES =
86am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87am__vpath_adj = case $$p in \
88    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89    *) f=$$p;; \
90  esac;
91am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92am__install_max = 40
93am__nobase_strip_setup = \
94  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95am__nobase_strip = \
96  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97am__nobase_list = $(am__nobase_strip_setup); \
98  for p in $$list; do echo "$$p $$p"; done | \
99  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101    if (++n[$$2] == $(am__install_max)) \
102      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103    END { for (dir in files) print dir, files[dir] }'
104am__base_list = \
105  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107am__uninstall_files_from_dir = { \
108  test -z "$$files" \
109    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111         $(am__cd) "$$dir" && rm -f $$files; }; \
112  }
113am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
114LTLIBRARIES = $(lib_LTLIBRARIES)
115libkpass_la_LIBADD =
116am_libkpass_la_OBJECTS = kpass.lo
117libkpass_la_OBJECTS = $(am_libkpass_la_OBJECTS)
118AM_V_lt = $(am__v_lt_@AM_V@)
119am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
120am__v_lt_0 = --silent
121am__v_lt_1 =
122libkpass_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
124	$(libkpass_la_LDFLAGS) $(LDFLAGS) -o $@
125am_test1_OBJECTS = test1.$(OBJEXT)
126test1_OBJECTS = $(am_test1_OBJECTS)
127test1_DEPENDENCIES = libkpass.la
128test1_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
129	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
130	$(test1_LDFLAGS) $(LDFLAGS) -o $@
131am_test2_OBJECTS = test2.$(OBJEXT)
132test2_OBJECTS = $(am_test2_OBJECTS)
133test2_DEPENDENCIES = libkpass.la
134test2_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
136	$(test2_LDFLAGS) $(LDFLAGS) -o $@
137am_test3_OBJECTS = test3.$(OBJEXT)
138test3_OBJECTS = $(am_test3_OBJECTS)
139test3_DEPENDENCIES = libkpass.la
140test3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142	$(test3_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_P = $(am__v_P_@AM_V@)
144am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145am__v_P_0 = false
146am__v_P_1 = :
147AM_V_GEN = $(am__v_GEN_@AM_V@)
148am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149am__v_GEN_0 = @echo "  GEN     " $@;
150am__v_GEN_1 =
151AM_V_at = $(am__v_at_@AM_V@)
152am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153am__v_at_0 = @
154am__v_at_1 =
155DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
156depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
157am__depfiles_maybe = depfiles
158am__mv = mv -f
159COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
163	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164	$(AM_CFLAGS) $(CFLAGS)
165AM_V_CC = $(am__v_CC_@AM_V@)
166am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
167am__v_CC_0 = @echo "  CC      " $@;
168am__v_CC_1 =
169CCLD = $(CC)
170LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
172	$(AM_LDFLAGS) $(LDFLAGS) -o $@
173AM_V_CCLD = $(am__v_CCLD_@AM_V@)
174am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
175am__v_CCLD_0 = @echo "  CCLD    " $@;
176am__v_CCLD_1 =
177SOURCES = $(libkpass_la_SOURCES) $(test1_SOURCES) $(test2_SOURCES) \
178	$(test3_SOURCES)
179DIST_SOURCES = $(libkpass_la_SOURCES) $(test1_SOURCES) \
180	$(test2_SOURCES) $(test3_SOURCES)
181RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
182	ctags-recursive dvi-recursive html-recursive info-recursive \
183	install-data-recursive install-dvi-recursive \
184	install-exec-recursive install-html-recursive \
185	install-info-recursive install-pdf-recursive \
186	install-ps-recursive install-recursive installcheck-recursive \
187	installdirs-recursive pdf-recursive ps-recursive \
188	tags-recursive uninstall-recursive
189am__can_run_installinfo = \
190  case $$AM_UPDATE_INFO_DIR in \
191    n|no|NO) false;; \
192    *) (install-info --version) >/dev/null 2>&1;; \
193  esac
194HEADERS = $(include_HEADERS)
195RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
196  distclean-recursive maintainer-clean-recursive
197am__recursive_targets = \
198  $(RECURSIVE_TARGETS) \
199  $(RECURSIVE_CLEAN_TARGETS) \
200  $(am__extra_recursive_targets)
201AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
202	cscope check recheck distdir dist dist-all distcheck
203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204# Read a list of newline-separated strings from the standard input,
205# and print each of them once, without duplicates.  Input order is
206# *not* preserved.
207am__uniquify_input = $(AWK) '\
208  BEGIN { nonempty = 0; } \
209  { items[$$0] = 1; nonempty = 1; } \
210  END { if (nonempty) { for (i in items) print i; }; } \
211'
212# Make sure the list of sources is unique.  This is necessary because,
213# e.g., the same source file might be shared among _SOURCES variables
214# for different programs/libraries.
215am__define_uniq_tagged_files = \
216  list='$(am__tagged_files)'; \
217  unique=`for i in $$list; do \
218    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219  done | $(am__uniquify_input)`
220ETAGS = etags
221CTAGS = ctags
222CSCOPE = cscope
223am__tty_colors_dummy = \
224  mgn= red= grn= lgn= blu= brg= std=; \
225  am__color_tests=no
226am__tty_colors = { \
227  $(am__tty_colors_dummy); \
228  if test "X$(AM_COLOR_TESTS)" = Xno; then \
229    am__color_tests=no; \
230  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
231    am__color_tests=yes; \
232  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
233    am__color_tests=yes; \
234  fi; \
235  if test $$am__color_tests = yes; then \
236    red=''; \
237    grn=''; \
238    lgn=''; \
239    blu=''; \
240    mgn=''; \
241    brg=''; \
242    std=''; \
243  fi; \
244}
245am__recheck_rx = ^[ 	]*:recheck:[ 	]*
246am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
247am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
248# A command that, given a newline-separated list of test names on the
249# standard input, print the name of the tests that are to be re-run
250# upon "make recheck".
251am__list_recheck_tests = $(AWK) '{ \
252  recheck = 1; \
253  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
254    { \
255      if (rc < 0) \
256        { \
257          if ((getline line2 < ($$0 ".log")) < 0) \
258	    recheck = 0; \
259          break; \
260        } \
261      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
262        { \
263          recheck = 0; \
264          break; \
265        } \
266      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
267        { \
268          break; \
269        } \
270    }; \
271  if (recheck) \
272    print $$0; \
273  close ($$0 ".trs"); \
274  close ($$0 ".log"); \
275}'
276# A command that, given a newline-separated list of test names on the
277# standard input, create the global log from their .trs and .log files.
278am__create_global_log = $(AWK) ' \
279function fatal(msg) \
280{ \
281  print "fatal: making $@: " msg | "cat >&2"; \
282  exit 1; \
283} \
284function rst_section(header) \
285{ \
286  print header; \
287  len = length(header); \
288  for (i = 1; i <= len; i = i + 1) \
289    printf "="; \
290  printf "\n\n"; \
291} \
292{ \
293  copy_in_global_log = 1; \
294  global_test_result = "RUN"; \
295  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
296    { \
297      if (rc < 0) \
298         fatal("failed to read from " $$0 ".trs"); \
299      if (line ~ /$(am__global_test_result_rx)/) \
300        { \
301          sub("$(am__global_test_result_rx)", "", line); \
302          sub("[ 	]*$$", "", line); \
303          global_test_result = line; \
304        } \
305      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
306        copy_in_global_log = 0; \
307    }; \
308  if (copy_in_global_log) \
309    { \
310      rst_section(global_test_result ": " $$0); \
311      while ((rc = (getline line < ($$0 ".log"))) != 0) \
312      { \
313        if (rc < 0) \
314          fatal("failed to read from " $$0 ".log"); \
315        print line; \
316      }; \
317      printf "\n"; \
318    }; \
319  close ($$0 ".trs"); \
320  close ($$0 ".log"); \
321}'
322# Restructured Text title.
323am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
324# Solaris 10 'make', and several other traditional 'make' implementations,
325# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
326# by disabling -e (using the XSI extension "set +e") if it's set.
327am__sh_e_setup = case $$- in *e*) set +e;; esac
328# Default flags passed to test drivers.
329am__common_driver_flags = \
330  --color-tests "$$am__color_tests" \
331  --enable-hard-errors "$$am__enable_hard_errors" \
332  --expect-failure "$$am__expect_failure"
333# To be inserted before the command running the test.  Creates the
334# directory for the log if needed.  Stores in $dir the directory
335# containing $f, in $tst the test, in $log the log.  Executes the
336# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
337# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
338# will run the test scripts (or their associated LOG_COMPILER, if
339# thy have one).
340am__check_pre = \
341$(am__sh_e_setup);					\
342$(am__vpath_adj_setup) $(am__vpath_adj)			\
343$(am__tty_colors);					\
344srcdir=$(srcdir); export srcdir;			\
345case "$@" in						\
346  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
347    *) am__odir=.;; 					\
348esac;							\
349test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
350  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
351if test -f "./$$f"; then dir=./;			\
352elif test -f "$$f"; then dir=;				\
353else dir="$(srcdir)/"; fi;				\
354tst=$$dir$$f; log='$@'; 				\
355if test -n '$(DISABLE_HARD_ERRORS)'; then		\
356  am__enable_hard_errors=no; 				\
357else							\
358  am__enable_hard_errors=yes; 				\
359fi; 							\
360case " $(XFAIL_TESTS) " in				\
361  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
362    am__expect_failure=yes;;				\
363  *)							\
364    am__expect_failure=no;;				\
365esac; 							\
366$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
367# A shell command to get the names of the tests scripts with any registered
368# extension removed (i.e., equivalently, the names of the test logs, with
369# the '.log' extension removed).  The result is saved in the shell variable
370# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
371# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
372# since that might cause problem with VPATH rewrites for suffix-less tests.
373# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
374am__set_TESTS_bases = \
375  bases='$(TEST_LOGS)'; \
376  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
377  bases=`echo $$bases`
378RECHECK_LOGS = $(TEST_LOGS)
379TEST_SUITE_LOG = test-suite.log
380TEST_EXTENSIONS = @EXEEXT@ .test
381LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
382LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
383am__set_b = \
384  case '$@' in \
385    */*) \
386      case '$*' in \
387        */*) b='$*';; \
388          *) b=`echo '$@' | sed 's/\.log$$//'`; \
389       esac;; \
390    *) \
391      b='$*';; \
392  esac
393am__test_logs1 = $(TESTS:=.log)
394am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
395TEST_LOGS = $(am__test_logs2:.test.log=.log)
396TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
397TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
398	$(TEST_LOG_FLAGS)
399DIST_SUBDIRS = $(SUBDIRS)
400DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
401distdir = $(PACKAGE)-$(VERSION)
402top_distdir = $(distdir)
403am__remove_distdir = \
404  if test -d "$(distdir)"; then \
405    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
406      && rm -rf "$(distdir)" \
407      || { sleep 5 && rm -rf "$(distdir)"; }; \
408  else :; fi
409am__post_remove_distdir = $(am__remove_distdir)
410am__relativize = \
411  dir0=`pwd`; \
412  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
413  sed_rest='s,^[^/]*/*,,'; \
414  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
415  sed_butlast='s,/*[^/]*$$,,'; \
416  while test -n "$$dir1"; do \
417    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
418    if test "$$first" != "."; then \
419      if test "$$first" = ".."; then \
420        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
421        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
422      else \
423        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
424        if test "$$first2" = "$$first"; then \
425          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
426        else \
427          dir2="../$$dir2"; \
428        fi; \
429        dir0="$$dir0"/"$$first"; \
430      fi; \
431    fi; \
432    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
433  done; \
434  reldir="$$dir2"
435DIST_ARCHIVES = $(distdir).tar.gz
436GZIP_ENV = --best
437DIST_TARGETS = dist-gzip
438distuninstallcheck_listfiles = find . -type f -print
439am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
440  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
441distcleancheck_listfiles = find . -type f -print
442ACLOCAL = @ACLOCAL@
443AMTAR = @AMTAR@
444AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
445AR = @AR@
446AUTOCONF = @AUTOCONF@
447AUTOHEADER = @AUTOHEADER@
448AUTOMAKE = @AUTOMAKE@
449AWK = @AWK@
450CC = @CC@
451CCDEPMODE = @CCDEPMODE@
452CFLAGS = @CFLAGS@
453CPP = @CPP@
454CPPFLAGS = @CPPFLAGS@
455CYGPATH_W = @CYGPATH_W@
456DEFS = @DEFS@
457DEPDIR = @DEPDIR@
458DLLTOOL = @DLLTOOL@
459DSYMUTIL = @DSYMUTIL@
460DUMPBIN = @DUMPBIN@
461ECHO_C = @ECHO_C@
462ECHO_N = @ECHO_N@
463ECHO_T = @ECHO_T@
464EGREP = @EGREP@
465EXEEXT = @EXEEXT@
466FGREP = @FGREP@
467GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
468GMSGFMT = @GMSGFMT@
469GMSGFMT_015 = @GMSGFMT_015@
470GREP = @GREP@
471INSTALL = @INSTALL@
472INSTALL_DATA = @INSTALL_DATA@
473INSTALL_PROGRAM = @INSTALL_PROGRAM@
474INSTALL_SCRIPT = @INSTALL_SCRIPT@
475INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
476INTLLIBS = @INTLLIBS@
477INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
478LD = @LD@
479LDFLAGS = @LDFLAGS@
480LIBICONV = @LIBICONV@
481LIBINTL = @LIBINTL@
482LIBOBJS = @LIBOBJS@
483LIBS = @LIBS@
484LIBTOOL = @LIBTOOL@
485LIPO = @LIPO@
486LN_S = @LN_S@
487LTLIBICONV = @LTLIBICONV@
488LTLIBINTL = @LTLIBINTL@
489LTLIBOBJS = @LTLIBOBJS@
490MAKEINFO = @MAKEINFO@
491MANIFEST_TOOL = @MANIFEST_TOOL@
492MKDIR_P = @MKDIR_P@
493MSGFMT = @MSGFMT@
494MSGFMT_015 = @MSGFMT_015@
495MSGMERGE = @MSGMERGE@
496NM = @NM@
497NMEDIT = @NMEDIT@
498OBJDUMP = @OBJDUMP@
499OBJEXT = @OBJEXT@
500OTOOL = @OTOOL@
501OTOOL64 = @OTOOL64@
502PACKAGE = @PACKAGE@
503PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
504PACKAGE_NAME = @PACKAGE_NAME@
505PACKAGE_STRING = @PACKAGE_STRING@
506PACKAGE_TARNAME = @PACKAGE_TARNAME@
507PACKAGE_URL = @PACKAGE_URL@
508PACKAGE_VERSION = @PACKAGE_VERSION@
509PATH_SEPARATOR = @PATH_SEPARATOR@
510POSUB = @POSUB@
511RANLIB = @RANLIB@
512SED = @SED@
513SET_MAKE = @SET_MAKE@
514SHELL = @SHELL@
515STRIP = @STRIP@
516USE_NLS = @USE_NLS@
517VERSION = @VERSION@
518XGETTEXT = @XGETTEXT@
519XGETTEXT_015 = @XGETTEXT_015@
520XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
521abs_builddir = @abs_builddir@
522abs_srcdir = @abs_srcdir@
523abs_top_builddir = @abs_top_builddir@
524abs_top_srcdir = @abs_top_srcdir@
525ac_ct_AR = @ac_ct_AR@
526ac_ct_CC = @ac_ct_CC@
527ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
528am__include = @am__include@
529am__leading_dot = @am__leading_dot@
530am__quote = @am__quote@
531am__tar = @am__tar@
532am__untar = @am__untar@
533bindir = @bindir@
534build = @build@
535build_alias = @build_alias@
536build_cpu = @build_cpu@
537build_os = @build_os@
538build_vendor = @build_vendor@
539builddir = @builddir@
540datadir = @datadir@
541datarootdir = @datarootdir@
542docdir = @docdir@
543dvidir = @dvidir@
544exec_prefix = @exec_prefix@
545host = @host@
546host_alias = @host_alias@
547host_cpu = @host_cpu@
548host_os = @host_os@
549host_vendor = @host_vendor@
550htmldir = @htmldir@
551includedir = @includedir@
552infodir = @infodir@
553install_sh = @install_sh@
554libdir = @libdir@
555libexecdir = @libexecdir@
556localedir = @localedir@
557localstatedir = @localstatedir@
558mandir = @mandir@
559mkdir_p = @mkdir_p@
560oldincludedir = @oldincludedir@
561pdfdir = @pdfdir@
562prefix = @prefix@
563program_transform_name = @program_transform_name@
564psdir = @psdir@
565sbindir = @sbindir@
566sharedstatedir = @sharedstatedir@
567srcdir = @srcdir@
568sysconfdir = @sysconfdir@
569target_alias = @target_alias@
570top_build_prefix = @top_build_prefix@
571top_builddir = @top_builddir@
572top_srcdir = @top_srcdir@
573lib_LTLIBRARIES = libkpass.la
574libkpass_la_SOURCES = src/kpass.c
575libkpass_la_LDFLAGS = -version-info 1:0:0
576include_HEADERS = src/kpass.h
577test1_SOURCES = src/test1.c
578test1_LDFLAGS = $(LTLIBINTL)
579test1_LDADD = libkpass.la
580test2_SOURCES = src/test2.c
581test2_LDFLAGS = $(LTLIBINTL)
582test2_LDADD = libkpass.la
583test3_SOURCES = src/test3.c
584test3_LDFLAGS = $(LTLIBINTL)
585test3_LDADD = libkpass.la
586ACLOCAL_AMFLAGS = -I m4
587SUBDIRS = po
588AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
589EXTRA_DIST = build-aux/config.rpath DbFormat.txt TODO test/block0.kdb \
590	test/block1.kdb test/block2.kdb test/block3.kdb \
591	test/block4.kdb test/block5.kdb test/block6.kdb \
592	test/block7.kdb test/block8.kdb test/block9.kdb \
593	test/block10.kdb test/block11.kdb test/block12.kdb \
594	test/block13.kdb test/block14.kdb test/block15.kdb \
595	test/keyfile.keyfile test/keyfile.kdb
596all: all-recursive
597
598.SUFFIXES:
599.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
600am--refresh: Makefile
601	@:
602$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
603	@for dep in $?; do \
604	  case '$(am__configure_deps)' in \
605	    *$$dep*) \
606	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
607	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
608		&& exit 0; \
609	      exit 1;; \
610	  esac; \
611	done; \
612	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
613	$(am__cd) $(top_srcdir) && \
614	  $(AUTOMAKE) --gnu Makefile
615.PRECIOUS: Makefile
616Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
617	@case '$?' in \
618	  *config.status*) \
619	    echo ' $(SHELL) ./config.status'; \
620	    $(SHELL) ./config.status;; \
621	  *) \
622	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
623	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
624	esac;
625
626$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
627	$(SHELL) ./config.status --recheck
628
629$(top_srcdir)/configure:  $(am__configure_deps)
630	$(am__cd) $(srcdir) && $(AUTOCONF)
631$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
632	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
633$(am__aclocal_m4_deps):
634
635src/config.h: src/stamp-h1
636	@if test ! -f $@; then rm -f src/stamp-h1; else :; fi
637	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1; else :; fi
638
639src/stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
640	@rm -f src/stamp-h1
641	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
642$(top_srcdir)/src/config.h.in:  $(am__configure_deps)
643	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
644	rm -f src/stamp-h1
645	touch $@
646
647distclean-hdr:
648	-rm -f src/config.h src/stamp-h1
649
650install-libLTLIBRARIES: $(lib_LTLIBRARIES)
651	@$(NORMAL_INSTALL)
652	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
653	list2=; for p in $$list; do \
654	  if test -f $$p; then \
655	    list2="$$list2 $$p"; \
656	  else :; fi; \
657	done; \
658	test -z "$$list2" || { \
659	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
660	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
661	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
662	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
663	}
664
665uninstall-libLTLIBRARIES:
666	@$(NORMAL_UNINSTALL)
667	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
668	for p in $$list; do \
669	  $(am__strip_dir) \
670	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
671	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
672	done
673
674clean-libLTLIBRARIES:
675	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
676	@list='$(lib_LTLIBRARIES)'; \
677	locs=`for p in $$list; do echo $$p; done | \
678	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
679	      sort -u`; \
680	test -z "$$locs" || { \
681	  echo rm -f $${locs}; \
682	  rm -f $${locs}; \
683	}
684libkpass.la: $(libkpass_la_OBJECTS) $(libkpass_la_DEPENDENCIES) $(EXTRA_libkpass_la_DEPENDENCIES)
685	$(AM_V_CCLD)$(libkpass_la_LINK) -rpath $(libdir) $(libkpass_la_OBJECTS) $(libkpass_la_LIBADD) $(LIBS)
686
687clean-checkPROGRAMS:
688	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
689	echo " rm -f" $$list; \
690	rm -f $$list || exit $$?; \
691	test -n "$(EXEEXT)" || exit 0; \
692	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
693	echo " rm -f" $$list; \
694	rm -f $$list
695test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) $(EXTRA_test1_DEPENDENCIES)
696	@rm -f test1$(EXEEXT)
697	$(AM_V_CCLD)$(test1_LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
698test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES) $(EXTRA_test2_DEPENDENCIES)
699	@rm -f test2$(EXEEXT)
700	$(AM_V_CCLD)$(test2_LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
701test3$(EXEEXT): $(test3_OBJECTS) $(test3_DEPENDENCIES) $(EXTRA_test3_DEPENDENCIES)
702	@rm -f test3$(EXEEXT)
703	$(AM_V_CCLD)$(test3_LINK) $(test3_OBJECTS) $(test3_LDADD) $(LIBS)
704
705mostlyclean-compile:
706	-rm -f *.$(OBJEXT)
707
708distclean-compile:
709	-rm -f *.tab.c
710
711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kpass.Plo@am__quote@
712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1.Po@am__quote@
713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2.Po@am__quote@
714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test3.Po@am__quote@
715
716.c.o:
717@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
718@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
719@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
720@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
722
723.c.obj:
724@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
725@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
726@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
727@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
729
730.c.lo:
731@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
732@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
733@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
734@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
736
737kpass.lo: src/kpass.c
738@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kpass.lo -MD -MP -MF $(DEPDIR)/kpass.Tpo -c -o kpass.lo `test -f 'src/kpass.c' || echo '$(srcdir)/'`src/kpass.c
739@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/kpass.Tpo $(DEPDIR)/kpass.Plo
740@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/kpass.c' object='kpass.lo' libtool=yes @AMDEPBACKSLASH@
741@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kpass.lo `test -f 'src/kpass.c' || echo '$(srcdir)/'`src/kpass.c
743
744test1.o: src/test1.c
745@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1.o -MD -MP -MF $(DEPDIR)/test1.Tpo -c -o test1.o `test -f 'src/test1.c' || echo '$(srcdir)/'`src/test1.c
746@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test1.Tpo $(DEPDIR)/test1.Po
747@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/test1.c' object='test1.o' libtool=no @AMDEPBACKSLASH@
748@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1.o `test -f 'src/test1.c' || echo '$(srcdir)/'`src/test1.c
750
751test1.obj: src/test1.c
752@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1.obj -MD -MP -MF $(DEPDIR)/test1.Tpo -c -o test1.obj `if test -f 'src/test1.c'; then $(CYGPATH_W) 'src/test1.c'; else $(CYGPATH_W) '$(srcdir)/src/test1.c'; fi`
753@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test1.Tpo $(DEPDIR)/test1.Po
754@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/test1.c' object='test1.obj' libtool=no @AMDEPBACKSLASH@
755@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1.obj `if test -f 'src/test1.c'; then $(CYGPATH_W) 'src/test1.c'; else $(CYGPATH_W) '$(srcdir)/src/test1.c'; fi`
757
758test2.o: src/test2.c
759@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2.o -MD -MP -MF $(DEPDIR)/test2.Tpo -c -o test2.o `test -f 'src/test2.c' || echo '$(srcdir)/'`src/test2.c
760@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test2.Tpo $(DEPDIR)/test2.Po
761@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/test2.c' object='test2.o' libtool=no @AMDEPBACKSLASH@
762@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2.o `test -f 'src/test2.c' || echo '$(srcdir)/'`src/test2.c
764
765test2.obj: src/test2.c
766@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2.obj -MD -MP -MF $(DEPDIR)/test2.Tpo -c -o test2.obj `if test -f 'src/test2.c'; then $(CYGPATH_W) 'src/test2.c'; else $(CYGPATH_W) '$(srcdir)/src/test2.c'; fi`
767@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test2.Tpo $(DEPDIR)/test2.Po
768@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/test2.c' object='test2.obj' libtool=no @AMDEPBACKSLASH@
769@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2.obj `if test -f 'src/test2.c'; then $(CYGPATH_W) 'src/test2.c'; else $(CYGPATH_W) '$(srcdir)/src/test2.c'; fi`
771
772test3.o: src/test3.c
773@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test3.o -MD -MP -MF $(DEPDIR)/test3.Tpo -c -o test3.o `test -f 'src/test3.c' || echo '$(srcdir)/'`src/test3.c
774@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test3.Tpo $(DEPDIR)/test3.Po
775@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/test3.c' object='test3.o' libtool=no @AMDEPBACKSLASH@
776@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test3.o `test -f 'src/test3.c' || echo '$(srcdir)/'`src/test3.c
778
779test3.obj: src/test3.c
780@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test3.obj -MD -MP -MF $(DEPDIR)/test3.Tpo -c -o test3.obj `if test -f 'src/test3.c'; then $(CYGPATH_W) 'src/test3.c'; else $(CYGPATH_W) '$(srcdir)/src/test3.c'; fi`
781@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test3.Tpo $(DEPDIR)/test3.Po
782@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/test3.c' object='test3.obj' libtool=no @AMDEPBACKSLASH@
783@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test3.obj `if test -f 'src/test3.c'; then $(CYGPATH_W) 'src/test3.c'; else $(CYGPATH_W) '$(srcdir)/src/test3.c'; fi`
785
786mostlyclean-libtool:
787	-rm -f *.lo
788
789clean-libtool:
790	-rm -rf .libs _libs
791
792distclean-libtool:
793	-rm -f libtool config.lt
794install-includeHEADERS: $(include_HEADERS)
795	@$(NORMAL_INSTALL)
796	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
797	if test -n "$$list"; then \
798	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
799	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
800	fi; \
801	for p in $$list; do \
802	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
803	  echo "$$d$$p"; \
804	done | $(am__base_list) | \
805	while read files; do \
806	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
807	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
808	done
809
810uninstall-includeHEADERS:
811	@$(NORMAL_UNINSTALL)
812	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
813	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
814	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
815
816# This directory's subdirectories are mostly independent; you can cd
817# into them and run 'make' without going through this Makefile.
818# To change the values of 'make' variables: instead of editing Makefiles,
819# (1) if the variable is set in 'config.status', edit 'config.status'
820#     (which will cause the Makefiles to be regenerated when you run 'make');
821# (2) otherwise, pass the desired values on the 'make' command line.
822$(am__recursive_targets):
823	@fail= failcom='exit 1'; \
824	for f in x $$MAKEFLAGS; do \
825	  case $$f in \
826	    *=* | --[!k]*);; \
827	    *k*) failcom='fail=yes';; \
828	  esac; \
829	done; \
830	dot_seen=no; \
831	target=`echo $@ | sed s/-recursive//`; \
832	case "$@" in \
833	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
834	  *) list='$(SUBDIRS)' ;; \
835	esac; \
836	for subdir in $$list; do \
837	  echo "Making $$target in $$subdir"; \
838	  if test "$$subdir" = "."; then \
839	    dot_seen=yes; \
840	    local_target="$$target-am"; \
841	  else \
842	    local_target="$$target"; \
843	  fi; \
844	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
845	  || eval $$failcom; \
846	done; \
847	if test "$$dot_seen" = "no"; then \
848	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
849	fi; test -z "$$fail"
850
851ID: $(am__tagged_files)
852	$(am__define_uniq_tagged_files); mkid -fID $$unique
853tags: tags-recursive
854TAGS: tags
855
856tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
857	set x; \
858	here=`pwd`; \
859	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
860	  include_option=--etags-include; \
861	  empty_fix=.; \
862	else \
863	  include_option=--include; \
864	  empty_fix=; \
865	fi; \
866	list='$(SUBDIRS)'; for subdir in $$list; do \
867	  if test "$$subdir" = .; then :; else \
868	    test ! -f $$subdir/TAGS || \
869	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
870	  fi; \
871	done; \
872	$(am__define_uniq_tagged_files); \
873	shift; \
874	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
875	  test -n "$$unique" || unique=$$empty_fix; \
876	  if test $$# -gt 0; then \
877	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
878	      "$$@" $$unique; \
879	  else \
880	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
881	      $$unique; \
882	  fi; \
883	fi
884ctags: ctags-recursive
885
886CTAGS: ctags
887ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
888	$(am__define_uniq_tagged_files); \
889	test -z "$(CTAGS_ARGS)$$unique" \
890	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
891	     $$unique
892
893GTAGS:
894	here=`$(am__cd) $(top_builddir) && pwd` \
895	  && $(am__cd) $(top_srcdir) \
896	  && gtags -i $(GTAGS_ARGS) "$$here"
897cscope: cscope.files
898	test ! -s cscope.files \
899	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
900clean-cscope:
901	-rm -f cscope.files
902cscope.files: clean-cscope cscopelist
903cscopelist: cscopelist-recursive
904
905cscopelist-am: $(am__tagged_files)
906	list='$(am__tagged_files)'; \
907	case "$(srcdir)" in \
908	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
909	  *) sdir=$(subdir)/$(srcdir) ;; \
910	esac; \
911	for i in $$list; do \
912	  if test -f "$$i"; then \
913	    echo "$(subdir)/$$i"; \
914	  else \
915	    echo "$$sdir/$$i"; \
916	  fi; \
917	done >> $(top_builddir)/cscope.files
918
919distclean-tags:
920	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
921	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
922
923# Recover from deleted '.trs' file; this should ensure that
924# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
925# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
926# to avoid problems with "make -n".
927.log.trs:
928	rm -f $< $@
929	$(MAKE) $(AM_MAKEFLAGS) $<
930
931# Leading 'am--fnord' is there to ensure the list of targets does not
932# exand to empty, as could happen e.g. with make check TESTS=''.
933am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
934am--force-recheck:
935	@:
936
937$(TEST_SUITE_LOG): $(TEST_LOGS)
938	@$(am__set_TESTS_bases); \
939	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
940	redo_bases=`for i in $$bases; do \
941	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
942	            done`; \
943	if test -n "$$redo_bases"; then \
944	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
945	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
946	  if $(am__make_dryrun); then :; else \
947	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
948	  fi; \
949	fi; \
950	if test -n "$$am__remaking_logs"; then \
951	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
952	       "recursion detected" >&2; \
953	else \
954	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
955	fi; \
956	if $(am__make_dryrun); then :; else \
957	  st=0;  \
958	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
959	  for i in $$redo_bases; do \
960	    test -f $$i.trs && test -r $$i.trs \
961	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
962	    test -f $$i.log && test -r $$i.log \
963	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
964	  done; \
965	  test $$st -eq 0 || exit 1; \
966	fi
967	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
968	ws='[ 	]'; \
969	results=`for b in $$bases; do echo $$b.trs; done`; \
970	test -n "$$results" || results=/dev/null; \
971	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
972	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
973	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
974	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
975	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
976	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
977	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
978	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
979	  success=true; \
980	else \
981	  success=false; \
982	fi; \
983	br='==================='; br=$$br$$br$$br$$br; \
984	result_count () \
985	{ \
986	    if test x"$$1" = x"--maybe-color"; then \
987	      maybe_colorize=yes; \
988	    elif test x"$$1" = x"--no-color"; then \
989	      maybe_colorize=no; \
990	    else \
991	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
992	    fi; \
993	    shift; \
994	    desc=$$1 count=$$2; \
995	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
996	      color_start=$$3 color_end=$$std; \
997	    else \
998	      color_start= color_end=; \
999	    fi; \
1000	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1001	}; \
1002	create_testsuite_report () \
1003	{ \
1004	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1005	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1006	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1007	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1008	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1009	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1010	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1011	}; \
1012	{								\
1013	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1014	    $(am__rst_title);						\
1015	  create_testsuite_report --no-color;				\
1016	  echo;								\
1017	  echo ".. contents:: :depth: 2";				\
1018	  echo;								\
1019	  for b in $$bases; do echo $$b; done				\
1020	    | $(am__create_global_log);					\
1021	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1022	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1023	if $$success; then						\
1024	  col="$$grn";							\
1025	 else								\
1026	  col="$$red";							\
1027	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1028	fi;								\
1029	echo "$${col}$$br$${std}"; 					\
1030	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1031	echo "$${col}$$br$${std}"; 					\
1032	create_testsuite_report --maybe-color;				\
1033	echo "$$col$$br$$std";						\
1034	if $$success; then :; else					\
1035	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1036	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1037	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1038	  fi;								\
1039	  echo "$$col$$br$$std";					\
1040	fi;								\
1041	$$success || exit 1
1042
1043check-TESTS:
1044	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1045	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1046	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1047	@set +e; $(am__set_TESTS_bases); \
1048	log_list=`for i in $$bases; do echo $$i.log; done`; \
1049	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1050	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1051	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1052	exit $$?;
1053recheck: all $(check_PROGRAMS)
1054	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1055	@set +e; $(am__set_TESTS_bases); \
1056	bases=`for i in $$bases; do echo $$i; done \
1057	         | $(am__list_recheck_tests)` || exit 1; \
1058	log_list=`for i in $$bases; do echo $$i.log; done`; \
1059	log_list=`echo $$log_list`; \
1060	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1061	        am__force_recheck=am--force-recheck \
1062	        TEST_LOGS="$$log_list"; \
1063	exit $$?
1064test1.log: test1$(EXEEXT)
1065	@p='test1$(EXEEXT)'; \
1066	b='test1'; \
1067	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1068	--log-file $$b.log --trs-file $$b.trs \
1069	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1070	"$$tst" $(AM_TESTS_FD_REDIRECT)
1071.test.log:
1072	@p='$<'; \
1073	$(am__set_b); \
1074	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1075	--log-file $$b.log --trs-file $$b.trs \
1076	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1077	"$$tst" $(AM_TESTS_FD_REDIRECT)
1078@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1079@am__EXEEXT_TRUE@	@p='$<'; \
1080@am__EXEEXT_TRUE@	$(am__set_b); \
1081@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1082@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1083@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1084@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1085
1086distdir: $(DISTFILES)
1087	$(am__remove_distdir)
1088	test -d "$(distdir)" || mkdir "$(distdir)"
1089	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1090	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1091	list='$(DISTFILES)'; \
1092	  dist_files=`for file in $$list; do echo $$file; done | \
1093	  sed -e "s|^$$srcdirstrip/||;t" \
1094	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1095	case $$dist_files in \
1096	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1097			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1098			   sort -u` ;; \
1099	esac; \
1100	for file in $$dist_files; do \
1101	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1102	  if test -d $$d/$$file; then \
1103	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1104	    if test -d "$(distdir)/$$file"; then \
1105	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1106	    fi; \
1107	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1108	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1109	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1110	    fi; \
1111	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1112	  else \
1113	    test -f "$(distdir)/$$file" \
1114	    || cp -p $$d/$$file "$(distdir)/$$file" \
1115	    || exit 1; \
1116	  fi; \
1117	done
1118	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1119	  if test "$$subdir" = .; then :; else \
1120	    $(am__make_dryrun) \
1121	      || test -d "$(distdir)/$$subdir" \
1122	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1123	      || exit 1; \
1124	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1125	    $(am__relativize); \
1126	    new_distdir=$$reldir; \
1127	    dir1=$$subdir; dir2="$(top_distdir)"; \
1128	    $(am__relativize); \
1129	    new_top_distdir=$$reldir; \
1130	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1131	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1132	    ($(am__cd) $$subdir && \
1133	      $(MAKE) $(AM_MAKEFLAGS) \
1134	        top_distdir="$$new_top_distdir" \
1135	        distdir="$$new_distdir" \
1136		am__remove_distdir=: \
1137		am__skip_length_check=: \
1138		am__skip_mode_fix=: \
1139	        distdir) \
1140	      || exit 1; \
1141	  fi; \
1142	done
1143	-test -n "$(am__skip_mode_fix)" \
1144	|| find "$(distdir)" -type d ! -perm -755 \
1145		-exec chmod u+rwx,go+rx {} \; -o \
1146	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1147	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1148	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1149	|| chmod -R a+r "$(distdir)"
1150dist-gzip: distdir
1151	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1152	$(am__post_remove_distdir)
1153
1154dist-bzip2: distdir
1155	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1156	$(am__post_remove_distdir)
1157
1158dist-lzip: distdir
1159	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1160	$(am__post_remove_distdir)
1161
1162dist-xz: distdir
1163	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1164	$(am__post_remove_distdir)
1165
1166dist-tarZ: distdir
1167	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1168	$(am__post_remove_distdir)
1169
1170dist-shar: distdir
1171	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1172	$(am__post_remove_distdir)
1173
1174dist-zip: distdir
1175	-rm -f $(distdir).zip
1176	zip -rq $(distdir).zip $(distdir)
1177	$(am__post_remove_distdir)
1178
1179dist dist-all:
1180	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1181	$(am__post_remove_distdir)
1182
1183# This target untars the dist file and tries a VPATH configuration.  Then
1184# it guarantees that the distribution is self-contained by making another
1185# tarfile.
1186distcheck: dist
1187	case '$(DIST_ARCHIVES)' in \
1188	*.tar.gz*) \
1189	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1190	*.tar.bz2*) \
1191	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1192	*.tar.lz*) \
1193	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1194	*.tar.xz*) \
1195	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1196	*.tar.Z*) \
1197	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1198	*.shar.gz*) \
1199	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1200	*.zip*) \
1201	  unzip $(distdir).zip ;;\
1202	esac
1203	chmod -R a-w $(distdir)
1204	chmod u+w $(distdir)
1205	mkdir $(distdir)/_build $(distdir)/_inst
1206	chmod a-w $(distdir)
1207	test -d $(distdir)/_build || exit 0; \
1208	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1209	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1210	  && am__cwd=`pwd` \
1211	  && $(am__cd) $(distdir)/_build \
1212	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1213	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1214	    $(DISTCHECK_CONFIGURE_FLAGS) \
1215	  && $(MAKE) $(AM_MAKEFLAGS) \
1216	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1217	  && $(MAKE) $(AM_MAKEFLAGS) check \
1218	  && $(MAKE) $(AM_MAKEFLAGS) install \
1219	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1220	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1221	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1222	        distuninstallcheck \
1223	  && chmod -R a-w "$$dc_install_base" \
1224	  && ({ \
1225	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1226	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1227	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1228	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1229	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1230	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1231	  && rm -rf "$$dc_destdir" \
1232	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1233	  && rm -rf $(DIST_ARCHIVES) \
1234	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1235	  && cd "$$am__cwd" \
1236	  || exit 1
1237	$(am__post_remove_distdir)
1238	@(echo "$(distdir) archives ready for distribution: "; \
1239	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1240	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1241distuninstallcheck:
1242	@test -n '$(distuninstallcheck_dir)' || { \
1243	  echo 'ERROR: trying to run $@ with an empty' \
1244	       '$$(distuninstallcheck_dir)' >&2; \
1245	  exit 1; \
1246	}; \
1247	$(am__cd) '$(distuninstallcheck_dir)' || { \
1248	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1249	  exit 1; \
1250	}; \
1251	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1252	   || { echo "ERROR: files left after uninstall:" ; \
1253	        if test -n "$(DESTDIR)"; then \
1254	          echo "  (check DESTDIR support)"; \
1255	        fi ; \
1256	        $(distuninstallcheck_listfiles) ; \
1257	        exit 1; } >&2
1258distcleancheck: distclean
1259	@if test '$(srcdir)' = . ; then \
1260	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1261	  exit 1 ; \
1262	fi
1263	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1264	  || { echo "ERROR: files left in build directory after distclean:" ; \
1265	       $(distcleancheck_listfiles) ; \
1266	       exit 1; } >&2
1267check-am: all-am
1268	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1269	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1270check: check-recursive
1271all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1272installdirs: installdirs-recursive
1273installdirs-am:
1274	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
1275	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1276	done
1277install: install-recursive
1278install-exec: install-exec-recursive
1279install-data: install-data-recursive
1280uninstall: uninstall-recursive
1281
1282install-am: all-am
1283	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1284
1285installcheck: installcheck-recursive
1286install-strip:
1287	if test -z '$(STRIP)'; then \
1288	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1289	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1290	      install; \
1291	else \
1292	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1293	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1294	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1295	fi
1296mostlyclean-generic:
1297	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1298	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1299	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1300
1301clean-generic:
1302
1303distclean-generic:
1304	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1305	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1306
1307maintainer-clean-generic:
1308	@echo "This command is intended for maintainers to use"
1309	@echo "it deletes files that may require special tools to rebuild."
1310clean: clean-recursive
1311
1312clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1313	clean-libtool mostlyclean-am
1314
1315distclean: distclean-recursive
1316	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1317	-rm -rf ./$(DEPDIR)
1318	-rm -f Makefile
1319distclean-am: clean-am distclean-compile distclean-generic \
1320	distclean-hdr distclean-libtool distclean-tags
1321
1322dvi: dvi-recursive
1323
1324dvi-am:
1325
1326html: html-recursive
1327
1328html-am:
1329
1330info: info-recursive
1331
1332info-am:
1333
1334install-data-am: install-includeHEADERS
1335
1336install-dvi: install-dvi-recursive
1337
1338install-dvi-am:
1339
1340install-exec-am: install-libLTLIBRARIES
1341
1342install-html: install-html-recursive
1343
1344install-html-am:
1345
1346install-info: install-info-recursive
1347
1348install-info-am:
1349
1350install-man:
1351
1352install-pdf: install-pdf-recursive
1353
1354install-pdf-am:
1355
1356install-ps: install-ps-recursive
1357
1358install-ps-am:
1359
1360installcheck-am:
1361
1362maintainer-clean: maintainer-clean-recursive
1363	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1364	-rm -rf $(top_srcdir)/autom4te.cache
1365	-rm -rf ./$(DEPDIR)
1366	-rm -f Makefile
1367maintainer-clean-am: distclean-am maintainer-clean-generic
1368
1369mostlyclean: mostlyclean-recursive
1370
1371mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1372	mostlyclean-libtool
1373
1374pdf: pdf-recursive
1375
1376pdf-am:
1377
1378ps: ps-recursive
1379
1380ps-am:
1381
1382uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
1383
1384.MAKE: $(am__recursive_targets) check-am install-am install-strip
1385
1386.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1387	am--refresh check check-TESTS check-am clean \
1388	clean-checkPROGRAMS clean-cscope clean-generic \
1389	clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1390	ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1391	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1392	distclean-compile distclean-generic distclean-hdr \
1393	distclean-libtool distclean-tags distcleancheck distdir \
1394	distuninstallcheck dvi dvi-am html html-am info info-am \
1395	install install-am install-data install-data-am install-dvi \
1396	install-dvi-am install-exec install-exec-am install-html \
1397	install-html-am install-includeHEADERS install-info \
1398	install-info-am install-libLTLIBRARIES install-man install-pdf \
1399	install-pdf-am install-ps install-ps-am install-strip \
1400	installcheck installcheck-am installdirs installdirs-am \
1401	maintainer-clean maintainer-clean-generic mostlyclean \
1402	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1403	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
1404	uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES
1405
1406
1407# Tell versions [3.59,3.63) of GNU make to not export all variables.
1408# Otherwise a system limit (for SysV at least) may be exceeded.
1409.NOEXPORT:
1410