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