1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# Makefile.am - PIN entry tty frontend.
18# Copyright (C) 2002, 2015 g10 Code GmbH
19#
20# This file is part of PINENTRY.
21#
22# PINENTRY is free software; you can redistribute it and/or modify
23# it under the terms of the GNU General Public License as published by
24# the Free Software Foundation; either version 2 of the License, or
25# (at your option) any later version.
26#
27# PINENTRY is distributed in the hope that it will be useful,
28# but WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30# GNU General Public License for more details.
31#
32# You should have received a copy of the GNU General Public License
33# along with this program; if not, see <https://www.gnu.org/licenses/>.
34# SPDX-License-Identifier: GPL-2.0+
35
36VPATH = @srcdir@
37am__is_gnu_make = { \
38  if test -z '$(MAKELEVEL)'; then \
39    false; \
40  elif test -n '$(MAKE_HOST)'; then \
41    true; \
42  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43    true; \
44  else \
45    false; \
46  fi; \
47}
48am__make_running_with_option = \
49  case $${target_option-} in \
50      ?) ;; \
51      *) echo "am__make_running_with_option: internal error: invalid" \
52              "target option '$${target_option-}' specified" >&2; \
53         exit 1;; \
54  esac; \
55  has_opt=no; \
56  sane_makeflags=$$MAKEFLAGS; \
57  if $(am__is_gnu_make); then \
58    sane_makeflags=$$MFLAGS; \
59  else \
60    case $$MAKEFLAGS in \
61      *\\[\ \	]*) \
62        bs=\\; \
63        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
65    esac; \
66  fi; \
67  skip_next=no; \
68  strip_trailopt () \
69  { \
70    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71  }; \
72  for flg in $$sane_makeflags; do \
73    test $$skip_next = yes && { skip_next=no; continue; }; \
74    case $$flg in \
75      *=*|--*) continue;; \
76        -*I) strip_trailopt 'I'; skip_next=yes;; \
77      -*I?*) strip_trailopt 'I';; \
78        -*O) strip_trailopt 'O'; skip_next=yes;; \
79      -*O?*) strip_trailopt 'O';; \
80        -*l) strip_trailopt 'l'; skip_next=yes;; \
81      -*l?*) strip_trailopt 'l';; \
82      -[dEDm]) skip_next=yes;; \
83      -[JT]) skip_next=yes;; \
84    esac; \
85    case $$flg in \
86      *$$target_option*) has_opt=yes; break;; \
87    esac; \
88  done; \
89  test $$has_opt = yes
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110bin_PROGRAMS = pinentry-tty$(EXEEXT)
111subdir = tty
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/m4/curses.m4 \
114	$(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
115	$(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/pkg.m4 \
116	$(top_srcdir)/m4/qt.m4 $(top_srcdir)/acinclude.m4 \
117	$(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/config.h
123CONFIG_CLEAN_FILES =
124CONFIG_CLEAN_VPATH_FILES =
125am__installdirs = "$(DESTDIR)$(bindir)"
126PROGRAMS = $(bin_PROGRAMS)
127am_pinentry_tty_OBJECTS = pinentry-tty.$(OBJEXT)
128pinentry_tty_OBJECTS = $(am_pinentry_tty_OBJECTS)
129pinentry_tty_LDADD = $(LDADD)
130am__DEPENDENCIES_1 =
131pinentry_tty_DEPENDENCIES = ../pinentry/libpinentry.a \
132	../secmem/libsecmem.a $(am__DEPENDENCIES_1) \
133	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
134AM_V_P = $(am__v_P_@AM_V@)
135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136am__v_P_0 = false
137am__v_P_1 = :
138AM_V_GEN = $(am__v_GEN_@AM_V@)
139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140am__v_GEN_0 = @echo "  GEN     " $@;
141am__v_GEN_1 =
142AM_V_at = $(am__v_at_@AM_V@)
143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144am__v_at_0 = @
145am__v_at_1 =
146DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
147depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
148am__maybe_remake_depfiles = depfiles
149am__depfiles_remade = ./$(DEPDIR)/pinentry-tty.Po
150am__mv = mv -f
151COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
152	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153AM_V_CC = $(am__v_CC_@AM_V@)
154am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155am__v_CC_0 = @echo "  CC      " $@;
156am__v_CC_1 =
157CCLD = $(CC)
158LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
159AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161am__v_CCLD_0 = @echo "  CCLD    " $@;
162am__v_CCLD_1 =
163SOURCES = $(pinentry_tty_SOURCES)
164DIST_SOURCES = $(pinentry_tty_SOURCES)
165am__can_run_installinfo = \
166  case $$AM_UPDATE_INFO_DIR in \
167    n|no|NO) false;; \
168    *) (install-info --version) >/dev/null 2>&1;; \
169  esac
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates.  Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175  BEGIN { nonempty = 0; } \
176  { items[$$0] = 1; nonempty = 1; } \
177  END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique.  This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183  list='$(am__tagged_files)'; \
184  unique=`for i in $$list; do \
185    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186  done | $(am__uniquify_input)`
187ETAGS = etags
188CTAGS = ctags
189am__DIST_COMMON = $(srcdir)/Makefile.in \
190	$(top_srcdir)/build-aux/depcomp
191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192ACLOCAL = @ACLOCAL@
193AMTAR = @AMTAR@
194AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195AUTOCONF = @AUTOCONF@
196AUTOHEADER = @AUTOHEADER@
197AUTOMAKE = @AUTOMAKE@
198AWK = @AWK@
199CC = @CC@
200CCDEPMODE = @CCDEPMODE@
201CFLAGS = @CFLAGS@
202COMMON_CFLAGS = @COMMON_CFLAGS@
203COMMON_LIBS = @COMMON_LIBS@
204CPP = @CPP@
205CPPFLAGS = @CPPFLAGS@
206CXX = @CXX@
207CXXDEPMODE = @CXXDEPMODE@
208CXXFLAGS = @CXXFLAGS@
209CYGPATH_W = @CYGPATH_W@
210DEFS = @DEFS@
211DEPDIR = @DEPDIR@
212ECHO_C = @ECHO_C@
213ECHO_N = @ECHO_N@
214ECHO_T = @ECHO_T@
215EFL_CFLAGS = @EFL_CFLAGS@
216EFL_LIBS = @EFL_LIBS@
217EGREP = @EGREP@
218EXEEXT = @EXEEXT@
219FLTKCFLAGS = @FLTKCFLAGS@
220FLTKCXXFLAGS = @FLTKCXXFLAGS@
221FLTKLIBS = @FLTKLIBS@
222FLTK_CONFIG = @FLTK_CONFIG@
223GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
224GNOME3_CFLAGS = @GNOME3_CFLAGS@
225GNOME3_LIBS = @GNOME3_LIBS@
226GPGRT_CONFIG = @GPGRT_CONFIG@
227GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
228GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
229GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
230GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
231GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
232GREP = @GREP@
233GTK2_CFLAGS = @GTK2_CFLAGS@
234GTK2_LIBS = @GTK2_LIBS@
235INSTALL = @INSTALL@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_PROGRAM = @INSTALL_PROGRAM@
238INSTALL_SCRIPT = @INSTALL_SCRIPT@
239INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240LDFLAGS = @LDFLAGS@
241LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
242LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
243LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
244LIBCAP = @LIBCAP@
245LIBCURSES = @LIBCURSES@
246LIBICONV = @LIBICONV@
247LIBNCURSES = @LIBNCURSES@
248LIBOBJS = @LIBOBJS@
249LIBS = @LIBS@
250LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
251LIBSECRET_LIBS = @LIBSECRET_LIBS@
252LIBTERMCAP = @LIBTERMCAP@
253LN_S = @LN_S@
254LTLIBICONV = @LTLIBICONV@
255LTLIBOBJS = @LTLIBOBJS@
256MAINT = @MAINT@
257MAKEINFO = @MAKEINFO@
258MKDIR_P = @MKDIR_P@
259MOC = @MOC@
260MOC2 = @MOC2@
261NCURSES_CFLAGS = @NCURSES_CFLAGS@
262NCURSES_INCLUDE = @NCURSES_INCLUDE@
263NCURSES_LIBS = @NCURSES_LIBS@
264OBJEXT = @OBJEXT@
265PACKAGE = @PACKAGE@
266PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267PACKAGE_NAME = @PACKAGE_NAME@
268PACKAGE_STRING = @PACKAGE_STRING@
269PACKAGE_TARNAME = @PACKAGE_TARNAME@
270PACKAGE_URL = @PACKAGE_URL@
271PACKAGE_VERSION = @PACKAGE_VERSION@
272PATH_SEPARATOR = @PATH_SEPARATOR@
273PINENTRY_DEFAULT = @PINENTRY_DEFAULT@
274PINENTRY_QT_CFLAGS = @PINENTRY_QT_CFLAGS@
275PINENTRY_QT_LDFLAGS = @PINENTRY_QT_LDFLAGS@
276PINENTRY_QT_LIBS = @PINENTRY_QT_LIBS@
277PINENTRY_QT_REQUIRE_CPP11_CFLAGS = @PINENTRY_QT_REQUIRE_CPP11_CFLAGS@
278PINENTRY_QT_REQUIRE_CPP11_LIBS = @PINENTRY_QT_REQUIRE_CPP11_LIBS@
279PINENTRY_TQT_CFLAGS = @PINENTRY_TQT_CFLAGS@
280PINENTRY_TQT_LIBS = @PINENTRY_TQT_LIBS@
281PKG_CONFIG = @PKG_CONFIG@
282QTCHOOSER = @QTCHOOSER@
283RANLIB = @RANLIB@
284SETCAP = @SETCAP@
285SET_MAKE = @SET_MAKE@
286SHELL = @SHELL@
287STRIP = @STRIP@
288TQT_MOC = @TQT_MOC@
289VERSION = @VERSION@
290WINDRES = @WINDRES@
291abs_builddir = @abs_builddir@
292abs_srcdir = @abs_srcdir@
293abs_top_builddir = @abs_top_builddir@
294abs_top_srcdir = @abs_top_srcdir@
295ac_ct_CC = @ac_ct_CC@
296ac_ct_CXX = @ac_ct_CXX@
297am__include = @am__include@
298am__leading_dot = @am__leading_dot@
299am__quote = @am__quote@
300am__tar = @am__tar@
301am__untar = @am__untar@
302bindir = @bindir@
303build = @build@
304build_alias = @build_alias@
305build_cpu = @build_cpu@
306build_os = @build_os@
307build_vendor = @build_vendor@
308builddir = @builddir@
309datadir = @datadir@
310datarootdir = @datarootdir@
311docdir = @docdir@
312dvidir = @dvidir@
313exec_prefix = @exec_prefix@
314host = @host@
315host_alias = @host_alias@
316host_cpu = @host_cpu@
317host_os = @host_os@
318host_vendor = @host_vendor@
319htmldir = @htmldir@
320includedir = @includedir@
321infodir = @infodir@
322install_sh = @install_sh@
323libdir = @libdir@
324libexecdir = @libexecdir@
325localedir = @localedir@
326localstatedir = @localstatedir@
327mandir = @mandir@
328mkdir_p = @mkdir_p@
329oldincludedir = @oldincludedir@
330pdfdir = @pdfdir@
331prefix = @prefix@
332program_transform_name = @program_transform_name@
333psdir = @psdir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target_alias = @target_alias@
339top_build_prefix = @top_build_prefix@
340top_builddir = @top_builddir@
341top_srcdir = @top_srcdir@
342AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(top_srcdir)/secmem -I$(top_srcdir)/pinentry
343LDADD = ../pinentry/libpinentry.a ../secmem/libsecmem.a \
344	$(COMMON_LIBS) $(LIBCAP) $(LIBICONV)
345
346pinentry_tty_SOURCES = pinentry-tty.c
347all: all-am
348
349.SUFFIXES:
350.SUFFIXES: .c .o .obj
351$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
352	@for dep in $?; do \
353	  case '$(am__configure_deps)' in \
354	    *$$dep*) \
355	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
356	        && { if test -f $@; then exit 0; else break; fi; }; \
357	      exit 1;; \
358	  esac; \
359	done; \
360	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tty/Makefile'; \
361	$(am__cd) $(top_srcdir) && \
362	  $(AUTOMAKE) --gnu tty/Makefile
363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364	@case '$?' in \
365	  *config.status*) \
366	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367	  *) \
368	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
369	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
370	esac;
371
372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
375$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(am__aclocal_m4_deps):
380install-binPROGRAMS: $(bin_PROGRAMS)
381	@$(NORMAL_INSTALL)
382	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
383	if test -n "$$list"; then \
384	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
385	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
386	fi; \
387	for p in $$list; do echo "$$p $$p"; done | \
388	sed 's/$(EXEEXT)$$//' | \
389	while read p p1; do if test -f $$p \
390	  ; then echo "$$p"; echo "$$p"; else :; fi; \
391	done | \
392	sed -e 'p;s,.*/,,;n;h' \
393	    -e 's|.*|.|' \
394	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
395	sed 'N;N;N;s,\n, ,g' | \
396	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
397	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
398	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
399	    else { print "f", $$3 "/" $$4, $$1; } } \
400	  END { for (d in files) print "f", d, files[d] }' | \
401	while read type dir files; do \
402	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
403	    test -z "$$files" || { \
404	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
405	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
406	    } \
407	; done
408
409uninstall-binPROGRAMS:
410	@$(NORMAL_UNINSTALL)
411	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
412	files=`for p in $$list; do echo "$$p"; done | \
413	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
414	      -e 's/$$/$(EXEEXT)/' \
415	`; \
416	test -n "$$list" || exit 0; \
417	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
418	cd "$(DESTDIR)$(bindir)" && rm -f $$files
419
420clean-binPROGRAMS:
421	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
422
423pinentry-tty$(EXEEXT): $(pinentry_tty_OBJECTS) $(pinentry_tty_DEPENDENCIES) $(EXTRA_pinentry_tty_DEPENDENCIES)
424	@rm -f pinentry-tty$(EXEEXT)
425	$(AM_V_CCLD)$(LINK) $(pinentry_tty_OBJECTS) $(pinentry_tty_LDADD) $(LIBS)
426
427mostlyclean-compile:
428	-rm -f *.$(OBJEXT)
429
430distclean-compile:
431	-rm -f *.tab.c
432
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinentry-tty.Po@am__quote@ # am--include-marker
434
435$(am__depfiles_remade):
436	@$(MKDIR_P) $(@D)
437	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
438
439am--depfiles: $(am__depfiles_remade)
440
441.c.o:
442@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
443@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
447
448.c.obj:
449@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
450@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
452@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
454
455ID: $(am__tagged_files)
456	$(am__define_uniq_tagged_files); mkid -fID $$unique
457tags: tags-am
458TAGS: tags
459
460tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461	set x; \
462	here=`pwd`; \
463	$(am__define_uniq_tagged_files); \
464	shift; \
465	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466	  test -n "$$unique" || unique=$$empty_fix; \
467	  if test $$# -gt 0; then \
468	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469	      "$$@" $$unique; \
470	  else \
471	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472	      $$unique; \
473	  fi; \
474	fi
475ctags: ctags-am
476
477CTAGS: ctags
478ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479	$(am__define_uniq_tagged_files); \
480	test -z "$(CTAGS_ARGS)$$unique" \
481	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482	     $$unique
483
484GTAGS:
485	here=`$(am__cd) $(top_builddir) && pwd` \
486	  && $(am__cd) $(top_srcdir) \
487	  && gtags -i $(GTAGS_ARGS) "$$here"
488cscopelist: cscopelist-am
489
490cscopelist-am: $(am__tagged_files)
491	list='$(am__tagged_files)'; \
492	case "$(srcdir)" in \
493	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
494	  *) sdir=$(subdir)/$(srcdir) ;; \
495	esac; \
496	for i in $$list; do \
497	  if test -f "$$i"; then \
498	    echo "$(subdir)/$$i"; \
499	  else \
500	    echo "$$sdir/$$i"; \
501	  fi; \
502	done >> $(top_builddir)/cscope.files
503
504distclean-tags:
505	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506
507distdir: $(BUILT_SOURCES)
508	$(MAKE) $(AM_MAKEFLAGS) distdir-am
509
510distdir-am: $(DISTFILES)
511	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513	list='$(DISTFILES)'; \
514	  dist_files=`for file in $$list; do echo $$file; done | \
515	  sed -e "s|^$$srcdirstrip/||;t" \
516	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
517	case $$dist_files in \
518	  */*) $(MKDIR_P) `echo "$$dist_files" | \
519			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520			   sort -u` ;; \
521	esac; \
522	for file in $$dist_files; do \
523	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524	  if test -d $$d/$$file; then \
525	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
526	    if test -d "$(distdir)/$$file"; then \
527	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528	    fi; \
529	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
531	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532	    fi; \
533	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534	  else \
535	    test -f "$(distdir)/$$file" \
536	    || cp -p $$d/$$file "$(distdir)/$$file" \
537	    || exit 1; \
538	  fi; \
539	done
540check-am: all-am
541check: check-am
542all-am: Makefile $(PROGRAMS)
543installdirs:
544	for dir in "$(DESTDIR)$(bindir)"; do \
545	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
546	done
547install: install-am
548install-exec: install-exec-am
549install-data: install-data-am
550uninstall: uninstall-am
551
552install-am: all-am
553	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555installcheck: installcheck-am
556install-strip:
557	if test -z '$(STRIP)'; then \
558	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560	      install; \
561	else \
562	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
565	fi
566mostlyclean-generic:
567
568clean-generic:
569
570distclean-generic:
571	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
574maintainer-clean-generic:
575	@echo "This command is intended for maintainers to use"
576	@echo "it deletes files that may require special tools to rebuild."
577clean: clean-am
578
579clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
580
581distclean: distclean-am
582		-rm -f ./$(DEPDIR)/pinentry-tty.Po
583	-rm -f Makefile
584distclean-am: clean-am distclean-compile distclean-generic \
585	distclean-tags
586
587dvi: dvi-am
588
589dvi-am:
590
591html: html-am
592
593html-am:
594
595info: info-am
596
597info-am:
598
599install-data-am:
600
601install-dvi: install-dvi-am
602
603install-dvi-am:
604
605install-exec-am: install-binPROGRAMS
606
607install-html: install-html-am
608
609install-html-am:
610
611install-info: install-info-am
612
613install-info-am:
614
615install-man:
616
617install-pdf: install-pdf-am
618
619install-pdf-am:
620
621install-ps: install-ps-am
622
623install-ps-am:
624
625installcheck-am:
626
627maintainer-clean: maintainer-clean-am
628		-rm -f ./$(DEPDIR)/pinentry-tty.Po
629	-rm -f Makefile
630maintainer-clean-am: distclean-am maintainer-clean-generic
631
632mostlyclean: mostlyclean-am
633
634mostlyclean-am: mostlyclean-compile mostlyclean-generic
635
636pdf: pdf-am
637
638pdf-am:
639
640ps: ps-am
641
642ps-am:
643
644uninstall-am: uninstall-binPROGRAMS
645
646.MAKE: install-am install-strip
647
648.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
649	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
650	distclean distclean-compile distclean-generic distclean-tags \
651	distdir dvi dvi-am html html-am info info-am install \
652	install-am install-binPROGRAMS install-data install-data-am \
653	install-dvi install-dvi-am install-exec install-exec-am \
654	install-html install-html-am install-info install-info-am \
655	install-man install-pdf install-pdf-am install-ps \
656	install-ps-am install-strip installcheck installcheck-am \
657	installdirs maintainer-clean maintainer-clean-generic \
658	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
659	ps ps-am tags tags-am uninstall uninstall-am \
660	uninstall-binPROGRAMS
661
662.PRECIOUS: Makefile
663
664
665# Tell versions [3.59,3.63) of GNU make to not export all variables.
666# Otherwise a system limit (for SysV at least) may be exceeded.
667.NOEXPORT:
668