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 GTK+ 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-gtk-2$(EXEEXT) 111subdir = gtk+-2 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_gtk_2_OBJECTS = pinentry-gtk-2.$(OBJEXT) 128pinentry_gtk_2_OBJECTS = $(am_pinentry_gtk_2_OBJECTS) 129pinentry_gtk_2_LDADD = $(LDADD) 130am__DEPENDENCIES_1 = 131@FALLBACK_CURSES_TRUE@am__DEPENDENCIES_2 = \ 132@FALLBACK_CURSES_TRUE@ ../pinentry/libpinentry-curses.a \ 133@FALLBACK_CURSES_TRUE@ $(am__DEPENDENCIES_1) \ 134@FALLBACK_CURSES_TRUE@ $(am__DEPENDENCIES_1) 135pinentry_gtk_2_DEPENDENCIES = ../pinentry/libpinentry.a \ 136 ../secmem/libsecmem.a $(am__DEPENDENCIES_1) \ 137 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 138 $(am__DEPENDENCIES_2) 139AM_V_P = $(am__v_P_@AM_V@) 140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 141am__v_P_0 = false 142am__v_P_1 = : 143AM_V_GEN = $(am__v_GEN_@AM_V@) 144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 145am__v_GEN_0 = @echo " GEN " $@; 146am__v_GEN_1 = 147AM_V_at = $(am__v_at_@AM_V@) 148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 149am__v_at_0 = @ 150am__v_at_1 = 151DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 152depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 153am__maybe_remake_depfiles = depfiles 154am__depfiles_remade = ./$(DEPDIR)/pinentry-gtk-2.Po 155am__mv = mv -f 156COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 157 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 158AM_V_CC = $(am__v_CC_@AM_V@) 159am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 160am__v_CC_0 = @echo " CC " $@; 161am__v_CC_1 = 162CCLD = $(CC) 163LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 164AM_V_CCLD = $(am__v_CCLD_@AM_V@) 165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 166am__v_CCLD_0 = @echo " CCLD " $@; 167am__v_CCLD_1 = 168SOURCES = $(pinentry_gtk_2_SOURCES) 169DIST_SOURCES = $(pinentry_gtk_2_SOURCES) 170am__can_run_installinfo = \ 171 case $$AM_UPDATE_INFO_DIR in \ 172 n|no|NO) false;; \ 173 *) (install-info --version) >/dev/null 2>&1;; \ 174 esac 175am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 176# Read a list of newline-separated strings from the standard input, 177# and print each of them once, without duplicates. Input order is 178# *not* preserved. 179am__uniquify_input = $(AWK) '\ 180 BEGIN { nonempty = 0; } \ 181 { items[$$0] = 1; nonempty = 1; } \ 182 END { if (nonempty) { for (i in items) print i; }; } \ 183' 184# Make sure the list of sources is unique. This is necessary because, 185# e.g., the same source file might be shared among _SOURCES variables 186# for different programs/libraries. 187am__define_uniq_tagged_files = \ 188 list='$(am__tagged_files)'; \ 189 unique=`for i in $$list; do \ 190 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 191 done | $(am__uniquify_input)` 192ETAGS = etags 193CTAGS = ctags 194am__DIST_COMMON = $(srcdir)/Makefile.in \ 195 $(top_srcdir)/build-aux/depcomp 196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 197ACLOCAL = @ACLOCAL@ 198AMTAR = @AMTAR@ 199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 200AUTOCONF = @AUTOCONF@ 201AUTOHEADER = @AUTOHEADER@ 202AUTOMAKE = @AUTOMAKE@ 203AWK = @AWK@ 204CC = @CC@ 205CCDEPMODE = @CCDEPMODE@ 206CFLAGS = @CFLAGS@ 207COMMON_CFLAGS = @COMMON_CFLAGS@ 208COMMON_LIBS = @COMMON_LIBS@ 209CPP = @CPP@ 210CPPFLAGS = @CPPFLAGS@ 211CXX = @CXX@ 212CXXDEPMODE = @CXXDEPMODE@ 213CXXFLAGS = @CXXFLAGS@ 214CYGPATH_W = @CYGPATH_W@ 215DEFS = @DEFS@ 216DEPDIR = @DEPDIR@ 217ECHO_C = @ECHO_C@ 218ECHO_N = @ECHO_N@ 219ECHO_T = @ECHO_T@ 220EFL_CFLAGS = @EFL_CFLAGS@ 221EFL_LIBS = @EFL_LIBS@ 222EGREP = @EGREP@ 223EXEEXT = @EXEEXT@ 224FLTKCFLAGS = @FLTKCFLAGS@ 225FLTKCXXFLAGS = @FLTKCXXFLAGS@ 226FLTKLIBS = @FLTKLIBS@ 227FLTK_CONFIG = @FLTK_CONFIG@ 228GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@ 229GNOME3_CFLAGS = @GNOME3_CFLAGS@ 230GNOME3_LIBS = @GNOME3_LIBS@ 231GPGRT_CONFIG = @GPGRT_CONFIG@ 232GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@ 233GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@ 234GPG_ERROR_LIBS = @GPG_ERROR_LIBS@ 235GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@ 236GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@ 237GREP = @GREP@ 238GTK2_CFLAGS = @GTK2_CFLAGS@ 239GTK2_LIBS = @GTK2_LIBS@ 240INSTALL = @INSTALL@ 241INSTALL_DATA = @INSTALL_DATA@ 242INSTALL_PROGRAM = @INSTALL_PROGRAM@ 243INSTALL_SCRIPT = @INSTALL_SCRIPT@ 244INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245LDFLAGS = @LDFLAGS@ 246LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@ 247LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@ 248LIBASSUAN_LIBS = @LIBASSUAN_LIBS@ 249LIBCAP = @LIBCAP@ 250LIBCURSES = @LIBCURSES@ 251LIBICONV = @LIBICONV@ 252LIBNCURSES = @LIBNCURSES@ 253LIBOBJS = @LIBOBJS@ 254LIBS = @LIBS@ 255LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@ 256LIBSECRET_LIBS = @LIBSECRET_LIBS@ 257LIBTERMCAP = @LIBTERMCAP@ 258LN_S = @LN_S@ 259LTLIBICONV = @LTLIBICONV@ 260LTLIBOBJS = @LTLIBOBJS@ 261MAINT = @MAINT@ 262MAKEINFO = @MAKEINFO@ 263MKDIR_P = @MKDIR_P@ 264MOC = @MOC@ 265MOC2 = @MOC2@ 266NCURSES_CFLAGS = @NCURSES_CFLAGS@ 267NCURSES_INCLUDE = @NCURSES_INCLUDE@ 268NCURSES_LIBS = @NCURSES_LIBS@ 269OBJEXT = @OBJEXT@ 270PACKAGE = @PACKAGE@ 271PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 272PACKAGE_NAME = @PACKAGE_NAME@ 273PACKAGE_STRING = @PACKAGE_STRING@ 274PACKAGE_TARNAME = @PACKAGE_TARNAME@ 275PACKAGE_URL = @PACKAGE_URL@ 276PACKAGE_VERSION = @PACKAGE_VERSION@ 277PATH_SEPARATOR = @PATH_SEPARATOR@ 278PINENTRY_DEFAULT = @PINENTRY_DEFAULT@ 279PINENTRY_QT_CFLAGS = @PINENTRY_QT_CFLAGS@ 280PINENTRY_QT_LDFLAGS = @PINENTRY_QT_LDFLAGS@ 281PINENTRY_QT_LIBS = @PINENTRY_QT_LIBS@ 282PINENTRY_QT_REQUIRE_CPP11_CFLAGS = @PINENTRY_QT_REQUIRE_CPP11_CFLAGS@ 283PINENTRY_QT_REQUIRE_CPP11_LIBS = @PINENTRY_QT_REQUIRE_CPP11_LIBS@ 284PINENTRY_TQT_CFLAGS = @PINENTRY_TQT_CFLAGS@ 285PINENTRY_TQT_LIBS = @PINENTRY_TQT_LIBS@ 286PKG_CONFIG = @PKG_CONFIG@ 287QTCHOOSER = @QTCHOOSER@ 288RANLIB = @RANLIB@ 289SETCAP = @SETCAP@ 290SET_MAKE = @SET_MAKE@ 291SHELL = @SHELL@ 292STRIP = @STRIP@ 293TQT_MOC = @TQT_MOC@ 294VERSION = @VERSION@ 295WINDRES = @WINDRES@ 296abs_builddir = @abs_builddir@ 297abs_srcdir = @abs_srcdir@ 298abs_top_builddir = @abs_top_builddir@ 299abs_top_srcdir = @abs_top_srcdir@ 300ac_ct_CC = @ac_ct_CC@ 301ac_ct_CXX = @ac_ct_CXX@ 302am__include = @am__include@ 303am__leading_dot = @am__leading_dot@ 304am__quote = @am__quote@ 305am__tar = @am__tar@ 306am__untar = @am__untar@ 307bindir = @bindir@ 308build = @build@ 309build_alias = @build_alias@ 310build_cpu = @build_cpu@ 311build_os = @build_os@ 312build_vendor = @build_vendor@ 313builddir = @builddir@ 314datadir = @datadir@ 315datarootdir = @datarootdir@ 316docdir = @docdir@ 317dvidir = @dvidir@ 318exec_prefix = @exec_prefix@ 319host = @host@ 320host_alias = @host_alias@ 321host_cpu = @host_cpu@ 322host_os = @host_os@ 323host_vendor = @host_vendor@ 324htmldir = @htmldir@ 325includedir = @includedir@ 326infodir = @infodir@ 327install_sh = @install_sh@ 328libdir = @libdir@ 329libexecdir = @libexecdir@ 330localedir = @localedir@ 331localstatedir = @localstatedir@ 332mandir = @mandir@ 333mkdir_p = @mkdir_p@ 334oldincludedir = @oldincludedir@ 335pdfdir = @pdfdir@ 336prefix = @prefix@ 337program_transform_name = @program_transform_name@ 338psdir = @psdir@ 339sbindir = @sbindir@ 340sharedstatedir = @sharedstatedir@ 341srcdir = @srcdir@ 342sysconfdir = @sysconfdir@ 343target_alias = @target_alias@ 344top_build_prefix = @top_build_prefix@ 345top_builddir = @top_builddir@ 346top_srcdir = @top_srcdir@ 347@FALLBACK_CURSES_FALSE@ncurses_include = 348@FALLBACK_CURSES_TRUE@ncurses_include = $(NCURSES_INCLUDE) 349@FALLBACK_CURSES_FALSE@libcurses = 350@FALLBACK_CURSES_TRUE@libcurses = ../pinentry/libpinentry-curses.a $(LIBCURSES) $(LIBICONV) 351AM_CPPFLAGS = $(COMMON_CFLAGS) $(GTK2_CFLAGS) $(ncurses_include) \ 352 -I$(top_srcdir)/secmem -I$(top_srcdir)/pinentry 353 354LDADD = ../pinentry/libpinentry.a ../secmem/libsecmem.a \ 355 $(COMMON_LIBS) $(LIBCAP) $(GTK2_LIBS) $(libcurses) 356 357pinentry_gtk_2_SOURCES = pinentry-gtk-2.c 358all: all-am 359 360.SUFFIXES: 361.SUFFIXES: .c .o .obj 362$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 363 @for dep in $?; do \ 364 case '$(am__configure_deps)' in \ 365 *$$dep*) \ 366 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 367 && { if test -f $@; then exit 0; else break; fi; }; \ 368 exit 1;; \ 369 esac; \ 370 done; \ 371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gtk+-2/Makefile'; \ 372 $(am__cd) $(top_srcdir) && \ 373 $(AUTOMAKE) --gnu gtk+-2/Makefile 374Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 375 @case '$?' in \ 376 *config.status*) \ 377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 378 *) \ 379 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 380 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 381 esac; 382 383$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 385 386$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 388$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 390$(am__aclocal_m4_deps): 391install-binPROGRAMS: $(bin_PROGRAMS) 392 @$(NORMAL_INSTALL) 393 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 394 if test -n "$$list"; then \ 395 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 396 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 397 fi; \ 398 for p in $$list; do echo "$$p $$p"; done | \ 399 sed 's/$(EXEEXT)$$//' | \ 400 while read p p1; do if test -f $$p \ 401 ; then echo "$$p"; echo "$$p"; else :; fi; \ 402 done | \ 403 sed -e 'p;s,.*/,,;n;h' \ 404 -e 's|.*|.|' \ 405 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 406 sed 'N;N;N;s,\n, ,g' | \ 407 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 408 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 409 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 410 else { print "f", $$3 "/" $$4, $$1; } } \ 411 END { for (d in files) print "f", d, files[d] }' | \ 412 while read type dir files; do \ 413 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 414 test -z "$$files" || { \ 415 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 416 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 417 } \ 418 ; done 419 420uninstall-binPROGRAMS: 421 @$(NORMAL_UNINSTALL) 422 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 423 files=`for p in $$list; do echo "$$p"; done | \ 424 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 425 -e 's/$$/$(EXEEXT)/' \ 426 `; \ 427 test -n "$$list" || exit 0; \ 428 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 429 cd "$(DESTDIR)$(bindir)" && rm -f $$files 430 431clean-binPROGRAMS: 432 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 433 434pinentry-gtk-2$(EXEEXT): $(pinentry_gtk_2_OBJECTS) $(pinentry_gtk_2_DEPENDENCIES) $(EXTRA_pinentry_gtk_2_DEPENDENCIES) 435 @rm -f pinentry-gtk-2$(EXEEXT) 436 $(AM_V_CCLD)$(LINK) $(pinentry_gtk_2_OBJECTS) $(pinentry_gtk_2_LDADD) $(LIBS) 437 438mostlyclean-compile: 439 -rm -f *.$(OBJEXT) 440 441distclean-compile: 442 -rm -f *.tab.c 443 444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinentry-gtk-2.Po@am__quote@ # am--include-marker 445 446$(am__depfiles_remade): 447 @$(MKDIR_P) $(@D) 448 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 449 450am--depfiles: $(am__depfiles_remade) 451 452.c.o: 453@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 454@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 455@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 457@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 458 459.c.obj: 460@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 461@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 462@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 464@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 465 466ID: $(am__tagged_files) 467 $(am__define_uniq_tagged_files); mkid -fID $$unique 468tags: tags-am 469TAGS: tags 470 471tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 472 set x; \ 473 here=`pwd`; \ 474 $(am__define_uniq_tagged_files); \ 475 shift; \ 476 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 477 test -n "$$unique" || unique=$$empty_fix; \ 478 if test $$# -gt 0; then \ 479 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 480 "$$@" $$unique; \ 481 else \ 482 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 483 $$unique; \ 484 fi; \ 485 fi 486ctags: ctags-am 487 488CTAGS: ctags 489ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 490 $(am__define_uniq_tagged_files); \ 491 test -z "$(CTAGS_ARGS)$$unique" \ 492 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 493 $$unique 494 495GTAGS: 496 here=`$(am__cd) $(top_builddir) && pwd` \ 497 && $(am__cd) $(top_srcdir) \ 498 && gtags -i $(GTAGS_ARGS) "$$here" 499cscopelist: cscopelist-am 500 501cscopelist-am: $(am__tagged_files) 502 list='$(am__tagged_files)'; \ 503 case "$(srcdir)" in \ 504 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 505 *) sdir=$(subdir)/$(srcdir) ;; \ 506 esac; \ 507 for i in $$list; do \ 508 if test -f "$$i"; then \ 509 echo "$(subdir)/$$i"; \ 510 else \ 511 echo "$$sdir/$$i"; \ 512 fi; \ 513 done >> $(top_builddir)/cscope.files 514 515distclean-tags: 516 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 517 518distdir: $(BUILT_SOURCES) 519 $(MAKE) $(AM_MAKEFLAGS) distdir-am 520 521distdir-am: $(DISTFILES) 522 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 523 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 524 list='$(DISTFILES)'; \ 525 dist_files=`for file in $$list; do echo $$file; done | \ 526 sed -e "s|^$$srcdirstrip/||;t" \ 527 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 528 case $$dist_files in \ 529 */*) $(MKDIR_P) `echo "$$dist_files" | \ 530 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 531 sort -u` ;; \ 532 esac; \ 533 for file in $$dist_files; do \ 534 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 535 if test -d $$d/$$file; then \ 536 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 537 if test -d "$(distdir)/$$file"; then \ 538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 539 fi; \ 540 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 541 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 543 fi; \ 544 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 545 else \ 546 test -f "$(distdir)/$$file" \ 547 || cp -p $$d/$$file "$(distdir)/$$file" \ 548 || exit 1; \ 549 fi; \ 550 done 551check-am: all-am 552check: check-am 553all-am: Makefile $(PROGRAMS) 554installdirs: 555 for dir in "$(DESTDIR)$(bindir)"; do \ 556 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 557 done 558install: install-am 559install-exec: install-exec-am 560install-data: install-data-am 561uninstall: uninstall-am 562 563install-am: all-am 564 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 565 566installcheck: installcheck-am 567install-strip: 568 if test -z '$(STRIP)'; then \ 569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 571 install; \ 572 else \ 573 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 574 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 575 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 576 fi 577mostlyclean-generic: 578 579clean-generic: 580 581distclean-generic: 582 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 583 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 584 585maintainer-clean-generic: 586 @echo "This command is intended for maintainers to use" 587 @echo "it deletes files that may require special tools to rebuild." 588clean: clean-am 589 590clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 591 592distclean: distclean-am 593 -rm -f ./$(DEPDIR)/pinentry-gtk-2.Po 594 -rm -f Makefile 595distclean-am: clean-am distclean-compile distclean-generic \ 596 distclean-tags 597 598dvi: dvi-am 599 600dvi-am: 601 602html: html-am 603 604html-am: 605 606info: info-am 607 608info-am: 609 610install-data-am: 611 612install-dvi: install-dvi-am 613 614install-dvi-am: 615 616install-exec-am: install-binPROGRAMS 617 618install-html: install-html-am 619 620install-html-am: 621 622install-info: install-info-am 623 624install-info-am: 625 626install-man: 627 628install-pdf: install-pdf-am 629 630install-pdf-am: 631 632install-ps: install-ps-am 633 634install-ps-am: 635 636installcheck-am: 637 638maintainer-clean: maintainer-clean-am 639 -rm -f ./$(DEPDIR)/pinentry-gtk-2.Po 640 -rm -f Makefile 641maintainer-clean-am: distclean-am maintainer-clean-generic 642 643mostlyclean: mostlyclean-am 644 645mostlyclean-am: mostlyclean-compile mostlyclean-generic 646 647pdf: pdf-am 648 649pdf-am: 650 651ps: ps-am 652 653ps-am: 654 655uninstall-am: uninstall-binPROGRAMS 656 657.MAKE: install-am install-strip 658 659.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 660 clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ 661 distclean distclean-compile distclean-generic distclean-tags \ 662 distdir dvi dvi-am html html-am info info-am install \ 663 install-am install-binPROGRAMS install-data install-data-am \ 664 install-dvi install-dvi-am install-exec install-exec-am \ 665 install-html install-html-am install-info install-info-am \ 666 install-man install-pdf install-pdf-am install-ps \ 667 install-ps-am install-strip installcheck installcheck-am \ 668 installdirs maintainer-clean maintainer-clean-generic \ 669 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 670 ps ps-am tags tags-am uninstall uninstall-am \ 671 uninstall-binPROGRAMS 672 673.PRECIOUS: Makefile 674 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