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 W32
18# Copyright (C) 2004 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-w32$(EXEEXT)
111subdir = w32
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_w32_OBJECTS = main.$(OBJEXT)
128pinentry_w32_OBJECTS = $(am_pinentry_w32_OBJECTS)
129am__DEPENDENCIES_1 =
130pinentry_w32_DEPENDENCIES = pinentry-w32.o ../pinentry/libpinentry.a \
131	../secmem/libsecmem.a $(am__DEPENDENCIES_1)
132pinentry_w32_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133	$(pinentry_w32_LDFLAGS) $(LDFLAGS) -o $@
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)/main.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_w32_SOURCES)
164DIST_SOURCES = $(pinentry_w32_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@
342logos = logo-32.bmp logo-48.bmp logo-64.bmp logo-96.bmp logo-128.bmp
343EXTRA_DIST = $(logos)
344AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(top_srcdir)/secmem \
345	      -I$(top_srcdir)/pinentry
346
347pinentry_w32_SOURCES = main.c pinentry-w32.rc resource.h
348
349# Note: For testing you should add -mconsole to LDFLAGS.
350pinentry_w32_LDFLAGS = -mwindows
351pinentry_w32_LDADD = pinentry-w32.o \
352	../pinentry/libpinentry.a ../secmem/libsecmem.a \
353        $(COMMON_LIBS)
354
355all: all-am
356
357.SUFFIXES:
358.SUFFIXES: .c .o .obj
359$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
360	@for dep in $?; do \
361	  case '$(am__configure_deps)' in \
362	    *$$dep*) \
363	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364	        && { if test -f $@; then exit 0; else break; fi; }; \
365	      exit 1;; \
366	  esac; \
367	done; \
368	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu w32/Makefile'; \
369	$(am__cd) $(top_srcdir) && \
370	  $(AUTOMAKE) --gnu w32/Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372	@case '$?' in \
373	  *config.status*) \
374	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375	  *) \
376	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
377	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
378	esac;
379
380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(am__aclocal_m4_deps):
388install-binPROGRAMS: $(bin_PROGRAMS)
389	@$(NORMAL_INSTALL)
390	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
391	if test -n "$$list"; then \
392	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
393	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
394	fi; \
395	for p in $$list; do echo "$$p $$p"; done | \
396	sed 's/$(EXEEXT)$$//' | \
397	while read p p1; do if test -f $$p \
398	  ; then echo "$$p"; echo "$$p"; else :; fi; \
399	done | \
400	sed -e 'p;s,.*/,,;n;h' \
401	    -e 's|.*|.|' \
402	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
403	sed 'N;N;N;s,\n, ,g' | \
404	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
405	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
406	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
407	    else { print "f", $$3 "/" $$4, $$1; } } \
408	  END { for (d in files) print "f", d, files[d] }' | \
409	while read type dir files; do \
410	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
411	    test -z "$$files" || { \
412	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
413	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
414	    } \
415	; done
416
417uninstall-binPROGRAMS:
418	@$(NORMAL_UNINSTALL)
419	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
420	files=`for p in $$list; do echo "$$p"; done | \
421	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
422	      -e 's/$$/$(EXEEXT)/' \
423	`; \
424	test -n "$$list" || exit 0; \
425	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
426	cd "$(DESTDIR)$(bindir)" && rm -f $$files
427
428clean-binPROGRAMS:
429	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
430
431pinentry-w32$(EXEEXT): $(pinentry_w32_OBJECTS) $(pinentry_w32_DEPENDENCIES) $(EXTRA_pinentry_w32_DEPENDENCIES)
432	@rm -f pinentry-w32$(EXEEXT)
433	$(AM_V_CCLD)$(pinentry_w32_LINK) $(pinentry_w32_OBJECTS) $(pinentry_w32_LDADD) $(LIBS)
434
435mostlyclean-compile:
436	-rm -f *.$(OBJEXT)
437
438distclean-compile:
439	-rm -f *.tab.c
440
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
442
443$(am__depfiles_remade):
444	@$(MKDIR_P) $(@D)
445	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
446
447am--depfiles: $(am__depfiles_remade)
448
449.c.o:
450@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
451@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
452@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
455
456.c.obj:
457@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
458@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
459@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
462
463ID: $(am__tagged_files)
464	$(am__define_uniq_tagged_files); mkid -fID $$unique
465tags: tags-am
466TAGS: tags
467
468tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
469	set x; \
470	here=`pwd`; \
471	$(am__define_uniq_tagged_files); \
472	shift; \
473	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474	  test -n "$$unique" || unique=$$empty_fix; \
475	  if test $$# -gt 0; then \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      "$$@" $$unique; \
478	  else \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      $$unique; \
481	  fi; \
482	fi
483ctags: ctags-am
484
485CTAGS: ctags
486ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487	$(am__define_uniq_tagged_files); \
488	test -z "$(CTAGS_ARGS)$$unique" \
489	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490	     $$unique
491
492GTAGS:
493	here=`$(am__cd) $(top_builddir) && pwd` \
494	  && $(am__cd) $(top_srcdir) \
495	  && gtags -i $(GTAGS_ARGS) "$$here"
496cscopelist: cscopelist-am
497
498cscopelist-am: $(am__tagged_files)
499	list='$(am__tagged_files)'; \
500	case "$(srcdir)" in \
501	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
502	  *) sdir=$(subdir)/$(srcdir) ;; \
503	esac; \
504	for i in $$list; do \
505	  if test -f "$$i"; then \
506	    echo "$(subdir)/$$i"; \
507	  else \
508	    echo "$$sdir/$$i"; \
509	  fi; \
510	done >> $(top_builddir)/cscope.files
511
512distclean-tags:
513	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
515distdir: $(BUILT_SOURCES)
516	$(MAKE) $(AM_MAKEFLAGS) distdir-am
517
518distdir-am: $(DISTFILES)
519	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	list='$(DISTFILES)'; \
522	  dist_files=`for file in $$list; do echo $$file; done | \
523	  sed -e "s|^$$srcdirstrip/||;t" \
524	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525	case $$dist_files in \
526	  */*) $(MKDIR_P) `echo "$$dist_files" | \
527			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528			   sort -u` ;; \
529	esac; \
530	for file in $$dist_files; do \
531	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532	  if test -d $$d/$$file; then \
533	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534	    if test -d "$(distdir)/$$file"; then \
535	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536	    fi; \
537	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540	    fi; \
541	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542	  else \
543	    test -f "$(distdir)/$$file" \
544	    || cp -p $$d/$$file "$(distdir)/$$file" \
545	    || exit 1; \
546	  fi; \
547	done
548check-am: all-am
549check: check-am
550all-am: Makefile $(PROGRAMS)
551installdirs:
552	for dir in "$(DESTDIR)$(bindir)"; do \
553	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554	done
555install: install-am
556install-exec: install-exec-am
557install-data: install-data-am
558uninstall: uninstall-am
559
560install-am: all-am
561	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
563installcheck: installcheck-am
564install-strip:
565	if test -z '$(STRIP)'; then \
566	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568	      install; \
569	else \
570	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
573	fi
574mostlyclean-generic:
575
576clean-generic:
577
578distclean-generic:
579	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581
582maintainer-clean-generic:
583	@echo "This command is intended for maintainers to use"
584	@echo "it deletes files that may require special tools to rebuild."
585clean: clean-am
586
587clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
588
589distclean: distclean-am
590		-rm -f ./$(DEPDIR)/main.Po
591	-rm -f Makefile
592distclean-am: clean-am distclean-compile distclean-generic \
593	distclean-tags
594
595dvi: dvi-am
596
597dvi-am:
598
599html: html-am
600
601html-am:
602
603info: info-am
604
605info-am:
606
607install-data-am:
608
609install-dvi: install-dvi-am
610
611install-dvi-am:
612
613install-exec-am: install-binPROGRAMS
614
615install-html: install-html-am
616
617install-html-am:
618
619install-info: install-info-am
620
621install-info-am:
622
623install-man:
624
625install-pdf: install-pdf-am
626
627install-pdf-am:
628
629install-ps: install-ps-am
630
631install-ps-am:
632
633installcheck-am:
634
635maintainer-clean: maintainer-clean-am
636		-rm -f ./$(DEPDIR)/main.Po
637	-rm -f Makefile
638maintainer-clean-am: distclean-am maintainer-clean-generic
639
640mostlyclean: mostlyclean-am
641
642mostlyclean-am: mostlyclean-compile mostlyclean-generic
643
644pdf: pdf-am
645
646pdf-am:
647
648ps: ps-am
649
650ps-am:
651
652uninstall-am: uninstall-binPROGRAMS
653
654.MAKE: install-am install-strip
655
656.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
657	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
658	distclean distclean-compile distclean-generic distclean-tags \
659	distdir dvi dvi-am html html-am info info-am install \
660	install-am install-binPROGRAMS install-data install-data-am \
661	install-dvi install-dvi-am install-exec install-exec-am \
662	install-html install-html-am install-info install-info-am \
663	install-man install-pdf install-pdf-am install-ps \
664	install-ps-am install-strip installcheck installcheck-am \
665	installdirs maintainer-clean maintainer-clean-generic \
666	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
667	ps ps-am tags tags-am uninstall uninstall-am \
668	uninstall-binPROGRAMS
669
670.PRECIOUS: Makefile
671
672
673pinentry-w32.o: pinentry-w32.rc resource.h $(logos)
674	$(WINDRES) -I.. -v -o $@ $<
675
676# Tell versions [3.59,3.63) of GNU make to not export all variables.
677# Otherwise a system limit (for SysV at least) may be exceeded.
678.NOEXPORT:
679