1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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# Written by Simon Josefsson <simon@josefsson.org>.
18# Copyright (c) 2006-2014 Yubico AB
19# All rights reserved.
20#
21# Redistribution and use in source and binary forms, with or without
22# modification, are permitted provided that the following conditions are
23# met:
24#
25#   * Redistributions of source code must retain the above copyright
26#      notice, this list of conditions and the following disclaimer.
27#
28#   * Redistributions in binary form must reproduce the above
29#      copyright notice, this list of conditions and the following
30#      disclaimer in the documentation and/or other materials provided
31#      with the distribution.
32#
33# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
36# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
45
46
47VPATH = @srcdir@
48am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
49am__make_running_with_option = \
50  case $${target_option-} in \
51      ?) ;; \
52      *) echo "am__make_running_with_option: internal error: invalid" \
53              "target option '$${target_option-}' specified" >&2; \
54         exit 1;; \
55  esac; \
56  has_opt=no; \
57  sane_makeflags=$$MAKEFLAGS; \
58  if $(am__is_gnu_make); then \
59    sane_makeflags=$$MFLAGS; \
60  else \
61    case $$MAKEFLAGS in \
62      *\\[\ \	]*) \
63        bs=\\; \
64        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
66    esac; \
67  fi; \
68  skip_next=no; \
69  strip_trailopt () \
70  { \
71    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
72  }; \
73  for flg in $$sane_makeflags; do \
74    test $$skip_next = yes && { skip_next=no; continue; }; \
75    case $$flg in \
76      *=*|--*) continue;; \
77        -*I) strip_trailopt 'I'; skip_next=yes;; \
78      -*I?*) strip_trailopt 'I';; \
79        -*O) strip_trailopt 'O'; skip_next=yes;; \
80      -*O?*) strip_trailopt 'O';; \
81        -*l) strip_trailopt 'l'; skip_next=yes;; \
82      -*l?*) strip_trailopt 'l';; \
83      -[dEDm]) skip_next=yes;; \
84      -[JT]) skip_next=yes;; \
85    esac; \
86    case $$flg in \
87      *$$target_option*) has_opt=yes; break;; \
88    esac; \
89  done; \
90  test $$has_opt = yes
91am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93pkgdatadir = $(datadir)/@PACKAGE@
94pkgincludedir = $(includedir)/@PACKAGE@
95pkglibdir = $(libdir)/@PACKAGE@
96pkglibexecdir = $(libexecdir)/@PACKAGE@
97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98install_sh_DATA = $(install_sh) -c -m 644
99install_sh_PROGRAM = $(install_sh) -c
100install_sh_SCRIPT = $(install_sh) -c
101INSTALL_HEADER = $(INSTALL_DATA)
102transform = $(program_transform_name)
103NORMAL_INSTALL = :
104PRE_INSTALL = :
105POST_INSTALL = :
106NORMAL_UNINSTALL = :
107PRE_UNINSTALL = :
108POST_UNINSTALL = :
109build_triplet = @build@
110host_triplet = @host@
111@HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/libyubikey.map
112@HAVE_LD_VERSION_SCRIPT_FALSE@am__append_2 = -export-symbols-regex '^yubikey_.*'
113bin_PROGRAMS = modhex$(EXEEXT) ykparse$(EXEEXT) ykgenerate$(EXEEXT)
114subdir = .
115DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
116	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
117	$(top_srcdir)/configure $(am__configure_deps) \
118	$(top_srcdir)/build-aux/depcomp $(dist_man_MANS) \
119	$(include_HEADERS) COPYING THANKS build-aux/ar-lib \
120	build-aux/compile build-aux/config.guess build-aux/config.sub \
121	build-aux/depcomp build-aux/install-sh build-aux/missing \
122	build-aux/ltmain.sh $(top_srcdir)/build-aux/ar-lib \
123	$(top_srcdir)/build-aux/compile \
124	$(top_srcdir)/build-aux/config.guess \
125	$(top_srcdir)/build-aux/config.sub \
126	$(top_srcdir)/build-aux/install-sh \
127	$(top_srcdir)/build-aux/ltmain.sh \
128	$(top_srcdir)/build-aux/missing
129ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version-script.m4 \
131	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
132	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
133	$(top_srcdir)/m4/lt~obsolete.m4 \
134	$(top_srcdir)/m4/manywarnings.m4 \
135	$(top_srcdir)/m4/valgrind-tests.m4 \
136	$(top_srcdir)/m4/warnings.m4 $(top_srcdir)/configure.ac
137am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
138	$(ACLOCAL_M4)
139am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
140 configure.lineno config.status.lineno
141mkinstalldirs = $(install_sh) -d
142CONFIG_CLEAN_FILES =
143CONFIG_CLEAN_VPATH_FILES =
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
172	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"
173LTLIBRARIES = $(lib_LTLIBRARIES)
174libyubikey_la_LIBADD =
175am_libyubikey_la_OBJECTS = yktoken.lo ykhex.lo ykcrc.lo ykaes.lo
176libyubikey_la_OBJECTS = $(am_libyubikey_la_OBJECTS)
177AM_V_lt = $(am__v_lt_@AM_V@)
178am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
179am__v_lt_0 = --silent
180am__v_lt_1 =
181libyubikey_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
183	$(libyubikey_la_LDFLAGS) $(LDFLAGS) -o $@
184PROGRAMS = $(bin_PROGRAMS)
185am_modhex_OBJECTS = modhex.$(OBJEXT)
186modhex_OBJECTS = $(am_modhex_OBJECTS)
187modhex_DEPENDENCIES = ./libyubikey.la
188am_ykgenerate_OBJECTS = ykgenerate.$(OBJEXT)
189ykgenerate_OBJECTS = $(am_ykgenerate_OBJECTS)
190ykgenerate_DEPENDENCIES = ./libyubikey.la
191am_ykparse_OBJECTS = ykparse.$(OBJEXT)
192ykparse_OBJECTS = $(am_ykparse_OBJECTS)
193ykparse_DEPENDENCIES = ./libyubikey.la
194AM_V_P = $(am__v_P_@AM_V@)
195am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
196am__v_P_0 = false
197am__v_P_1 = :
198AM_V_GEN = $(am__v_GEN_@AM_V@)
199am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
200am__v_GEN_0 = @echo "  GEN     " $@;
201am__v_GEN_1 =
202AM_V_at = $(am__v_at_@AM_V@)
203am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
204am__v_at_0 = @
205am__v_at_1 =
206DEFAULT_INCLUDES = -I.@am__isrc@
207depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
208am__depfiles_maybe = depfiles
209am__mv = mv -f
210COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
211	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
214	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
215	$(AM_CFLAGS) $(CFLAGS)
216AM_V_CC = $(am__v_CC_@AM_V@)
217am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
218am__v_CC_0 = @echo "  CC      " $@;
219am__v_CC_1 =
220CCLD = $(CC)
221LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
223	$(AM_LDFLAGS) $(LDFLAGS) -o $@
224AM_V_CCLD = $(am__v_CCLD_@AM_V@)
225am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
226am__v_CCLD_0 = @echo "  CCLD    " $@;
227am__v_CCLD_1 =
228SOURCES = $(libyubikey_la_SOURCES) $(modhex_SOURCES) \
229	$(ykgenerate_SOURCES) $(ykparse_SOURCES)
230DIST_SOURCES = $(libyubikey_la_SOURCES) $(modhex_SOURCES) \
231	$(ykgenerate_SOURCES) $(ykparse_SOURCES)
232RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
233	ctags-recursive dvi-recursive html-recursive info-recursive \
234	install-data-recursive install-dvi-recursive \
235	install-exec-recursive install-html-recursive \
236	install-info-recursive install-pdf-recursive \
237	install-ps-recursive install-recursive installcheck-recursive \
238	installdirs-recursive pdf-recursive ps-recursive \
239	tags-recursive uninstall-recursive
240am__can_run_installinfo = \
241  case $$AM_UPDATE_INFO_DIR in \
242    n|no|NO) false;; \
243    *) (install-info --version) >/dev/null 2>&1;; \
244  esac
245man1dir = $(mandir)/man1
246NROFF = nroff
247MANS = $(dist_man_MANS)
248HEADERS = $(include_HEADERS)
249RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
250  distclean-recursive maintainer-clean-recursive
251am__recursive_targets = \
252  $(RECURSIVE_TARGETS) \
253  $(RECURSIVE_CLEAN_TARGETS) \
254  $(am__extra_recursive_targets)
255AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
256	cscope distdir dist dist-all distcheck
257am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
258# Read a list of newline-separated strings from the standard input,
259# and print each of them once, without duplicates.  Input order is
260# *not* preserved.
261am__uniquify_input = $(AWK) '\
262  BEGIN { nonempty = 0; } \
263  { items[$$0] = 1; nonempty = 1; } \
264  END { if (nonempty) { for (i in items) print i; }; } \
265'
266# Make sure the list of sources is unique.  This is necessary because,
267# e.g., the same source file might be shared among _SOURCES variables
268# for different programs/libraries.
269am__define_uniq_tagged_files = \
270  list='$(am__tagged_files)'; \
271  unique=`for i in $$list; do \
272    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273  done | $(am__uniquify_input)`
274ETAGS = etags
275CTAGS = ctags
276CSCOPE = cscope
277DIST_SUBDIRS = $(SUBDIRS)
278DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
279distdir = $(PACKAGE)-$(VERSION)
280top_distdir = $(distdir)
281am__remove_distdir = \
282  if test -d "$(distdir)"; then \
283    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
284      && rm -rf "$(distdir)" \
285      || { sleep 5 && rm -rf "$(distdir)"; }; \
286  else :; fi
287am__post_remove_distdir = $(am__remove_distdir)
288am__relativize = \
289  dir0=`pwd`; \
290  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
291  sed_rest='s,^[^/]*/*,,'; \
292  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
293  sed_butlast='s,/*[^/]*$$,,'; \
294  while test -n "$$dir1"; do \
295    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
296    if test "$$first" != "."; then \
297      if test "$$first" = ".."; then \
298        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
299        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
300      else \
301        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
302        if test "$$first2" = "$$first"; then \
303          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
304        else \
305          dir2="../$$dir2"; \
306        fi; \
307        dir0="$$dir0"/"$$first"; \
308      fi; \
309    fi; \
310    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
311  done; \
312  reldir="$$dir2"
313DIST_ARCHIVES = $(distdir).tar.gz
314GZIP_ENV = --best
315DIST_TARGETS = dist-gzip
316distuninstallcheck_listfiles = find . -type f -print
317am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
318  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
319distcleancheck_listfiles = find . -type f -print
320A2X = @A2X@
321ACLOCAL = @ACLOCAL@
322AMTAR = @AMTAR@
323AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
324AR = @AR@
325AS = @AS@
326AUTOCONF = @AUTOCONF@
327AUTOHEADER = @AUTOHEADER@
328AUTOMAKE = @AUTOMAKE@
329AWK = @AWK@
330CC = @CC@
331CCDEPMODE = @CCDEPMODE@
332CFLAGS = @CFLAGS@
333CPP = @CPP@
334CPPFLAGS = @CPPFLAGS@
335CYGPATH_W = @CYGPATH_W@
336DEFS = @DEFS@
337DEPDIR = @DEPDIR@
338DLLTOOL = @DLLTOOL@
339DSYMUTIL = @DSYMUTIL@
340DUMPBIN = @DUMPBIN@
341ECHO_C = @ECHO_C@
342ECHO_N = @ECHO_N@
343ECHO_T = @ECHO_T@
344EGREP = @EGREP@
345EXEEXT = @EXEEXT@
346FGREP = @FGREP@
347GREP = @GREP@
348INSTALL = @INSTALL@
349INSTALL_DATA = @INSTALL_DATA@
350INSTALL_PROGRAM = @INSTALL_PROGRAM@
351INSTALL_SCRIPT = @INSTALL_SCRIPT@
352INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
353LD = @LD@
354LDFLAGS = @LDFLAGS@
355LIBOBJS = @LIBOBJS@
356LIBS = @LIBS@
357LIBTOOL = @LIBTOOL@
358LIPO = @LIPO@
359LN_S = @LN_S@
360LTLIBOBJS = @LTLIBOBJS@
361LT_AGE = @LT_AGE@
362LT_CURRENT = @LT_CURRENT@
363LT_REVISION = @LT_REVISION@
364MAKEINFO = @MAKEINFO@
365MANIFEST_TOOL = @MANIFEST_TOOL@
366MKDIR_P = @MKDIR_P@
367NM = @NM@
368NMEDIT = @NMEDIT@
369OBJDUMP = @OBJDUMP@
370OBJEXT = @OBJEXT@
371OTOOL = @OTOOL@
372OTOOL64 = @OTOOL64@
373PACKAGE = @PACKAGE@
374PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
375PACKAGE_NAME = @PACKAGE_NAME@
376PACKAGE_STRING = @PACKAGE_STRING@
377PACKAGE_TARNAME = @PACKAGE_TARNAME@
378PACKAGE_URL = @PACKAGE_URL@
379PACKAGE_VERSION = @PACKAGE_VERSION@
380PATH_SEPARATOR = @PATH_SEPARATOR@
381RANLIB = @RANLIB@
382SED = @SED@
383SET_MAKE = @SET_MAKE@
384SHELL = @SHELL@
385STRIP = @STRIP@
386VALGRIND = @VALGRIND@
387VERSION = @VERSION@
388WARN_CFLAGS = @WARN_CFLAGS@
389abs_builddir = @abs_builddir@
390abs_srcdir = @abs_srcdir@
391abs_top_builddir = @abs_top_builddir@
392abs_top_srcdir = @abs_top_srcdir@
393ac_ct_AR = @ac_ct_AR@
394ac_ct_CC = @ac_ct_CC@
395ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
396am__include = @am__include@
397am__leading_dot = @am__leading_dot@
398am__quote = @am__quote@
399am__tar = @am__tar@
400am__untar = @am__untar@
401bindir = @bindir@
402build = @build@
403build_alias = @build_alias@
404build_cpu = @build_cpu@
405build_os = @build_os@
406build_vendor = @build_vendor@
407builddir = @builddir@
408datadir = @datadir@
409datarootdir = @datarootdir@
410docdir = @docdir@
411dvidir = @dvidir@
412exec_prefix = @exec_prefix@
413host = @host@
414host_alias = @host_alias@
415host_cpu = @host_cpu@
416host_os = @host_os@
417host_vendor = @host_vendor@
418htmldir = @htmldir@
419includedir = @includedir@
420infodir = @infodir@
421install_sh = @install_sh@
422libdir = @libdir@
423libexecdir = @libexecdir@
424localedir = @localedir@
425localstatedir = @localstatedir@
426mandir = @mandir@
427mkdir_p = @mkdir_p@
428oldincludedir = @oldincludedir@
429pdfdir = @pdfdir@
430prefix = @prefix@
431program_transform_name = @program_transform_name@
432psdir = @psdir@
433sbindir = @sbindir@
434sharedstatedir = @sharedstatedir@
435srcdir = @srcdir@
436sysconfdir = @sysconfdir@
437target_alias = @target_alias@
438top_build_prefix = @top_build_prefix@
439top_builddir = @top_builddir@
440top_srcdir = @top_srcdir@
441SUBDIRS = . tests
442ACLOCAL_AMFLAGS = -I m4
443DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-warnings
444AM_CFLAGS = $(WARN_CFLAGS)
445
446# The library.
447lib_LTLIBRARIES = libyubikey.la
448include_HEADERS = yubikey.h
449libyubikey_la_SOURCES = yktoken.c ykhex.c ykcrc.c ykaes.c \
450	libyubikey.map
451libyubikey_la_LDFLAGS = -no-undefined -version-info \
452	$(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(am__append_1) \
453	$(am__append_2)
454modhex_SOURCES = modhex.c
455modhex_LDADD = ./libyubikey.la
456ykparse_SOURCES = ykparse.c
457ykparse_LDADD = ./libyubikey.la
458ykgenerate_SOURCES = ykgenerate.c
459ykgenerate_LDADD = ./libyubikey.la
460dist_man_MANS = modhex.1 ykparse.1 ykgenerate.1
461DISTCLEANFILES = $(dist_man_MANS)
462SUFFIXES = .1.txt .1
463MANSOURCES = modhex.1.txt ykparse.1.txt ykgenerate.1.txt
464EXTRA_DIST = $(MANSOURCES) simple.mk THANKS
465PROJECT = yubico-c
466all: all-recursive
467
468.SUFFIXES:
469.SUFFIXES: .1.txt .1 .c .lo .o .obj
470am--refresh: Makefile
471	@:
472$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
473	@for dep in $?; do \
474	  case '$(am__configure_deps)' in \
475	    *$$dep*) \
476	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
477	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
478		&& exit 0; \
479	      exit 1;; \
480	  esac; \
481	done; \
482	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
483	$(am__cd) $(top_srcdir) && \
484	  $(AUTOMAKE) --gnu Makefile
485.PRECIOUS: Makefile
486Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487	@case '$?' in \
488	  *config.status*) \
489	    echo ' $(SHELL) ./config.status'; \
490	    $(SHELL) ./config.status;; \
491	  *) \
492	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
493	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
494	esac;
495
496$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
497	$(SHELL) ./config.status --recheck
498
499$(top_srcdir)/configure:  $(am__configure_deps)
500	$(am__cd) $(srcdir) && $(AUTOCONF)
501$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
502	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
503$(am__aclocal_m4_deps):
504
505install-libLTLIBRARIES: $(lib_LTLIBRARIES)
506	@$(NORMAL_INSTALL)
507	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
508	list2=; for p in $$list; do \
509	  if test -f $$p; then \
510	    list2="$$list2 $$p"; \
511	  else :; fi; \
512	done; \
513	test -z "$$list2" || { \
514	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
515	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
516	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
517	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
518	}
519
520uninstall-libLTLIBRARIES:
521	@$(NORMAL_UNINSTALL)
522	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
523	for p in $$list; do \
524	  $(am__strip_dir) \
525	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
526	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
527	done
528
529clean-libLTLIBRARIES:
530	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
531	@list='$(lib_LTLIBRARIES)'; \
532	locs=`for p in $$list; do echo $$p; done | \
533	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
534	      sort -u`; \
535	test -z "$$locs" || { \
536	  echo rm -f $${locs}; \
537	  rm -f $${locs}; \
538	}
539
540libyubikey.la: $(libyubikey_la_OBJECTS) $(libyubikey_la_DEPENDENCIES) $(EXTRA_libyubikey_la_DEPENDENCIES)
541	$(AM_V_CCLD)$(libyubikey_la_LINK) -rpath $(libdir) $(libyubikey_la_OBJECTS) $(libyubikey_la_LIBADD) $(LIBS)
542install-binPROGRAMS: $(bin_PROGRAMS)
543	@$(NORMAL_INSTALL)
544	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
545	if test -n "$$list"; then \
546	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
547	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
548	fi; \
549	for p in $$list; do echo "$$p $$p"; done | \
550	sed 's/$(EXEEXT)$$//' | \
551	while read p p1; do if test -f $$p \
552	 || test -f $$p1 \
553	  ; then echo "$$p"; echo "$$p"; else :; fi; \
554	done | \
555	sed -e 'p;s,.*/,,;n;h' \
556	    -e 's|.*|.|' \
557	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
558	sed 'N;N;N;s,\n, ,g' | \
559	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
560	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
561	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
562	    else { print "f", $$3 "/" $$4, $$1; } } \
563	  END { for (d in files) print "f", d, files[d] }' | \
564	while read type dir files; do \
565	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
566	    test -z "$$files" || { \
567	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
568	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
569	    } \
570	; done
571
572uninstall-binPROGRAMS:
573	@$(NORMAL_UNINSTALL)
574	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
575	files=`for p in $$list; do echo "$$p"; done | \
576	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
577	      -e 's/$$/$(EXEEXT)/' \
578	`; \
579	test -n "$$list" || exit 0; \
580	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
581	cd "$(DESTDIR)$(bindir)" && rm -f $$files
582
583clean-binPROGRAMS:
584	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
585	echo " rm -f" $$list; \
586	rm -f $$list || exit $$?; \
587	test -n "$(EXEEXT)" || exit 0; \
588	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
589	echo " rm -f" $$list; \
590	rm -f $$list
591
592modhex$(EXEEXT): $(modhex_OBJECTS) $(modhex_DEPENDENCIES) $(EXTRA_modhex_DEPENDENCIES)
593	@rm -f modhex$(EXEEXT)
594	$(AM_V_CCLD)$(LINK) $(modhex_OBJECTS) $(modhex_LDADD) $(LIBS)
595
596ykgenerate$(EXEEXT): $(ykgenerate_OBJECTS) $(ykgenerate_DEPENDENCIES) $(EXTRA_ykgenerate_DEPENDENCIES)
597	@rm -f ykgenerate$(EXEEXT)
598	$(AM_V_CCLD)$(LINK) $(ykgenerate_OBJECTS) $(ykgenerate_LDADD) $(LIBS)
599
600ykparse$(EXEEXT): $(ykparse_OBJECTS) $(ykparse_DEPENDENCIES) $(EXTRA_ykparse_DEPENDENCIES)
601	@rm -f ykparse$(EXEEXT)
602	$(AM_V_CCLD)$(LINK) $(ykparse_OBJECTS) $(ykparse_LDADD) $(LIBS)
603
604mostlyclean-compile:
605	-rm -f *.$(OBJEXT)
606
607distclean-compile:
608	-rm -f *.tab.c
609
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modhex.Po@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ykaes.Plo@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ykcrc.Plo@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ykgenerate.Po@am__quote@
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ykhex.Plo@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ykparse.Po@am__quote@
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yktoken.Plo@am__quote@
617
618.c.o:
619@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
620@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
624
625.c.obj:
626@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
627@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
628@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
631
632.c.lo:
633@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
634@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
635@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
638
639mostlyclean-libtool:
640	-rm -f *.lo
641
642clean-libtool:
643	-rm -rf .libs _libs
644
645distclean-libtool:
646	-rm -f libtool config.lt
647install-man1: $(dist_man_MANS)
648	@$(NORMAL_INSTALL)
649	@list1=''; \
650	list2='$(dist_man_MANS)'; \
651	test -n "$(man1dir)" \
652	  && test -n "`echo $$list1$$list2`" \
653	  || exit 0; \
654	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
655	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
656	{ for i in $$list1; do echo "$$i"; done;  \
657	if test -n "$$list2"; then \
658	  for i in $$list2; do echo "$$i"; done \
659	    | sed -n '/\.1[a-z]*$$/p'; \
660	fi; \
661	} | while read p; do \
662	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
663	  echo "$$d$$p"; echo "$$p"; \
664	done | \
665	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
666	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
667	sed 'N;N;s,\n, ,g' | { \
668	list=; while read file base inst; do \
669	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
670	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
671	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
672	  fi; \
673	done; \
674	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
675	while read files; do \
676	  test -z "$$files" || { \
677	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
678	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
679	done; }
680
681uninstall-man1:
682	@$(NORMAL_UNINSTALL)
683	@list=''; test -n "$(man1dir)" || exit 0; \
684	files=`{ for i in $$list; do echo "$$i"; done; \
685	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
686	  sed -n '/\.1[a-z]*$$/p'; \
687	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
688	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
689	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
690install-includeHEADERS: $(include_HEADERS)
691	@$(NORMAL_INSTALL)
692	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
693	if test -n "$$list"; then \
694	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
695	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
696	fi; \
697	for p in $$list; do \
698	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
699	  echo "$$d$$p"; \
700	done | $(am__base_list) | \
701	while read files; do \
702	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
703	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
704	done
705
706uninstall-includeHEADERS:
707	@$(NORMAL_UNINSTALL)
708	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
709	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
710	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
711
712# This directory's subdirectories are mostly independent; you can cd
713# into them and run 'make' without going through this Makefile.
714# To change the values of 'make' variables: instead of editing Makefiles,
715# (1) if the variable is set in 'config.status', edit 'config.status'
716#     (which will cause the Makefiles to be regenerated when you run 'make');
717# (2) otherwise, pass the desired values on the 'make' command line.
718$(am__recursive_targets):
719	@fail=; \
720	if $(am__make_keepgoing); then \
721	  failcom='fail=yes'; \
722	else \
723	  failcom='exit 1'; \
724	fi; \
725	dot_seen=no; \
726	target=`echo $@ | sed s/-recursive//`; \
727	case "$@" in \
728	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
729	  *) list='$(SUBDIRS)' ;; \
730	esac; \
731	for subdir in $$list; do \
732	  echo "Making $$target in $$subdir"; \
733	  if test "$$subdir" = "."; then \
734	    dot_seen=yes; \
735	    local_target="$$target-am"; \
736	  else \
737	    local_target="$$target"; \
738	  fi; \
739	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
740	  || eval $$failcom; \
741	done; \
742	if test "$$dot_seen" = "no"; then \
743	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
744	fi; test -z "$$fail"
745
746ID: $(am__tagged_files)
747	$(am__define_uniq_tagged_files); mkid -fID $$unique
748tags: tags-recursive
749TAGS: tags
750
751tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
752	set x; \
753	here=`pwd`; \
754	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
755	  include_option=--etags-include; \
756	  empty_fix=.; \
757	else \
758	  include_option=--include; \
759	  empty_fix=; \
760	fi; \
761	list='$(SUBDIRS)'; for subdir in $$list; do \
762	  if test "$$subdir" = .; then :; else \
763	    test ! -f $$subdir/TAGS || \
764	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
765	  fi; \
766	done; \
767	$(am__define_uniq_tagged_files); \
768	shift; \
769	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
770	  test -n "$$unique" || unique=$$empty_fix; \
771	  if test $$# -gt 0; then \
772	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
773	      "$$@" $$unique; \
774	  else \
775	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
776	      $$unique; \
777	  fi; \
778	fi
779ctags: ctags-recursive
780
781CTAGS: ctags
782ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
783	$(am__define_uniq_tagged_files); \
784	test -z "$(CTAGS_ARGS)$$unique" \
785	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
786	     $$unique
787
788GTAGS:
789	here=`$(am__cd) $(top_builddir) && pwd` \
790	  && $(am__cd) $(top_srcdir) \
791	  && gtags -i $(GTAGS_ARGS) "$$here"
792cscope: cscope.files
793	test ! -s cscope.files \
794	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
795clean-cscope:
796	-rm -f cscope.files
797cscope.files: clean-cscope cscopelist
798cscopelist: cscopelist-recursive
799
800cscopelist-am: $(am__tagged_files)
801	list='$(am__tagged_files)'; \
802	case "$(srcdir)" in \
803	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
804	  *) sdir=$(subdir)/$(srcdir) ;; \
805	esac; \
806	for i in $$list; do \
807	  if test -f "$$i"; then \
808	    echo "$(subdir)/$$i"; \
809	  else \
810	    echo "$$sdir/$$i"; \
811	  fi; \
812	done >> $(top_builddir)/cscope.files
813
814distclean-tags:
815	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
816	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
817
818distdir: $(DISTFILES)
819	$(am__remove_distdir)
820	test -d "$(distdir)" || mkdir "$(distdir)"
821	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
822	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
823	list='$(DISTFILES)'; \
824	  dist_files=`for file in $$list; do echo $$file; done | \
825	  sed -e "s|^$$srcdirstrip/||;t" \
826	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
827	case $$dist_files in \
828	  */*) $(MKDIR_P) `echo "$$dist_files" | \
829			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
830			   sort -u` ;; \
831	esac; \
832	for file in $$dist_files; do \
833	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
834	  if test -d $$d/$$file; then \
835	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
836	    if test -d "$(distdir)/$$file"; then \
837	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
838	    fi; \
839	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
840	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
841	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
842	    fi; \
843	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
844	  else \
845	    test -f "$(distdir)/$$file" \
846	    || cp -p $$d/$$file "$(distdir)/$$file" \
847	    || exit 1; \
848	  fi; \
849	done
850	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
851	  if test "$$subdir" = .; then :; else \
852	    $(am__make_dryrun) \
853	      || test -d "$(distdir)/$$subdir" \
854	      || $(MKDIR_P) "$(distdir)/$$subdir" \
855	      || exit 1; \
856	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
857	    $(am__relativize); \
858	    new_distdir=$$reldir; \
859	    dir1=$$subdir; dir2="$(top_distdir)"; \
860	    $(am__relativize); \
861	    new_top_distdir=$$reldir; \
862	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
863	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
864	    ($(am__cd) $$subdir && \
865	      $(MAKE) $(AM_MAKEFLAGS) \
866	        top_distdir="$$new_top_distdir" \
867	        distdir="$$new_distdir" \
868		am__remove_distdir=: \
869		am__skip_length_check=: \
870		am__skip_mode_fix=: \
871	        distdir) \
872	      || exit 1; \
873	  fi; \
874	done
875	-test -n "$(am__skip_mode_fix)" \
876	|| find "$(distdir)" -type d ! -perm -755 \
877		-exec chmod u+rwx,go+rx {} \; -o \
878	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
879	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
880	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
881	|| chmod -R a+r "$(distdir)"
882dist-gzip: distdir
883	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
884	$(am__post_remove_distdir)
885
886dist-bzip2: distdir
887	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
888	$(am__post_remove_distdir)
889
890dist-lzip: distdir
891	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
892	$(am__post_remove_distdir)
893
894dist-xz: distdir
895	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
896	$(am__post_remove_distdir)
897
898dist-tarZ: distdir
899	@echo WARNING: "Support for shar distribution archives is" \
900	               "deprecated." >&2
901	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
902	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
903	$(am__post_remove_distdir)
904
905dist-shar: distdir
906	@echo WARNING: "Support for distribution archives compressed with" \
907		       "legacy program 'compress' is deprecated." >&2
908	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
909	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
910	$(am__post_remove_distdir)
911
912dist-zip: distdir
913	-rm -f $(distdir).zip
914	zip -rq $(distdir).zip $(distdir)
915	$(am__post_remove_distdir)
916
917dist dist-all:
918	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
919	$(am__post_remove_distdir)
920
921# This target untars the dist file and tries a VPATH configuration.  Then
922# it guarantees that the distribution is self-contained by making another
923# tarfile.
924distcheck: dist
925	case '$(DIST_ARCHIVES)' in \
926	*.tar.gz*) \
927	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
928	*.tar.bz2*) \
929	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
930	*.tar.lz*) \
931	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
932	*.tar.xz*) \
933	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
934	*.tar.Z*) \
935	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
936	*.shar.gz*) \
937	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
938	*.zip*) \
939	  unzip $(distdir).zip ;;\
940	esac
941	chmod -R a-w $(distdir)
942	chmod u+w $(distdir)
943	mkdir $(distdir)/_build $(distdir)/_inst
944	chmod a-w $(distdir)
945	test -d $(distdir)/_build || exit 0; \
946	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
947	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
948	  && am__cwd=`pwd` \
949	  && $(am__cd) $(distdir)/_build \
950	  && ../configure \
951	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
952	    $(DISTCHECK_CONFIGURE_FLAGS) \
953	    --srcdir=.. --prefix="$$dc_install_base" \
954	  && $(MAKE) $(AM_MAKEFLAGS) \
955	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
956	  && $(MAKE) $(AM_MAKEFLAGS) check \
957	  && $(MAKE) $(AM_MAKEFLAGS) install \
958	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
959	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
960	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
961	        distuninstallcheck \
962	  && chmod -R a-w "$$dc_install_base" \
963	  && ({ \
964	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
965	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
966	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
967	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
968	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
969	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
970	  && rm -rf "$$dc_destdir" \
971	  && $(MAKE) $(AM_MAKEFLAGS) dist \
972	  && rm -rf $(DIST_ARCHIVES) \
973	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
974	  && cd "$$am__cwd" \
975	  || exit 1
976	$(am__post_remove_distdir)
977	@(echo "$(distdir) archives ready for distribution: "; \
978	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
979	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
980distuninstallcheck:
981	@test -n '$(distuninstallcheck_dir)' || { \
982	  echo 'ERROR: trying to run $@ with an empty' \
983	       '$$(distuninstallcheck_dir)' >&2; \
984	  exit 1; \
985	}; \
986	$(am__cd) '$(distuninstallcheck_dir)' || { \
987	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
988	  exit 1; \
989	}; \
990	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
991	   || { echo "ERROR: files left after uninstall:" ; \
992	        if test -n "$(DESTDIR)"; then \
993	          echo "  (check DESTDIR support)"; \
994	        fi ; \
995	        $(distuninstallcheck_listfiles) ; \
996	        exit 1; } >&2
997distcleancheck: distclean
998	@if test '$(srcdir)' = . ; then \
999	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1000	  exit 1 ; \
1001	fi
1002	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1003	  || { echo "ERROR: files left in build directory after distclean:" ; \
1004	       $(distcleancheck_listfiles) ; \
1005	       exit 1; } >&2
1006check-am: all-am
1007check: check-recursive
1008all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
1009install-binPROGRAMS: install-libLTLIBRARIES
1010
1011installdirs: installdirs-recursive
1012installdirs-am:
1013	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"; do \
1014	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1015	done
1016install: install-recursive
1017install-exec: install-exec-recursive
1018install-data: install-data-recursive
1019uninstall: uninstall-recursive
1020
1021install-am: all-am
1022	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1023
1024installcheck: installcheck-recursive
1025install-strip:
1026	if test -z '$(STRIP)'; then \
1027	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1028	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1029	      install; \
1030	else \
1031	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1032	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1033	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1034	fi
1035mostlyclean-generic:
1036
1037clean-generic:
1038
1039distclean-generic:
1040	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1041	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1042	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1043
1044maintainer-clean-generic:
1045	@echo "This command is intended for maintainers to use"
1046	@echo "it deletes files that may require special tools to rebuild."
1047clean: clean-recursive
1048
1049clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1050	clean-libtool mostlyclean-am
1051
1052distclean: distclean-recursive
1053	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1054	-rm -rf ./$(DEPDIR)
1055	-rm -f Makefile
1056distclean-am: clean-am distclean-compile distclean-generic \
1057	distclean-libtool distclean-tags
1058
1059dvi: dvi-recursive
1060
1061dvi-am:
1062
1063html: html-recursive
1064
1065html-am:
1066
1067info: info-recursive
1068
1069info-am:
1070
1071install-data-am: install-includeHEADERS install-man
1072
1073install-dvi: install-dvi-recursive
1074
1075install-dvi-am:
1076
1077install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1078
1079install-html: install-html-recursive
1080
1081install-html-am:
1082
1083install-info: install-info-recursive
1084
1085install-info-am:
1086
1087install-man: install-man1
1088
1089install-pdf: install-pdf-recursive
1090
1091install-pdf-am:
1092
1093install-ps: install-ps-recursive
1094
1095install-ps-am:
1096
1097installcheck-am:
1098
1099maintainer-clean: maintainer-clean-recursive
1100	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1101	-rm -rf $(top_srcdir)/autom4te.cache
1102	-rm -rf ./$(DEPDIR)
1103	-rm -f Makefile
1104maintainer-clean-am: distclean-am maintainer-clean-generic
1105
1106mostlyclean: mostlyclean-recursive
1107
1108mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1109	mostlyclean-libtool
1110
1111pdf: pdf-recursive
1112
1113pdf-am:
1114
1115ps: ps-recursive
1116
1117ps-am:
1118
1119uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1120	uninstall-libLTLIBRARIES uninstall-man
1121
1122uninstall-man: uninstall-man1
1123
1124.MAKE: $(am__recursive_targets) install-am install-strip
1125
1126.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1127	am--refresh check check-am clean clean-binPROGRAMS \
1128	clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1129	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1130	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1131	distcheck distclean distclean-compile distclean-generic \
1132	distclean-libtool distclean-tags distcleancheck distdir \
1133	distuninstallcheck dvi dvi-am html html-am info info-am \
1134	install install-am install-binPROGRAMS install-data \
1135	install-data-am install-dvi install-dvi-am install-exec \
1136	install-exec-am install-html install-html-am \
1137	install-includeHEADERS install-info install-info-am \
1138	install-libLTLIBRARIES install-man install-man1 install-pdf \
1139	install-pdf-am install-ps install-ps-am install-strip \
1140	installcheck installcheck-am installdirs installdirs-am \
1141	maintainer-clean maintainer-clean-generic mostlyclean \
1142	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1143	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1144	uninstall-binPROGRAMS uninstall-includeHEADERS \
1145	uninstall-libLTLIBRARIES uninstall-man uninstall-man1
1146
1147.1.txt.1:
1148	$(A2X) --format=manpage -a revdate="Version $(VERSION)" $<
1149
1150# Maintainer rules
1151
1152indent:
1153	indent *.c *.h tests/*.c
1154	indent *.c *.h tests/*.c
1155
1156ChangeLog:
1157	cd $(srcdir) && git2cl > ChangeLog
1158
1159release:
1160	@if test -z "$(KEYID)"; then \
1161		echo "Try this instead:"; \
1162		echo "  make release KEYID=[PGPKEYID]"; \
1163		echo "For example:"; \
1164		echo "  make release KEYID=2117364A"; \
1165		exit 1; \
1166	fi
1167	@if test ! -d "$(YUBICO_WWW_REPO)"; then \
1168		echo "yubico www repo not found!"; \
1169		echo "Make sure that YUBICO_WWW_REPO is set"; \
1170		exit 1; \
1171	fi
1172	@head -3 $(srcdir)/NEWS | grep -q "Version $(VERSION) .released `date -I`" || \
1173		(echo 'error: You need to update date/version in $(srcdir)/NEWS'; exit 1)
1174	rm -f $(srcdir)/ChangeLog
1175	make ChangeLog distcheck
1176	gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tar.gz
1177	gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig
1178	cd $(srcdir) && git push
1179	cd $(srcdir) && git tag -u $(KEYID) -m $(VERSION) $(PACKAGE)-$(VERSION)
1180	cd $(srcdir) && git push --tags
1181	$(YUBICO_WWW_REPO)/save-mans $(PROJECT) $(MANSOURCES)
1182	$(YUBICO_WWW_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tar.gz*
1183
1184# Tell versions [3.59,3.63) of GNU make to not export all variables.
1185# Otherwise a system limit (for SysV at least) may be exceeded.
1186.NOEXPORT:
1187