1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 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 18 19VPATH = @srcdir@ 20am__is_gnu_make = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30} 31am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93subdir = src/libs/aqbanking/dialogs 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/m4/acx_compile_warn.m4 \ 96 $(top_srcdir)/m4/as-scrub-include.m4 \ 97 $(top_srcdir)/m4/distri.m4 $(top_srcdir)/m4/gwenhywfar.m4 \ 98 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 99 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 100 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/os.m4 \ 101 $(top_srcdir)/configure.ac 102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 103 $(ACLOCAL_M4) 104DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 105 $(am__DIST_COMMON) 106mkinstalldirs = $(install_sh) -d 107CONFIG_HEADER = $(top_builddir)/config.h 108CONFIG_CLEAN_FILES = 109CONFIG_CLEAN_VPATH_FILES = 110LTLIBRARIES = $(noinst_LTLIBRARIES) 111libabdialogs_la_LIBADD = 112am_libabdialogs_la_OBJECTS = dlg_importer.lo dlg_selectbankinfo.lo \ 113 dlg_setup.lo dlg_selectbackend.lo dlg_editaccount.lo \ 114 dlg_edituser.lo dlg_usertype_page.lo dlg_setup_newuser.lo \ 115 dlg_usertype_pagedefault.lo dlg_newaccount.lo dlg_newuser.lo 116libabdialogs_la_OBJECTS = $(am_libabdialogs_la_OBJECTS) 117AM_V_lt = $(am__v_lt_@AM_V@) 118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 119am__v_lt_0 = --silent 120am__v_lt_1 = 121AM_V_P = $(am__v_P_@AM_V@) 122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 123am__v_P_0 = false 124am__v_P_1 = : 125AM_V_GEN = $(am__v_GEN_@AM_V@) 126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 127am__v_GEN_0 = @echo " GEN " $@; 128am__v_GEN_1 = 129AM_V_at = $(am__v_at_@AM_V@) 130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 131am__v_at_0 = @ 132am__v_at_1 = 133DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 134depcomp = $(SHELL) $(top_srcdir)/depcomp 135am__depfiles_maybe = depfiles 136am__mv = mv -f 137COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 138 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 139LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 140 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 141 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 142 $(AM_CFLAGS) $(CFLAGS) 143AM_V_CC = $(am__v_CC_@AM_V@) 144am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 145am__v_CC_0 = @echo " CC " $@; 146am__v_CC_1 = 147CCLD = $(CC) 148LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 149 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 150 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 151AM_V_CCLD = $(am__v_CCLD_@AM_V@) 152am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 153am__v_CCLD_0 = @echo " CCLD " $@; 154am__v_CCLD_1 = 155SOURCES = $(libabdialogs_la_SOURCES) 156DIST_SOURCES = $(libabdialogs_la_SOURCES) 157am__can_run_installinfo = \ 158 case $$AM_UPDATE_INFO_DIR in \ 159 n|no|NO) false;; \ 160 *) (install-info --version) >/dev/null 2>&1;; \ 161 esac 162am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 163am__vpath_adj = case $$p in \ 164 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 165 *) f=$$p;; \ 166 esac; 167am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 168am__install_max = 40 169am__nobase_strip_setup = \ 170 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 171am__nobase_strip = \ 172 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 173am__nobase_list = $(am__nobase_strip_setup); \ 174 for p in $$list; do echo "$$p $$p"; done | \ 175 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 176 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 177 if (++n[$$2] == $(am__install_max)) \ 178 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 179 END { for (dir in files) print dir, files[dir] }' 180am__base_list = \ 181 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 182 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 183am__uninstall_files_from_dir = { \ 184 test -z "$$files" \ 185 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 186 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 187 $(am__cd) "$$dir" && rm -f $$files; }; \ 188 } 189am__installdirs = "$(DESTDIR)$(dlgdatadir)" 190DATA = $(dlgdata_DATA) 191HEADERS = $(noinst_HEADERS) 192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 193# Read a list of newline-separated strings from the standard input, 194# and print each of them once, without duplicates. Input order is 195# *not* preserved. 196am__uniquify_input = $(AWK) '\ 197 BEGIN { nonempty = 0; } \ 198 { items[$$0] = 1; nonempty = 1; } \ 199 END { if (nonempty) { for (i in items) print i; }; } \ 200' 201# Make sure the list of sources is unique. This is necessary because, 202# e.g., the same source file might be shared among _SOURCES variables 203# for different programs/libraries. 204am__define_uniq_tagged_files = \ 205 list='$(am__tagged_files)'; \ 206 unique=`for i in $$list; do \ 207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 208 done | $(am__uniquify_input)` 209ETAGS = etags 210CTAGS = ctags 211am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 213ACLOCAL = @ACLOCAL@ 214ADD_ACLOCAL_FLAGS = @ADD_ACLOCAL_FLAGS@ 215AMTAR = @AMTAR@ 216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 217AQBANKING_CLI_VERSION_STRING = @AQBANKING_CLI_VERSION_STRING@ 218AQBANKING_FINTS_VERSION_STRING = @AQBANKING_FINTS_VERSION_STRING@ 219AQBANKING_SO_AGE = @AQBANKING_SO_AGE@ 220AQBANKING_SO_CURRENT = @AQBANKING_SO_CURRENT@ 221AQBANKING_SO_EFFECTIVE = @AQBANKING_SO_EFFECTIVE@ 222AQBANKING_SO_REVISION = @AQBANKING_SO_REVISION@ 223AQBANKING_VERSION_BUILD = @AQBANKING_VERSION_BUILD@ 224AQBANKING_VERSION_FULL_STRING = @AQBANKING_VERSION_FULL_STRING@ 225AQBANKING_VERSION_MAJOR = @AQBANKING_VERSION_MAJOR@ 226AQBANKING_VERSION_MINOR = @AQBANKING_VERSION_MINOR@ 227AQBANKING_VERSION_PATCHLEVEL = @AQBANKING_VERSION_PATCHLEVEL@ 228AQBANKING_VERSION_RELEASE_STRING = @AQBANKING_VERSION_RELEASE_STRING@ 229AQBANKING_VERSION_STRING = @AQBANKING_VERSION_STRING@ 230AQBANKING_VERSION_TAG = @AQBANKING_VERSION_TAG@ 231AQEBICS_CFLAGS = @AQEBICS_CFLAGS@ 232AQEBICS_LIBS = @AQEBICS_LIBS@ 233AR = @AR@ 234AS = @AS@ 235ASTYLE = @ASTYLE@ 236AUTOCONF = @AUTOCONF@ 237AUTOHEADER = @AUTOHEADER@ 238AUTOMAKE = @AUTOMAKE@ 239AWK = @AWK@ 240CC = @CC@ 241CCDEPMODE = @CCDEPMODE@ 242CFLAGS = @CFLAGS@ 243CPP = @CPP@ 244CPPFLAGS = @CPPFLAGS@ 245CXX = @CXX@ 246CXXCPP = @CXXCPP@ 247CXXDEPMODE = @CXXDEPMODE@ 248CXXFLAGS = @CXXFLAGS@ 249CYGPATH_W = @CYGPATH_W@ 250DATETIME = @DATETIME@ 251DEFS = @DEFS@ 252DEPDIR = @DEPDIR@ 253DLLTOOL = @DLLTOOL@ 254DOXYGEN_DEFINE = @DOXYGEN_DEFINE@ 255DOXYGEN_EXCLUDE_PATTERNS = @DOXYGEN_EXCLUDE_PATTERNS@ 256DOXYGEN_FILE_PATTERNS = @DOXYGEN_FILE_PATTERNS@ 257DOXYGEN_INPUT = @DOXYGEN_INPUT@ 258DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@ 259DSYMUTIL = @DSYMUTIL@ 260DUMPBIN = @DUMPBIN@ 261ECHO_C = @ECHO_C@ 262ECHO_N = @ECHO_N@ 263ECHO_T = @ECHO_T@ 264EGREP = @EGREP@ 265EXEEXT = @EXEEXT@ 266FGREP = @FGREP@ 267GREP = @GREP@ 268GTK2_CFLAGS = @GTK2_CFLAGS@ 269GTK2_LIBS = @GTK2_LIBS@ 270GWENGUI_GTK2_CFLAGS = @GWENGUI_GTK2_CFLAGS@ 271GWENGUI_GTK2_LIBS = @GWENGUI_GTK2_LIBS@ 272GWENHYWFAR_MINIMUM_VERSION = @GWENHYWFAR_MINIMUM_VERSION@ 273HAVE_GWENGUI_GTK2 = @HAVE_GWENGUI_GTK2@ 274HAVE_I18N = @HAVE_I18N@ 275INSTALL = @INSTALL@ 276INSTALL_DATA = @INSTALL_DATA@ 277INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@ 278INSTALL_PROGRAM = @INSTALL_PROGRAM@ 279INSTALL_SCRIPT = @INSTALL_SCRIPT@ 280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 281LD = @LD@ 282LDFLAGS = @LDFLAGS@ 283LIBOBJS = @LIBOBJS@ 284LIBS = @LIBS@ 285LIBTOOL = @LIBTOOL@ 286LIBXML_CFLAGS = @LIBXML_CFLAGS@ 287LIBXML_LIBS = @LIBXML_LIBS@ 288LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@ 289LIBXSLT_LIBS = @LIBXSLT_LIBS@ 290LIPO = @LIPO@ 291LN_S = @LN_S@ 292LTLIBOBJS = @LTLIBOBJS@ 293LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 294MAKEINFO = @MAKEINFO@ 295MAKE_DLL_TARGET = @MAKE_DLL_TARGET@ 296MAKE_I18N_FILES = @MAKE_I18N_FILES@ 297MANIFEST_TOOL = @MANIFEST_TOOL@ 298MKDIR_P = @MKDIR_P@ 299MSGFMT = @MSGFMT@ 300MSGFMT_SUPPORTS_QT = @MSGFMT_SUPPORTS_QT@ 301NM = @NM@ 302NMEDIT = @NMEDIT@ 303OBJDUMP = @OBJDUMP@ 304OBJEXT = @OBJEXT@ 305OSYSTEM = @OSYSTEM@ 306OS_TYPE = @OS_TYPE@ 307OTOOL = @OTOOL@ 308OTOOL64 = @OTOOL64@ 309PACKAGE = @PACKAGE@ 310PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 311PACKAGE_NAME = @PACKAGE_NAME@ 312PACKAGE_STRING = @PACKAGE_STRING@ 313PACKAGE_TARNAME = @PACKAGE_TARNAME@ 314PACKAGE_URL = @PACKAGE_URL@ 315PACKAGE_VERSION = @PACKAGE_VERSION@ 316PATH_SEPARATOR = @PATH_SEPARATOR@ 317PKG_CONFIG = @PKG_CONFIG@ 318PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 319PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 320RANLIB = @RANLIB@ 321RC = @RC@ 322SED = @SED@ 323SET_MAKE = @SET_MAKE@ 324SHELL = @SHELL@ 325STRIP = @STRIP@ 326STRIPALL = @STRIPALL@ 327TUTORIALS = @TUTORIALS@ 328USE_DOT = @USE_DOT@ 329VERSION = @VERSION@ 330XGETTEXT = @XGETTEXT@ 331XMLMERGE = @XMLMERGE@ 332XMLSEC_CFLAGS = @XMLSEC_CFLAGS@ 333XMLSEC_LIBS = @XMLSEC_LIBS@ 334abs_builddir = @abs_builddir@ 335abs_srcdir = @abs_srcdir@ 336abs_top_builddir = @abs_top_builddir@ 337abs_top_srcdir = @abs_top_srcdir@ 338ac_ct_AR = @ac_ct_AR@ 339ac_ct_CC = @ac_ct_CC@ 340ac_ct_CXX = @ac_ct_CXX@ 341ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 342all_includes = @all_includes@ 343all_libraries = @all_libraries@ 344am__include = @am__include@ 345am__leading_dot = @am__leading_dot@ 346am__quote = @am__quote@ 347am__tar = @am__tar@ 348am__untar = @am__untar@ 349aq_distrib_name = @aq_distrib_name@ 350aq_distrib_tag = @aq_distrib_tag@ 351aq_distrib_version = @aq_distrib_version@ 352aqbanking_backends = @aqbanking_backends@ 353aqbanking_cfg_searchdir = @aqbanking_cfg_searchdir@ 354aqbanking_data_searchdir = @aqbanking_data_searchdir@ 355aqbanking_headerdir = @aqbanking_headerdir@ 356aqbanking_headerdir_am = @aqbanking_headerdir_am@ 357aqbanking_includes = @aqbanking_includes@ 358aqbanking_internal_libs = @aqbanking_internal_libs@ 359aqbanking_ldflags = @aqbanking_ldflags@ 360aqbanking_libs = @aqbanking_libs@ 361aqbanking_locale_searchdir = @aqbanking_locale_searchdir@ 362aqbanking_modules = @aqbanking_modules@ 363aqbanking_pkgdatadir = @aqbanking_pkgdatadir@ 364aqbanking_plugin_searchdir = @aqbanking_plugin_searchdir@ 365aqbanking_plugindir = @aqbanking_plugindir@ 366aqbanking_plugins_backends_dirs = @aqbanking_plugins_backends_dirs@ 367aqbanking_plugins_backends_libs = @aqbanking_plugins_backends_libs@ 368aqbanking_plugins_bankinfo_dirs = @aqbanking_plugins_bankinfo_dirs@ 369aqbanking_plugins_bankinfo_libs = @aqbanking_plugins_bankinfo_libs@ 370aqbanking_plugins_imexporters_dirs = @aqbanking_plugins_imexporters_dirs@ 371aqbanking_plugins_imexporters_libs = @aqbanking_plugins_imexporters_libs@ 372aqbanking_plugins_parsers_dirs = @aqbanking_plugins_parsers_dirs@ 373aqbanking_symlinkdir = @aqbanking_symlinkdir@ 374aqbanking_sys_is_windows = @aqbanking_sys_is_windows@ 375aqbankingpp_modules = @aqbankingpp_modules@ 376aqebics_datadir = @aqebics_datadir@ 377aqebics_includes = @aqebics_includes@ 378aqebics_internal_libs = @aqebics_internal_libs@ 379aqebics_ldflags = @aqebics_ldflags@ 380aqebics_libs = @aqebics_libs@ 381aqfints_datadir = @aqfints_datadir@ 382aqhbci_datadir = @aqhbci_datadir@ 383aqhbci_includes = @aqhbci_includes@ 384aqhbci_internal_libs = @aqhbci_internal_libs@ 385aqhbci_ldflags = @aqhbci_ldflags@ 386aqhbci_libs = @aqhbci_libs@ 387aqofxconnect_includes = @aqofxconnect_includes@ 388aqofxconnect_internal_libs = @aqofxconnect_internal_libs@ 389aqofxconnect_libs = @aqofxconnect_libs@ 390aqpaypal_includes = @aqpaypal_includes@ 391aqpaypal_internal_libs = @aqpaypal_internal_libs@ 392aqpaypal_libs = @aqpaypal_libs@ 393bindir = @bindir@ 394build = @build@ 395build_alias = @build_alias@ 396build_cpu = @build_cpu@ 397build_os = @build_os@ 398build_vendor = @build_vendor@ 399builddir = @builddir@ 400datadir = @datadir@ 401datarootdir = @datarootdir@ 402docdir = @docdir@ 403docpath = @docpath@ 404dvidir = @dvidir@ 405exec_prefix = @exec_prefix@ 406gmp_libs = @gmp_libs@ 407gwenhywfar_bindir = @gwenhywfar_bindir@ 408gwenhywfar_dir = @gwenhywfar_dir@ 409gwenhywfar_has_crypt = @gwenhywfar_has_crypt@ 410gwenhywfar_headers = @gwenhywfar_headers@ 411gwenhywfar_includes = @gwenhywfar_includes@ 412gwenhywfar_libs = @gwenhywfar_libs@ 413gwenhywfar_plugins = @gwenhywfar_plugins@ 414host = @host@ 415host_alias = @host_alias@ 416host_cpu = @host_cpu@ 417host_os = @host_os@ 418host_vendor = @host_vendor@ 419htmldir = @htmldir@ 420i18n_libs = @i18n_libs@ 421includedir = @includedir@ 422infodir = @infodir@ 423install_sh = @install_sh@ 424libdir = @libdir@ 425libexecdir = @libexecdir@ 426localedir = @localedir@ 427localstatedir = @localstatedir@ 428mandir = @mandir@ 429mkdir_p = @mkdir_p@ 430oldincludedir = @oldincludedir@ 431pdfdir = @pdfdir@ 432prefix = @prefix@ 433program_transform_name = @program_transform_name@ 434psdir = @psdir@ 435runstatedir = @runstatedir@ 436sbindir = @sbindir@ 437sharedstatedir = @sharedstatedir@ 438srcdir = @srcdir@ 439sysconfdir = @sysconfdir@ 440target_alias = @target_alias@ 441top_build_prefix = @top_build_prefix@ 442top_builddir = @top_builddir@ 443top_srcdir = @top_srcdir@ 444typemaker2_exe = @typemaker2_exe@ 445visibility_cflags = @visibility_cflags@ 446with_aqebics = @with_aqebics@ 447with_aqhbci = @with_aqhbci@ 448AM_CPPFLAGS = -I$(srcdir)/../.. -I$(srcdir)/.. -I$(top_builddir)/src/libs $(gwenhywfar_includes) 449AM_CFLAGS = -DBUILDING_AQBANKING @visibility_cflags@ 450noinst_LTLIBRARIES = libabdialogs.la 451 452#iheaderdir=@aqbanking_headerdir_am@/aqbanking 453#iheader_HEADERS= 454noinst_HEADERS = \ 455 dlg_importer.h \ 456 dlg_selectbankinfo.h \ 457 dlg_setup.h \ 458 dlg_selectbackend.h \ 459 dlg_editaccount.h \ 460 dlg_edituser.h \ 461 dlg_usertype_page_be.h \ 462 dlg_setup_newuser.h \ 463 dlg_importer_p.h \ 464 dlg_selectbankinfo_p.h \ 465 dlg_setup_p.h \ 466 dlg_selectbackend_p.h \ 467 dlg_editaccount_p.h \ 468 dlg_edituser_p.h \ 469 dlg_usertype_page_p.h \ 470 dlg_setup_newuser_p.h \ 471 dlg_usertype_pagedefault_l.h \ 472 dlg_usertype_pagedefault_p.h \ 473 dlg_newaccount_be.h \ 474 dlg_newaccount_p.h \ 475 dlg_newuser_be.h \ 476 dlg_newuser_p.h 477 478libabdialogs_la_SOURCES = \ 479 dlg_importer.c \ 480 dlg_selectbankinfo.c \ 481 dlg_setup.c \ 482 dlg_selectbackend.c \ 483 dlg_editaccount.c \ 484 dlg_edituser.c \ 485 dlg_usertype_page.c \ 486 dlg_setup_newuser.c \ 487 dlg_usertype_pagedefault.c \ 488 dlg_newaccount.c \ 489 dlg_newuser.c 490 491dlgdatadir = $(aqbanking_pkgdatadir)/dialogs 492dlgdata_DATA = \ 493 dlg_importer.dlg \ 494 dlg_selectbankinfo.dlg \ 495 dlg_setup.dlg \ 496 dlg_selectbackend.dlg \ 497 dlg_editaccount.dlg \ 498 dlg_edituser.dlg \ 499 dlg_setup_newuser.dlg \ 500 dlg_usertype_pagedefault.dlg 501 502EXTRA_DIST = $(typefiles) $(dlgdata_DATA) 503all: all-am 504 505.SUFFIXES: 506.SUFFIXES: .c .lo .o .obj 507$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 508 @for dep in $?; do \ 509 case '$(am__configure_deps)' in \ 510 *$$dep*) \ 511 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 512 && { if test -f $@; then exit 0; else break; fi; }; \ 513 exit 1;; \ 514 esac; \ 515 done; \ 516 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libs/aqbanking/dialogs/Makefile'; \ 517 $(am__cd) $(top_srcdir) && \ 518 $(AUTOMAKE) --gnu src/libs/aqbanking/dialogs/Makefile 519Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 520 @case '$?' in \ 521 *config.status*) \ 522 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 523 *) \ 524 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 525 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 526 esac; 527 528$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 529 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 530 531$(top_srcdir)/configure: $(am__configure_deps) 532 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 533$(ACLOCAL_M4): $(am__aclocal_m4_deps) 534 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 535$(am__aclocal_m4_deps): 536 537clean-noinstLTLIBRARIES: 538 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 539 @list='$(noinst_LTLIBRARIES)'; \ 540 locs=`for p in $$list; do echo $$p; done | \ 541 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 542 sort -u`; \ 543 test -z "$$locs" || { \ 544 echo rm -f $${locs}; \ 545 rm -f $${locs}; \ 546 } 547 548libabdialogs.la: $(libabdialogs_la_OBJECTS) $(libabdialogs_la_DEPENDENCIES) $(EXTRA_libabdialogs_la_DEPENDENCIES) 549 $(AM_V_CCLD)$(LINK) $(libabdialogs_la_OBJECTS) $(libabdialogs_la_LIBADD) $(LIBS) 550 551mostlyclean-compile: 552 -rm -f *.$(OBJEXT) 553 554distclean-compile: 555 -rm -f *.tab.c 556 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_editaccount.Plo@am__quote@ 558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_edituser.Plo@am__quote@ 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_importer.Plo@am__quote@ 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_newaccount.Plo@am__quote@ 561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_newuser.Plo@am__quote@ 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_selectbackend.Plo@am__quote@ 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_selectbankinfo.Plo@am__quote@ 564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_setup.Plo@am__quote@ 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_setup_newuser.Plo@am__quote@ 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_usertype_page.Plo@am__quote@ 567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlg_usertype_pagedefault.Plo@am__quote@ 568 569.c.o: 570@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 571@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 572@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 573@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 574@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 575 576.c.obj: 577@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 578@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 579@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 580@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 581@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 582 583.c.lo: 584@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 585@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 586@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 587@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 588@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 589 590mostlyclean-libtool: 591 -rm -f *.lo 592 593clean-libtool: 594 -rm -rf .libs _libs 595install-dlgdataDATA: $(dlgdata_DATA) 596 @$(NORMAL_INSTALL) 597 @list='$(dlgdata_DATA)'; test -n "$(dlgdatadir)" || list=; \ 598 if test -n "$$list"; then \ 599 echo " $(MKDIR_P) '$(DESTDIR)$(dlgdatadir)'"; \ 600 $(MKDIR_P) "$(DESTDIR)$(dlgdatadir)" || exit 1; \ 601 fi; \ 602 for p in $$list; do \ 603 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 604 echo "$$d$$p"; \ 605 done | $(am__base_list) | \ 606 while read files; do \ 607 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dlgdatadir)'"; \ 608 $(INSTALL_DATA) $$files "$(DESTDIR)$(dlgdatadir)" || exit $$?; \ 609 done 610 611uninstall-dlgdataDATA: 612 @$(NORMAL_UNINSTALL) 613 @list='$(dlgdata_DATA)'; test -n "$(dlgdatadir)" || list=; \ 614 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 615 dir='$(DESTDIR)$(dlgdatadir)'; $(am__uninstall_files_from_dir) 616 617ID: $(am__tagged_files) 618 $(am__define_uniq_tagged_files); mkid -fID $$unique 619tags: tags-am 620TAGS: tags 621 622tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 623 set x; \ 624 here=`pwd`; \ 625 $(am__define_uniq_tagged_files); \ 626 shift; \ 627 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 628 test -n "$$unique" || unique=$$empty_fix; \ 629 if test $$# -gt 0; then \ 630 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 631 "$$@" $$unique; \ 632 else \ 633 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 634 $$unique; \ 635 fi; \ 636 fi 637ctags: ctags-am 638 639CTAGS: ctags 640ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 641 $(am__define_uniq_tagged_files); \ 642 test -z "$(CTAGS_ARGS)$$unique" \ 643 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 644 $$unique 645 646GTAGS: 647 here=`$(am__cd) $(top_builddir) && pwd` \ 648 && $(am__cd) $(top_srcdir) \ 649 && gtags -i $(GTAGS_ARGS) "$$here" 650cscopelist: cscopelist-am 651 652cscopelist-am: $(am__tagged_files) 653 list='$(am__tagged_files)'; \ 654 case "$(srcdir)" in \ 655 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 656 *) sdir=$(subdir)/$(srcdir) ;; \ 657 esac; \ 658 for i in $$list; do \ 659 if test -f "$$i"; then \ 660 echo "$(subdir)/$$i"; \ 661 else \ 662 echo "$$sdir/$$i"; \ 663 fi; \ 664 done >> $(top_builddir)/cscope.files 665 666distclean-tags: 667 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 668 669distdir: $(DISTFILES) 670 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 671 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 672 list='$(DISTFILES)'; \ 673 dist_files=`for file in $$list; do echo $$file; done | \ 674 sed -e "s|^$$srcdirstrip/||;t" \ 675 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 676 case $$dist_files in \ 677 */*) $(MKDIR_P) `echo "$$dist_files" | \ 678 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 679 sort -u` ;; \ 680 esac; \ 681 for file in $$dist_files; do \ 682 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 683 if test -d $$d/$$file; then \ 684 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 685 if test -d "$(distdir)/$$file"; then \ 686 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 687 fi; \ 688 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 689 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 690 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 691 fi; \ 692 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 693 else \ 694 test -f "$(distdir)/$$file" \ 695 || cp -p $$d/$$file "$(distdir)/$$file" \ 696 || exit 1; \ 697 fi; \ 698 done 699check-am: all-am 700check: check-am 701all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) 702installdirs: 703 for dir in "$(DESTDIR)$(dlgdatadir)"; do \ 704 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 705 done 706install: install-am 707install-exec: install-exec-am 708install-data: install-data-am 709uninstall: uninstall-am 710 711install-am: all-am 712 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 713 714installcheck: installcheck-am 715install-strip: 716 if test -z '$(STRIP)'; then \ 717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 719 install; \ 720 else \ 721 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 722 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 723 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 724 fi 725mostlyclean-generic: 726 727clean-generic: 728 729distclean-generic: 730 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 731 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 732 733maintainer-clean-generic: 734 @echo "This command is intended for maintainers to use" 735 @echo "it deletes files that may require special tools to rebuild." 736clean: clean-am 737 738clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 739 mostlyclean-am 740 741distclean: distclean-am 742 -rm -rf ./$(DEPDIR) 743 -rm -f Makefile 744distclean-am: clean-am distclean-compile distclean-generic \ 745 distclean-tags 746 747dvi: dvi-am 748 749dvi-am: 750 751html: html-am 752 753html-am: 754 755info: info-am 756 757info-am: 758 759install-data-am: install-dlgdataDATA 760 761install-dvi: install-dvi-am 762 763install-dvi-am: 764 765install-exec-am: 766 767install-html: install-html-am 768 769install-html-am: 770 771install-info: install-info-am 772 773install-info-am: 774 775install-man: 776 777install-pdf: install-pdf-am 778 779install-pdf-am: 780 781install-ps: install-ps-am 782 783install-ps-am: 784 785installcheck-am: 786 787maintainer-clean: maintainer-clean-am 788 -rm -rf ./$(DEPDIR) 789 -rm -f Makefile 790maintainer-clean-am: distclean-am maintainer-clean-generic 791 792mostlyclean: mostlyclean-am 793 794mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 795 mostlyclean-libtool 796 797pdf: pdf-am 798 799pdf-am: 800 801ps: ps-am 802 803ps-am: 804 805uninstall-am: uninstall-dlgdataDATA 806 807.MAKE: install-am install-strip 808 809.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 810 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 811 ctags-am distclean distclean-compile distclean-generic \ 812 distclean-libtool distclean-tags distdir dvi dvi-am html \ 813 html-am info info-am install install-am install-data \ 814 install-data-am install-dlgdataDATA install-dvi install-dvi-am \ 815 install-exec install-exec-am install-html install-html-am \ 816 install-info install-info-am install-man install-pdf \ 817 install-pdf-am install-ps install-ps-am install-strip \ 818 installcheck installcheck-am installdirs maintainer-clean \ 819 maintainer-clean-generic mostlyclean mostlyclean-compile \ 820 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 821 tags tags-am uninstall uninstall-am uninstall-dlgdataDATA 822 823.PRECIOUS: Makefile 824 825 826sources: 827 for f in $(libabdialogs_la_SOURCES); do \ 828 echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \ 829 done 830 for f in $(dlgdata_DATA); do \ 831 echo $(subdir)/$$f >>$(top_srcdir)/dlgsources; \ 832 done 833 for d in $(SUBDIRS); do \ 834 $(MAKE) -C $$d sources; \ 835 done 836 837typefiles: 838 839typedefs: 840 841built_sources: 842 843cppcheck: 844 for f in $(libabdialogs_la_SOURCES); do \ 845 cppcheck --force $$f ; \ 846 done 847 848# Tell versions [3.59,3.63) of GNU make to not export all variables. 849# Otherwise a system limit (for SysV at least) may be exceeded. 850.NOEXPORT: 851