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 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92@IF_MAKE_I18N_FILES_TRUE@am__append_1 = $(I18NCATALOGS) 93subdir = . 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 $(top_srcdir)/configure \ 105 $(am__configure_deps) $(dist_aclocal_DATA) $(am__DIST_COMMON) 106am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 107 configure.lineno config.status.lineno 108mkinstalldirs = $(install_sh) -d 109CONFIG_HEADER = config.h 110CONFIG_CLEAN_FILES = mksymlinks.sh Doxyfile aqbanking-config.in \ 111 aqbanking.pc aqbanking.spec aqbanking.iss \ 112 aqbanking-config.cmake aqbanking-config-version.cmake 113CONFIG_CLEAN_VPATH_FILES = 114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 115am__vpath_adj = case $$p in \ 116 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 117 *) f=$$p;; \ 118 esac; 119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 120am__install_max = 40 121am__nobase_strip_setup = \ 122 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 123am__nobase_strip = \ 124 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 125am__nobase_list = $(am__nobase_strip_setup); \ 126 for p in $$list; do echo "$$p $$p"; done | \ 127 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 128 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 129 if (++n[$$2] == $(am__install_max)) \ 130 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 131 END { for (dir in files) print dir, files[dir] }' 132am__base_list = \ 133 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 134 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 135am__uninstall_files_from_dir = { \ 136 test -z "$$files" \ 137 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 138 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 139 $(am__cd) "$$dir" && rm -f $$files; }; \ 140 } 141am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(cmakeconfigdir)" \ 142 "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(idatadir)" \ 143 "$(DESTDIR)$(pkgconfigdir)" 144SCRIPTS = $(bin_SCRIPTS) 145AM_V_P = $(am__v_P_@AM_V@) 146am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 147am__v_P_0 = false 148am__v_P_1 = : 149AM_V_GEN = $(am__v_GEN_@AM_V@) 150am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 151am__v_GEN_0 = @echo " GEN " $@; 152am__v_GEN_1 = 153AM_V_at = $(am__v_at_@AM_V@) 154am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 155am__v_at_0 = @ 156am__v_at_1 = 157SOURCES = 158DIST_SOURCES = 159RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 160 ctags-recursive dvi-recursive html-recursive info-recursive \ 161 install-data-recursive install-dvi-recursive \ 162 install-exec-recursive install-html-recursive \ 163 install-info-recursive install-pdf-recursive \ 164 install-ps-recursive install-recursive installcheck-recursive \ 165 installdirs-recursive pdf-recursive ps-recursive \ 166 tags-recursive uninstall-recursive 167am__can_run_installinfo = \ 168 case $$AM_UPDATE_INFO_DIR in \ 169 n|no|NO) false;; \ 170 *) (install-info --version) >/dev/null 2>&1;; \ 171 esac 172DATA = $(cmakeconfig_DATA) $(dist_aclocal_DATA) $(idata_DATA) \ 173 $(pkgconfig_DATA) 174RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 175 distclean-recursive maintainer-clean-recursive 176am__recursive_targets = \ 177 $(RECURSIVE_TARGETS) \ 178 $(RECURSIVE_CLEAN_TARGETS) \ 179 $(am__extra_recursive_targets) 180AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 181 cscope distdir dist dist-all distcheck 182am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 183 $(LISP)config.h.in 184# Read a list of newline-separated strings from the standard input, 185# and print each of them once, without duplicates. Input order is 186# *not* preserved. 187am__uniquify_input = $(AWK) '\ 188 BEGIN { nonempty = 0; } \ 189 { items[$$0] = 1; nonempty = 1; } \ 190 END { if (nonempty) { for (i in items) print i; }; } \ 191' 192# Make sure the list of sources is unique. This is necessary because, 193# e.g., the same source file might be shared among _SOURCES variables 194# for different programs/libraries. 195am__define_uniq_tagged_files = \ 196 list='$(am__tagged_files)'; \ 197 unique=`for i in $$list; do \ 198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 199 done | $(am__uniquify_input)` 200ETAGS = etags 201CTAGS = ctags 202CSCOPE = cscope 203am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \ 204 $(srcdir)/aqbanking-config-version.cmake.in \ 205 $(srcdir)/aqbanking-config.cmake.in \ 206 $(srcdir)/aqbanking-config.in.in $(srcdir)/aqbanking.iss.in \ 207 $(srcdir)/aqbanking.pc.in $(srcdir)/aqbanking.spec.in \ 208 $(srcdir)/config.h.in $(srcdir)/mksymlinks.sh.in AUTHORS \ 209 COPYING ChangeLog INSTALL NEWS README TODO compile \ 210 config.guess config.sub depcomp install-sh ltmain.sh missing 211DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 212distdir = $(PACKAGE)-$(VERSION) 213top_distdir = $(distdir) 214am__remove_distdir = \ 215 if test -d "$(distdir)"; then \ 216 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 217 && rm -rf "$(distdir)" \ 218 || { sleep 5 && rm -rf "$(distdir)"; }; \ 219 else :; fi 220am__post_remove_distdir = $(am__remove_distdir) 221am__relativize = \ 222 dir0=`pwd`; \ 223 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 224 sed_rest='s,^[^/]*/*,,'; \ 225 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 226 sed_butlast='s,/*[^/]*$$,,'; \ 227 while test -n "$$dir1"; do \ 228 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 229 if test "$$first" != "."; then \ 230 if test "$$first" = ".."; then \ 231 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 232 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 233 else \ 234 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 235 if test "$$first2" = "$$first"; then \ 236 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 237 else \ 238 dir2="../$$dir2"; \ 239 fi; \ 240 dir0="$$dir0"/"$$first"; \ 241 fi; \ 242 fi; \ 243 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 244 done; \ 245 reldir="$$dir2" 246DIST_ARCHIVES = $(distdir).tar.gz 247GZIP_ENV = --best 248DIST_TARGETS = dist-gzip 249distuninstallcheck_listfiles = find . -type f -print 250am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 251 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 252distcleancheck_listfiles = find . -type f -print 253ACLOCAL = @ACLOCAL@ 254ADD_ACLOCAL_FLAGS = @ADD_ACLOCAL_FLAGS@ 255AMTAR = @AMTAR@ 256AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 257AQBANKING_CLI_VERSION_STRING = @AQBANKING_CLI_VERSION_STRING@ 258AQBANKING_FINTS_VERSION_STRING = @AQBANKING_FINTS_VERSION_STRING@ 259AQBANKING_SO_AGE = @AQBANKING_SO_AGE@ 260AQBANKING_SO_CURRENT = @AQBANKING_SO_CURRENT@ 261AQBANKING_SO_EFFECTIVE = @AQBANKING_SO_EFFECTIVE@ 262AQBANKING_SO_REVISION = @AQBANKING_SO_REVISION@ 263AQBANKING_VERSION_BUILD = @AQBANKING_VERSION_BUILD@ 264AQBANKING_VERSION_FULL_STRING = @AQBANKING_VERSION_FULL_STRING@ 265AQBANKING_VERSION_MAJOR = @AQBANKING_VERSION_MAJOR@ 266AQBANKING_VERSION_MINOR = @AQBANKING_VERSION_MINOR@ 267AQBANKING_VERSION_PATCHLEVEL = @AQBANKING_VERSION_PATCHLEVEL@ 268AQBANKING_VERSION_RELEASE_STRING = @AQBANKING_VERSION_RELEASE_STRING@ 269AQBANKING_VERSION_STRING = @AQBANKING_VERSION_STRING@ 270AQBANKING_VERSION_TAG = @AQBANKING_VERSION_TAG@ 271AQEBICS_CFLAGS = @AQEBICS_CFLAGS@ 272AQEBICS_LIBS = @AQEBICS_LIBS@ 273AR = @AR@ 274AS = @AS@ 275ASTYLE = @ASTYLE@ 276AUTOCONF = @AUTOCONF@ 277AUTOHEADER = @AUTOHEADER@ 278AUTOMAKE = @AUTOMAKE@ 279AWK = @AWK@ 280CC = @CC@ 281CCDEPMODE = @CCDEPMODE@ 282CFLAGS = @CFLAGS@ 283CPP = @CPP@ 284CPPFLAGS = @CPPFLAGS@ 285CXX = @CXX@ 286CXXCPP = @CXXCPP@ 287CXXDEPMODE = @CXXDEPMODE@ 288CXXFLAGS = @CXXFLAGS@ 289CYGPATH_W = @CYGPATH_W@ 290DATETIME = @DATETIME@ 291DEFS = @DEFS@ 292DEPDIR = @DEPDIR@ 293DLLTOOL = @DLLTOOL@ 294DOXYGEN_DEFINE = @DOXYGEN_DEFINE@ 295DOXYGEN_EXCLUDE_PATTERNS = @DOXYGEN_EXCLUDE_PATTERNS@ 296DOXYGEN_FILE_PATTERNS = @DOXYGEN_FILE_PATTERNS@ 297DOXYGEN_INPUT = @DOXYGEN_INPUT@ 298DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@ 299DSYMUTIL = @DSYMUTIL@ 300DUMPBIN = @DUMPBIN@ 301ECHO_C = @ECHO_C@ 302ECHO_N = @ECHO_N@ 303ECHO_T = @ECHO_T@ 304EGREP = @EGREP@ 305EXEEXT = @EXEEXT@ 306FGREP = @FGREP@ 307GREP = @GREP@ 308GTK2_CFLAGS = @GTK2_CFLAGS@ 309GTK2_LIBS = @GTK2_LIBS@ 310GWENGUI_GTK2_CFLAGS = @GWENGUI_GTK2_CFLAGS@ 311GWENGUI_GTK2_LIBS = @GWENGUI_GTK2_LIBS@ 312GWENHYWFAR_MINIMUM_VERSION = @GWENHYWFAR_MINIMUM_VERSION@ 313HAVE_GWENGUI_GTK2 = @HAVE_GWENGUI_GTK2@ 314HAVE_I18N = @HAVE_I18N@ 315INSTALL = @INSTALL@ 316INSTALL_DATA = @INSTALL_DATA@ 317INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@ 318INSTALL_PROGRAM = @INSTALL_PROGRAM@ 319INSTALL_SCRIPT = @INSTALL_SCRIPT@ 320INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 321LD = @LD@ 322LDFLAGS = @LDFLAGS@ 323LIBOBJS = @LIBOBJS@ 324LIBS = @LIBS@ 325LIBTOOL = @LIBTOOL@ 326LIBXML_CFLAGS = @LIBXML_CFLAGS@ 327LIBXML_LIBS = @LIBXML_LIBS@ 328LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@ 329LIBXSLT_LIBS = @LIBXSLT_LIBS@ 330LIPO = @LIPO@ 331LN_S = @LN_S@ 332LTLIBOBJS = @LTLIBOBJS@ 333LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 334MAKEINFO = @MAKEINFO@ 335MAKE_DLL_TARGET = @MAKE_DLL_TARGET@ 336MAKE_I18N_FILES = @MAKE_I18N_FILES@ 337MANIFEST_TOOL = @MANIFEST_TOOL@ 338MKDIR_P = @MKDIR_P@ 339MSGFMT = @MSGFMT@ 340MSGFMT_SUPPORTS_QT = @MSGFMT_SUPPORTS_QT@ 341NM = @NM@ 342NMEDIT = @NMEDIT@ 343OBJDUMP = @OBJDUMP@ 344OBJEXT = @OBJEXT@ 345OSYSTEM = @OSYSTEM@ 346OS_TYPE = @OS_TYPE@ 347OTOOL = @OTOOL@ 348OTOOL64 = @OTOOL64@ 349PACKAGE = @PACKAGE@ 350PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 351PACKAGE_NAME = @PACKAGE_NAME@ 352PACKAGE_STRING = @PACKAGE_STRING@ 353PACKAGE_TARNAME = @PACKAGE_TARNAME@ 354PACKAGE_URL = @PACKAGE_URL@ 355PACKAGE_VERSION = @PACKAGE_VERSION@ 356PATH_SEPARATOR = @PATH_SEPARATOR@ 357PKG_CONFIG = @PKG_CONFIG@ 358PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 359PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 360RANLIB = @RANLIB@ 361RC = @RC@ 362SED = @SED@ 363SET_MAKE = @SET_MAKE@ 364SHELL = @SHELL@ 365STRIP = @STRIP@ 366STRIPALL = @STRIPALL@ 367TUTORIALS = @TUTORIALS@ 368USE_DOT = @USE_DOT@ 369VERSION = @VERSION@ 370XGETTEXT = @XGETTEXT@ 371XMLMERGE = @XMLMERGE@ 372XMLSEC_CFLAGS = @XMLSEC_CFLAGS@ 373XMLSEC_LIBS = @XMLSEC_LIBS@ 374abs_builddir = @abs_builddir@ 375abs_srcdir = @abs_srcdir@ 376abs_top_builddir = @abs_top_builddir@ 377abs_top_srcdir = @abs_top_srcdir@ 378ac_ct_AR = @ac_ct_AR@ 379ac_ct_CC = @ac_ct_CC@ 380ac_ct_CXX = @ac_ct_CXX@ 381ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 382all_includes = @all_includes@ 383all_libraries = @all_libraries@ 384am__include = @am__include@ 385am__leading_dot = @am__leading_dot@ 386am__quote = @am__quote@ 387am__tar = @am__tar@ 388am__untar = @am__untar@ 389aq_distrib_name = @aq_distrib_name@ 390aq_distrib_tag = @aq_distrib_tag@ 391aq_distrib_version = @aq_distrib_version@ 392aqbanking_backends = @aqbanking_backends@ 393aqbanking_cfg_searchdir = @aqbanking_cfg_searchdir@ 394aqbanking_data_searchdir = @aqbanking_data_searchdir@ 395aqbanking_headerdir = @aqbanking_headerdir@ 396aqbanking_headerdir_am = @aqbanking_headerdir_am@ 397aqbanking_includes = @aqbanking_includes@ 398aqbanking_internal_libs = @aqbanking_internal_libs@ 399aqbanking_ldflags = @aqbanking_ldflags@ 400aqbanking_libs = @aqbanking_libs@ 401aqbanking_locale_searchdir = @aqbanking_locale_searchdir@ 402aqbanking_modules = @aqbanking_modules@ 403aqbanking_pkgdatadir = @aqbanking_pkgdatadir@ 404aqbanking_plugin_searchdir = @aqbanking_plugin_searchdir@ 405aqbanking_plugindir = @aqbanking_plugindir@ 406aqbanking_plugins_backends_dirs = @aqbanking_plugins_backends_dirs@ 407aqbanking_plugins_backends_libs = @aqbanking_plugins_backends_libs@ 408aqbanking_plugins_bankinfo_dirs = @aqbanking_plugins_bankinfo_dirs@ 409aqbanking_plugins_bankinfo_libs = @aqbanking_plugins_bankinfo_libs@ 410aqbanking_plugins_imexporters_dirs = @aqbanking_plugins_imexporters_dirs@ 411aqbanking_plugins_imexporters_libs = @aqbanking_plugins_imexporters_libs@ 412aqbanking_plugins_parsers_dirs = @aqbanking_plugins_parsers_dirs@ 413aqbanking_symlinkdir = @aqbanking_symlinkdir@ 414aqbanking_sys_is_windows = @aqbanking_sys_is_windows@ 415aqbankingpp_modules = @aqbankingpp_modules@ 416aqebics_datadir = @aqebics_datadir@ 417aqebics_includes = @aqebics_includes@ 418aqebics_internal_libs = @aqebics_internal_libs@ 419aqebics_ldflags = @aqebics_ldflags@ 420aqebics_libs = @aqebics_libs@ 421aqfints_datadir = @aqfints_datadir@ 422aqhbci_datadir = @aqhbci_datadir@ 423aqhbci_includes = @aqhbci_includes@ 424aqhbci_internal_libs = @aqhbci_internal_libs@ 425aqhbci_ldflags = @aqhbci_ldflags@ 426aqhbci_libs = @aqhbci_libs@ 427aqofxconnect_includes = @aqofxconnect_includes@ 428aqofxconnect_internal_libs = @aqofxconnect_internal_libs@ 429aqofxconnect_libs = @aqofxconnect_libs@ 430aqpaypal_includes = @aqpaypal_includes@ 431aqpaypal_internal_libs = @aqpaypal_internal_libs@ 432aqpaypal_libs = @aqpaypal_libs@ 433bindir = @bindir@ 434build = @build@ 435build_alias = @build_alias@ 436build_cpu = @build_cpu@ 437build_os = @build_os@ 438build_vendor = @build_vendor@ 439builddir = @builddir@ 440datadir = @datadir@ 441datarootdir = @datarootdir@ 442docdir = @docdir@ 443docpath = @docpath@ 444dvidir = @dvidir@ 445exec_prefix = @exec_prefix@ 446gmp_libs = @gmp_libs@ 447gwenhywfar_bindir = @gwenhywfar_bindir@ 448gwenhywfar_dir = @gwenhywfar_dir@ 449gwenhywfar_has_crypt = @gwenhywfar_has_crypt@ 450gwenhywfar_headers = @gwenhywfar_headers@ 451gwenhywfar_includes = @gwenhywfar_includes@ 452gwenhywfar_libs = @gwenhywfar_libs@ 453gwenhywfar_plugins = @gwenhywfar_plugins@ 454host = @host@ 455host_alias = @host_alias@ 456host_cpu = @host_cpu@ 457host_os = @host_os@ 458host_vendor = @host_vendor@ 459htmldir = @htmldir@ 460i18n_libs = @i18n_libs@ 461includedir = @includedir@ 462infodir = @infodir@ 463install_sh = @install_sh@ 464libdir = @libdir@ 465libexecdir = @libexecdir@ 466localedir = @localedir@ 467localstatedir = @localstatedir@ 468mandir = @mandir@ 469mkdir_p = @mkdir_p@ 470oldincludedir = @oldincludedir@ 471pdfdir = @pdfdir@ 472prefix = @prefix@ 473program_transform_name = @program_transform_name@ 474psdir = @psdir@ 475runstatedir = @runstatedir@ 476sbindir = @sbindir@ 477sharedstatedir = @sharedstatedir@ 478srcdir = @srcdir@ 479sysconfdir = @sysconfdir@ 480target_alias = @target_alias@ 481top_build_prefix = @top_build_prefix@ 482top_builddir = @top_builddir@ 483top_srcdir = @top_srcdir@ 484typemaker2_exe = @typemaker2_exe@ 485visibility_cflags = @visibility_cflags@ 486with_aqebics = @with_aqebics@ 487with_aqhbci = @with_aqhbci@ 488SUBDIRS = admin doc m4 src po @TUTORIALS@ 489DIST_SUBDIRS = admin doc m4 src po tutorials 490EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README \ 491 aqbanking.spec.in aqbanking.spec \ 492 aqbanking.iss.in aqbanking.iss \ 493 Doxyfile.in \ 494 i18nsources \ 495 mksymlinks.sh.in mksymlinks.sh Makefile.cvs 496 497idatadir = ${datadir}/doc/aqbanking 498idata_DATA = AUTHORS COPYING ChangeLog README 499bin_SCRIPTS = aqbanking-config 500aclocaldir = $(datadir)/aclocal 501dist_aclocal_DATA = aqbanking.m4 502ACLOCAL_AMFLAGS = $(ADD_ACLOCAL_FLAGS) -I m4 503CLEANFILES = aqbanking-config aqbanking-config.in $(am__append_1) \ 504 $(BUILT_SOURCES) 505pkgconfigdir = $(prefix)/libdata/pkgconfig 506pkgconfig_DATA = aqbanking.pc 507cmakeconfigdir = $(libdir)/cmake/aqbanking-$(AQBANKING_VERSION_MAJOR).$(AQBANKING_VERSION_MINOR) 508cmakeconfig_DATA = aqbanking-config.cmake aqbanking-config-version.cmake 509 510# Rule for using the Inno Setup compiler. The path to iscc.exe is set 511# manually here for now. 512ISCC = "C:\Programme\Inno Setup 5\iscc.exe" 513wintmpdir = win32-tmp 514 515# We directly read that file list. For old make programs, you would 516# set this to an empty variable, because they are only needed by the 517# developers and release technicians. 518@IF_MAKE_I18N_FILES_TRUE@I18NFILES = $(shell cat $(srcdir)/i18nsources) 519@IF_MAKE_I18N_FILES_TRUE@DLGFILES = $(shell cat $(srcdir)/dlgsources) 520@IF_MAKE_I18N_FILES_TRUE@PDFILES = $(shell cat $(srcdir)/pdsources) 521 522# Could also be solved this way: Read the I18NFILES variable from file 523#include $(srcdir)/i18nsources 524# (Needs the following build rule:) 525#sources: 526# rm -f $(srcdir)/i18nsources 527# $(MAKE) -C $(top_srcdir)/src sources 528# mv $(srcdir)/i18nsources $(srcdir)/i18nsources.tmp 529# echo "I18NFILES = \\" > $(srcdir)/i18nsources 530# $(SED) 's!\(^.*$$\)!$$(top_srcdir)/\1 \\!' \ 531# $(srcdir)/i18nsources.tmp >> $(srcdir)/i18nsources 532# echo '$$(top_srcdir)/config.h' >> $(srcdir)/i18nsources 533# rm -f $(srcdir)/i18nsources.tmp 534# $(MAKE) Makefile 535 536# The list of available languages (makes file name transformations much easier) 537@IF_MAKE_I18N_FILES_TRUE@ALL_LINGUAS = $(basename $(notdir $(shell ls $(srcdir)/po/*.po))) 538# For old make programs, the locales would directly be written here: 539#ALL_LINGUAS = de 540 541# List of po files. Only necessary in the dependency of the catalogs 542# rule. For old make programs, you would simpy set this to an empty 543# variable. 544@IF_MAKE_I18N_FILES_TRUE@I18NLINGUAS = $(foreach lang,$(ALL_LINGUAS),$(srcdir)/po/$(lang).po) 545 546# List of mo files. Only necessary for cleanup. For old make programs, 547# you would simply set this to an empty variable. 548@IF_MAKE_I18N_FILES_TRUE@I18NCATALOGS = $(foreach \ 549@IF_MAKE_I18N_FILES_TRUE@ lang,$(ALL_LINGUAS),$(top_builddir)/po/$(lang).mo) \ 550@IF_MAKE_I18N_FILES_TRUE@ $(foreach \ 551@IF_MAKE_I18N_FILES_TRUE@ lang,$(ALL_LINGUAS),$(top_builddir)/po/$(lang).qm) 552@IF_MAKE_I18N_FILES_TRUE@ilocaledir = $(datadir)/locale 553BUILT_SOURCES = $(iheader_HEADERS) sl-headers 554all: $(BUILT_SOURCES) config.h 555 $(MAKE) $(AM_MAKEFLAGS) all-recursive 556 557.SUFFIXES: 558am--refresh: Makefile 559 @: 560$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 561 @for dep in $?; do \ 562 case '$(am__configure_deps)' in \ 563 *$$dep*) \ 564 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 565 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 566 && exit 0; \ 567 exit 1;; \ 568 esac; \ 569 done; \ 570 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 571 $(am__cd) $(top_srcdir) && \ 572 $(AUTOMAKE) --gnu Makefile 573Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 574 @case '$?' in \ 575 *config.status*) \ 576 echo ' $(SHELL) ./config.status'; \ 577 $(SHELL) ./config.status;; \ 578 *) \ 579 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 580 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 581 esac; 582 583$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 584 $(SHELL) ./config.status --recheck 585 586$(top_srcdir)/configure: $(am__configure_deps) 587 $(am__cd) $(srcdir) && $(AUTOCONF) 588$(ACLOCAL_M4): $(am__aclocal_m4_deps) 589 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 590$(am__aclocal_m4_deps): 591 592config.h: stamp-h1 593 @test -f $@ || rm -f stamp-h1 594 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 595 596stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 597 @rm -f stamp-h1 598 cd $(top_builddir) && $(SHELL) ./config.status config.h 599$(srcdir)/config.h.in: $(am__configure_deps) 600 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 601 rm -f stamp-h1 602 touch $@ 603 604distclean-hdr: 605 -rm -f config.h stamp-h1 606mksymlinks.sh: $(top_builddir)/config.status $(srcdir)/mksymlinks.sh.in 607 cd $(top_builddir) && $(SHELL) ./config.status $@ 608Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in 609 cd $(top_builddir) && $(SHELL) ./config.status $@ 610aqbanking-config.in: $(top_builddir)/config.status $(srcdir)/aqbanking-config.in.in 611 cd $(top_builddir) && $(SHELL) ./config.status $@ 612aqbanking.pc: $(top_builddir)/config.status $(srcdir)/aqbanking.pc.in 613 cd $(top_builddir) && $(SHELL) ./config.status $@ 614aqbanking.spec: $(top_builddir)/config.status $(srcdir)/aqbanking.spec.in 615 cd $(top_builddir) && $(SHELL) ./config.status $@ 616aqbanking.iss: $(top_builddir)/config.status $(srcdir)/aqbanking.iss.in 617 cd $(top_builddir) && $(SHELL) ./config.status $@ 618aqbanking-config.cmake: $(top_builddir)/config.status $(srcdir)/aqbanking-config.cmake.in 619 cd $(top_builddir) && $(SHELL) ./config.status $@ 620aqbanking-config-version.cmake: $(top_builddir)/config.status $(srcdir)/aqbanking-config-version.cmake.in 621 cd $(top_builddir) && $(SHELL) ./config.status $@ 622install-binSCRIPTS: $(bin_SCRIPTS) 623 @$(NORMAL_INSTALL) 624 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 625 if test -n "$$list"; then \ 626 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 627 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 628 fi; \ 629 for p in $$list; do \ 630 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 631 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 632 done | \ 633 sed -e 'p;s,.*/,,;n' \ 634 -e 'h;s|.*|.|' \ 635 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 636 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 637 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 638 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 639 if (++n[d] == $(am__install_max)) { \ 640 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 641 else { print "f", d "/" $$4, $$1 } } \ 642 END { for (d in files) print "f", d, files[d] }' | \ 643 while read type dir files; do \ 644 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 645 test -z "$$files" || { \ 646 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 647 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 648 } \ 649 ; done 650 651uninstall-binSCRIPTS: 652 @$(NORMAL_UNINSTALL) 653 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 654 files=`for p in $$list; do echo "$$p"; done | \ 655 sed -e 's,.*/,,;$(transform)'`; \ 656 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 657 658mostlyclean-libtool: 659 -rm -f *.lo 660 661clean-libtool: 662 -rm -rf .libs _libs 663 664distclean-libtool: 665 -rm -f libtool config.lt 666install-cmakeconfigDATA: $(cmakeconfig_DATA) 667 @$(NORMAL_INSTALL) 668 @list='$(cmakeconfig_DATA)'; test -n "$(cmakeconfigdir)" || list=; \ 669 if test -n "$$list"; then \ 670 echo " $(MKDIR_P) '$(DESTDIR)$(cmakeconfigdir)'"; \ 671 $(MKDIR_P) "$(DESTDIR)$(cmakeconfigdir)" || exit 1; \ 672 fi; \ 673 for p in $$list; do \ 674 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 675 echo "$$d$$p"; \ 676 done | $(am__base_list) | \ 677 while read files; do \ 678 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cmakeconfigdir)'"; \ 679 $(INSTALL_DATA) $$files "$(DESTDIR)$(cmakeconfigdir)" || exit $$?; \ 680 done 681 682uninstall-cmakeconfigDATA: 683 @$(NORMAL_UNINSTALL) 684 @list='$(cmakeconfig_DATA)'; test -n "$(cmakeconfigdir)" || list=; \ 685 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 686 dir='$(DESTDIR)$(cmakeconfigdir)'; $(am__uninstall_files_from_dir) 687install-dist_aclocalDATA: $(dist_aclocal_DATA) 688 @$(NORMAL_INSTALL) 689 @list='$(dist_aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 690 if test -n "$$list"; then \ 691 echo " $(MKDIR_P) '$(DESTDIR)$(aclocaldir)'"; \ 692 $(MKDIR_P) "$(DESTDIR)$(aclocaldir)" || exit 1; \ 693 fi; \ 694 for p in $$list; do \ 695 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 696 echo "$$d$$p"; \ 697 done | $(am__base_list) | \ 698 while read files; do \ 699 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \ 700 $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \ 701 done 702 703uninstall-dist_aclocalDATA: 704 @$(NORMAL_UNINSTALL) 705 @list='$(dist_aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 706 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 707 dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir) 708install-idataDATA: $(idata_DATA) 709 @$(NORMAL_INSTALL) 710 @list='$(idata_DATA)'; test -n "$(idatadir)" || list=; \ 711 if test -n "$$list"; then \ 712 echo " $(MKDIR_P) '$(DESTDIR)$(idatadir)'"; \ 713 $(MKDIR_P) "$(DESTDIR)$(idatadir)" || exit 1; \ 714 fi; \ 715 for p in $$list; do \ 716 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 717 echo "$$d$$p"; \ 718 done | $(am__base_list) | \ 719 while read files; do \ 720 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(idatadir)'"; \ 721 $(INSTALL_DATA) $$files "$(DESTDIR)$(idatadir)" || exit $$?; \ 722 done 723 724uninstall-idataDATA: 725 @$(NORMAL_UNINSTALL) 726 @list='$(idata_DATA)'; test -n "$(idatadir)" || list=; \ 727 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 728 dir='$(DESTDIR)$(idatadir)'; $(am__uninstall_files_from_dir) 729install-pkgconfigDATA: $(pkgconfig_DATA) 730 @$(NORMAL_INSTALL) 731 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 732 if test -n "$$list"; then \ 733 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 734 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 735 fi; \ 736 for p in $$list; do \ 737 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 738 echo "$$d$$p"; \ 739 done | $(am__base_list) | \ 740 while read files; do \ 741 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 742 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 743 done 744 745uninstall-pkgconfigDATA: 746 @$(NORMAL_UNINSTALL) 747 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 748 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 749 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 750 751# This directory's subdirectories are mostly independent; you can cd 752# into them and run 'make' without going through this Makefile. 753# To change the values of 'make' variables: instead of editing Makefiles, 754# (1) if the variable is set in 'config.status', edit 'config.status' 755# (which will cause the Makefiles to be regenerated when you run 'make'); 756# (2) otherwise, pass the desired values on the 'make' command line. 757$(am__recursive_targets): 758 @fail=; \ 759 if $(am__make_keepgoing); then \ 760 failcom='fail=yes'; \ 761 else \ 762 failcom='exit 1'; \ 763 fi; \ 764 dot_seen=no; \ 765 target=`echo $@ | sed s/-recursive//`; \ 766 case "$@" in \ 767 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 768 *) list='$(SUBDIRS)' ;; \ 769 esac; \ 770 for subdir in $$list; do \ 771 echo "Making $$target in $$subdir"; \ 772 if test "$$subdir" = "."; then \ 773 dot_seen=yes; \ 774 local_target="$$target-am"; \ 775 else \ 776 local_target="$$target"; \ 777 fi; \ 778 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 779 || eval $$failcom; \ 780 done; \ 781 if test "$$dot_seen" = "no"; then \ 782 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 783 fi; test -z "$$fail" 784 785ID: $(am__tagged_files) 786 $(am__define_uniq_tagged_files); mkid -fID $$unique 787tags: tags-recursive 788TAGS: tags 789 790tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 791 set x; \ 792 here=`pwd`; \ 793 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 794 include_option=--etags-include; \ 795 empty_fix=.; \ 796 else \ 797 include_option=--include; \ 798 empty_fix=; \ 799 fi; \ 800 list='$(SUBDIRS)'; for subdir in $$list; do \ 801 if test "$$subdir" = .; then :; else \ 802 test ! -f $$subdir/TAGS || \ 803 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 804 fi; \ 805 done; \ 806 $(am__define_uniq_tagged_files); \ 807 shift; \ 808 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 809 test -n "$$unique" || unique=$$empty_fix; \ 810 if test $$# -gt 0; then \ 811 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 812 "$$@" $$unique; \ 813 else \ 814 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 815 $$unique; \ 816 fi; \ 817 fi 818ctags: ctags-recursive 819 820CTAGS: ctags 821ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 822 $(am__define_uniq_tagged_files); \ 823 test -z "$(CTAGS_ARGS)$$unique" \ 824 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 825 $$unique 826 827GTAGS: 828 here=`$(am__cd) $(top_builddir) && pwd` \ 829 && $(am__cd) $(top_srcdir) \ 830 && gtags -i $(GTAGS_ARGS) "$$here" 831cscope: cscope.files 832 test ! -s cscope.files \ 833 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 834clean-cscope: 835 -rm -f cscope.files 836cscope.files: clean-cscope cscopelist 837cscopelist: cscopelist-recursive 838 839cscopelist-am: $(am__tagged_files) 840 list='$(am__tagged_files)'; \ 841 case "$(srcdir)" in \ 842 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 843 *) sdir=$(subdir)/$(srcdir) ;; \ 844 esac; \ 845 for i in $$list; do \ 846 if test -f "$$i"; then \ 847 echo "$(subdir)/$$i"; \ 848 else \ 849 echo "$$sdir/$$i"; \ 850 fi; \ 851 done >> $(top_builddir)/cscope.files 852 853distclean-tags: 854 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 855 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 856 857distdir: $(DISTFILES) 858 $(am__remove_distdir) 859 test -d "$(distdir)" || mkdir "$(distdir)" 860 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 861 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 862 list='$(DISTFILES)'; \ 863 dist_files=`for file in $$list; do echo $$file; done | \ 864 sed -e "s|^$$srcdirstrip/||;t" \ 865 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 866 case $$dist_files in \ 867 */*) $(MKDIR_P) `echo "$$dist_files" | \ 868 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 869 sort -u` ;; \ 870 esac; \ 871 for file in $$dist_files; do \ 872 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 873 if test -d $$d/$$file; then \ 874 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 875 if test -d "$(distdir)/$$file"; then \ 876 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 877 fi; \ 878 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 879 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 880 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 881 fi; \ 882 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 883 else \ 884 test -f "$(distdir)/$$file" \ 885 || cp -p $$d/$$file "$(distdir)/$$file" \ 886 || exit 1; \ 887 fi; \ 888 done 889 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 890 if test "$$subdir" = .; then :; else \ 891 $(am__make_dryrun) \ 892 || test -d "$(distdir)/$$subdir" \ 893 || $(MKDIR_P) "$(distdir)/$$subdir" \ 894 || exit 1; \ 895 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 896 $(am__relativize); \ 897 new_distdir=$$reldir; \ 898 dir1=$$subdir; dir2="$(top_distdir)"; \ 899 $(am__relativize); \ 900 new_top_distdir=$$reldir; \ 901 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 902 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 903 ($(am__cd) $$subdir && \ 904 $(MAKE) $(AM_MAKEFLAGS) \ 905 top_distdir="$$new_top_distdir" \ 906 distdir="$$new_distdir" \ 907 am__remove_distdir=: \ 908 am__skip_length_check=: \ 909 am__skip_mode_fix=: \ 910 distdir) \ 911 || exit 1; \ 912 fi; \ 913 done 914 $(MAKE) $(AM_MAKEFLAGS) \ 915 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 916 dist-hook 917 -test -n "$(am__skip_mode_fix)" \ 918 || find "$(distdir)" -type d ! -perm -755 \ 919 -exec chmod u+rwx,go+rx {} \; -o \ 920 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 921 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 922 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 923 || chmod -R a+r "$(distdir)" 924dist-gzip: distdir 925 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 926 $(am__post_remove_distdir) 927 928dist-bzip2: distdir 929 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 930 $(am__post_remove_distdir) 931 932dist-lzip: distdir 933 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 934 $(am__post_remove_distdir) 935 936dist-xz: distdir 937 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 938 $(am__post_remove_distdir) 939 940dist-tarZ: distdir 941 @echo WARNING: "Support for distribution archives compressed with" \ 942 "legacy program 'compress' is deprecated." >&2 943 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 944 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 945 $(am__post_remove_distdir) 946 947dist-shar: distdir 948 @echo WARNING: "Support for shar distribution archives is" \ 949 "deprecated." >&2 950 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 951 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 952 $(am__post_remove_distdir) 953 954dist-zip: distdir 955 -rm -f $(distdir).zip 956 zip -rq $(distdir).zip $(distdir) 957 $(am__post_remove_distdir) 958 959dist dist-all: 960 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 961 $(am__post_remove_distdir) 962 963# This target untars the dist file and tries a VPATH configuration. Then 964# it guarantees that the distribution is self-contained by making another 965# tarfile. 966distcheck: dist 967 case '$(DIST_ARCHIVES)' in \ 968 *.tar.gz*) \ 969 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 970 *.tar.bz2*) \ 971 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 972 *.tar.lz*) \ 973 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 974 *.tar.xz*) \ 975 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 976 *.tar.Z*) \ 977 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 978 *.shar.gz*) \ 979 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 980 *.zip*) \ 981 unzip $(distdir).zip ;;\ 982 esac 983 chmod -R a-w $(distdir) 984 chmod u+w $(distdir) 985 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 986 chmod a-w $(distdir) 987 test -d $(distdir)/_build || exit 0; \ 988 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 989 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 990 && am__cwd=`pwd` \ 991 && $(am__cd) $(distdir)/_build/sub \ 992 && ../../configure \ 993 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 994 $(DISTCHECK_CONFIGURE_FLAGS) \ 995 --srcdir=../.. --prefix="$$dc_install_base" \ 996 && $(MAKE) $(AM_MAKEFLAGS) \ 997 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 998 && $(MAKE) $(AM_MAKEFLAGS) check \ 999 && $(MAKE) $(AM_MAKEFLAGS) install \ 1000 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1001 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1002 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1003 distuninstallcheck \ 1004 && chmod -R a-w "$$dc_install_base" \ 1005 && ({ \ 1006 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1007 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1008 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1009 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1010 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1011 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1012 && rm -rf "$$dc_destdir" \ 1013 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1014 && rm -rf $(DIST_ARCHIVES) \ 1015 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1016 && cd "$$am__cwd" \ 1017 || exit 1 1018 $(am__post_remove_distdir) 1019 @(echo "$(distdir) archives ready for distribution: "; \ 1020 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1021 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1022distuninstallcheck: 1023 @test -n '$(distuninstallcheck_dir)' || { \ 1024 echo 'ERROR: trying to run $@ with an empty' \ 1025 '$$(distuninstallcheck_dir)' >&2; \ 1026 exit 1; \ 1027 }; \ 1028 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1029 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1030 exit 1; \ 1031 }; \ 1032 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1033 || { echo "ERROR: files left after uninstall:" ; \ 1034 if test -n "$(DESTDIR)"; then \ 1035 echo " (check DESTDIR support)"; \ 1036 fi ; \ 1037 $(distuninstallcheck_listfiles) ; \ 1038 exit 1; } >&2 1039distcleancheck: distclean 1040 @if test '$(srcdir)' = . ; then \ 1041 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1042 exit 1 ; \ 1043 fi 1044 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1045 || { echo "ERROR: files left in build directory after distclean:" ; \ 1046 $(distcleancheck_listfiles) ; \ 1047 exit 1; } >&2 1048check-am: all-am 1049check: $(BUILT_SOURCES) 1050 $(MAKE) $(AM_MAKEFLAGS) check-recursive 1051all-am: Makefile $(SCRIPTS) $(DATA) config.h 1052installdirs: installdirs-recursive 1053installdirs-am: 1054 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(cmakeconfigdir)" "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(idatadir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 1055 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1056 done 1057install: $(BUILT_SOURCES) 1058 $(MAKE) $(AM_MAKEFLAGS) install-recursive 1059install-exec: install-exec-recursive 1060install-data: install-data-recursive 1061uninstall: uninstall-recursive 1062 1063install-am: all-am 1064 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1065 1066installcheck: installcheck-recursive 1067install-strip: 1068 if test -z '$(STRIP)'; then \ 1069 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1070 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1071 install; \ 1072 else \ 1073 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1074 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1075 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1076 fi 1077mostlyclean-generic: 1078 1079clean-generic: 1080 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1081 1082distclean-generic: 1083 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1084 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1085 1086maintainer-clean-generic: 1087 @echo "This command is intended for maintainers to use" 1088 @echo "it deletes files that may require special tools to rebuild." 1089 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1090@IF_MAKE_I18N_FILES_FALSE@uninstall-local: 1091@IF_MAKE_I18N_FILES_FALSE@install-data-local: 1092clean: clean-recursive 1093 1094clean-am: clean-generic clean-libtool mostlyclean-am 1095 1096distclean: distclean-recursive 1097 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1098 -rm -f Makefile 1099distclean-am: clean-am distclean-generic distclean-hdr \ 1100 distclean-libtool distclean-tags 1101 1102dvi: dvi-recursive 1103 1104dvi-am: 1105 1106html: html-recursive 1107 1108html-am: 1109 1110info: info-recursive 1111 1112info-am: 1113 1114install-data-am: install-cmakeconfigDATA install-data-local \ 1115 install-dist_aclocalDATA install-idataDATA \ 1116 install-pkgconfigDATA 1117 1118install-dvi: install-dvi-recursive 1119 1120install-dvi-am: 1121 1122install-exec-am: install-binSCRIPTS 1123 1124install-html: install-html-recursive 1125 1126install-html-am: 1127 1128install-info: install-info-recursive 1129 1130install-info-am: 1131 1132install-man: 1133 1134install-pdf: install-pdf-recursive 1135 1136install-pdf-am: 1137 1138install-ps: install-ps-recursive 1139 1140install-ps-am: 1141 1142installcheck-am: 1143 1144maintainer-clean: maintainer-clean-recursive 1145 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1146 -rm -rf $(top_srcdir)/autom4te.cache 1147 -rm -f Makefile 1148maintainer-clean-am: distclean-am maintainer-clean-generic 1149 1150mostlyclean: mostlyclean-recursive 1151 1152mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1153 1154pdf: pdf-recursive 1155 1156pdf-am: 1157 1158ps: ps-recursive 1159 1160ps-am: 1161 1162uninstall-am: uninstall-binSCRIPTS uninstall-cmakeconfigDATA \ 1163 uninstall-dist_aclocalDATA uninstall-idataDATA uninstall-local \ 1164 uninstall-pkgconfigDATA 1165 1166.MAKE: $(am__recursive_targets) all check install install-am \ 1167 install-strip 1168 1169.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1170 am--refresh check check-am clean clean-cscope clean-generic \ 1171 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 1172 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 1173 dist-tarZ dist-xz dist-zip distcheck distclean \ 1174 distclean-generic distclean-hdr distclean-libtool \ 1175 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1176 dvi-am html html-am info info-am install install-am \ 1177 install-binSCRIPTS install-cmakeconfigDATA install-data \ 1178 install-data-am install-data-local install-dist_aclocalDATA \ 1179 install-dvi install-dvi-am install-exec install-exec-am \ 1180 install-html install-html-am install-idataDATA install-info \ 1181 install-info-am install-man install-pdf install-pdf-am \ 1182 install-pkgconfigDATA install-ps install-ps-am install-strip \ 1183 installcheck installcheck-am installdirs installdirs-am \ 1184 maintainer-clean maintainer-clean-generic mostlyclean \ 1185 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1186 tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \ 1187 uninstall-cmakeconfigDATA uninstall-dist_aclocalDATA \ 1188 uninstall-idataDATA uninstall-local uninstall-pkgconfigDATA 1189 1190.PRECIOUS: Makefile 1191 1192 1193aqbanking-config: aqbanking-config.in 1194 echo "#! /bin/sh" >aqbanking-config && \ 1195 echo 'dir="@prefix@"' >>aqbanking-config && \ 1196 cat aqbanking-config.in >>aqbanking-config && \ 1197 chmod a+x aqbanking-config 1198 1199listdoc.h: 1200 $(gwenhywfar_bindir)/mklistdoc -I $(gwenhywfar_headers) -v `find $(aqbanking_symlinkdir) -name '*.h' | LC_ALL=C sort ` >listdoc.h 1201 1202srcdoc: Doxyfile listdoc.h 1203 if test -d apidoc; then rm -Rf apidoc; fi 1204 mkdir -p apidoc/html/aqbanking-@AQBANKING_VERSION_RELEASE_STRING@ 1205 doxygen 1206 1207install-srcdoc: srcdoc 1208 test -d "$(DESTDIR)@docpath@/$(PACKAGE)" || \ 1209 mkdir -p "$(DESTDIR)@docpath@/$(PACKAGE)" 1210 for f in apidoc/html/aqbanking-@AQBANKING_VERSION_RELEASE_STRING@/*; do \ 1211 cp -dR $$f "$(DESTDIR)@docpath@/$(PACKAGE)/"; \ 1212 done 1213 cp "apidoc/$(PACKAGE).tag" "$(DESTDIR)@docpath@/" 1214 1215rpm: $(PACKAGE).spec dist 1216 rpmbuild="rpm" && \ 1217 if [ `rpm --version | awk '{ print $$3 }'` > /dev/null ]; then rpmbuild="rpmbuild"; fi && \ 1218 $$rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz 1219setup: aqbanking.iss 1220 mkdir -p $(wintmpdir) 1221 for A in `find src/plugins -name *.la`; do \ 1222 grep -v relink_command $${A} > $${A}.tmp && \ 1223 mv $${A}.tmp $${A}; \ 1224 done 1225 $(MAKE) DESTDIR="`pwd`/$(wintmpdir)" \ 1226 aqbanking_pkgdatadir="/share/$(PACKAGE)" \ 1227 gwenhywfar_plugins="/gwen" \ 1228 WIN_PATH_WINDOWS_MINGW="/windows" \ 1229 install \ 1230 && for A in `find $(wintmpdir) -name '*.exe'`; do \ 1231 strip $${A}; \ 1232 done \ 1233 && $(ISCC) aqbanking.iss \ 1234 && rm -rf $(wintmpdir) 1235 1236# Current build rule: 1237@IF_MAKE_I18N_FILES_TRUE@sources: 1238@IF_MAKE_I18N_FILES_TRUE@ rm -f $(srcdir)/i18nsources $(srcdir)/dlgsources $(srcdir)/pdsources 1239@IF_MAKE_I18N_FILES_TRUE@ $(MAKE) -C $(top_builddir)/src sources 1240@IF_MAKE_I18N_FILES_TRUE@$(srcdir)/i18nsources $(srcdir)/dlgsources $(srcdir)/pdsources: 1241@IF_MAKE_I18N_FILES_TRUE@ $(MAKE) sources 1242 1243@IF_MAKE_I18N_FILES_TRUE@po/$(PACKAGE).pot: i18nsources dlgsources pdsources $(I18NFILES) 1244@IF_MAKE_I18N_FILES_TRUE@ rm -f po/tmp* 1245@IF_MAKE_I18N_FILES_TRUE@ if test -n "$(I18NFILES)"; then \ 1246@IF_MAKE_I18N_FILES_TRUE@ $(XGETTEXT) -C -c -ki18n -ktr2i18n -kI18N -kI18S\ 1247@IF_MAKE_I18N_FILES_TRUE@ -kI18N_NOOP -ktranslate -kaliasLocale \ 1248@IF_MAKE_I18N_FILES_TRUE@ -ktr -ktrUtf8 \ 1249@IF_MAKE_I18N_FILES_TRUE@ '--msgid-bugs-address=aqbanking-user@lists.aqbanking.de' \ 1250@IF_MAKE_I18N_FILES_TRUE@ -o po/tmppot \ 1251@IF_MAKE_I18N_FILES_TRUE@ $(I18NFILES) ; \ 1252@IF_MAKE_I18N_FILES_TRUE@ fi 1253@IF_MAKE_I18N_FILES_TRUE@ for i in $(DLGFILES); do \ 1254@IF_MAKE_I18N_FILES_TRUE@ po4a-gettextize -f xml -m $$i -p po/tmppot1 -o attributes=text && \ 1255@IF_MAKE_I18N_FILES_TRUE@ msghack -o po/tmppot2 --append po/tmppot po/tmppot1 && \ 1256@IF_MAKE_I18N_FILES_TRUE@ mv po/tmppot2 po/tmppot; \ 1257@IF_MAKE_I18N_FILES_TRUE@ done 1258@IF_MAKE_I18N_FILES_TRUE@ for i in $(PDFILES); do \ 1259@IF_MAKE_I18N_FILES_TRUE@ po4a-gettextize -f xml -m $$i -p po/tmppot1 -o wrap \ 1260@IF_MAKE_I18N_FILES_TRUE@ -o translated="<plugin><short> <plugin><descr>" \ 1261@IF_MAKE_I18N_FILES_TRUE@ -o untranslated="<plugin><version> <plugin><author>" \ 1262@IF_MAKE_I18N_FILES_TRUE@ && \ 1263@IF_MAKE_I18N_FILES_TRUE@ msghack -o po/tmppot2 --append po/tmppot po/tmppot1 && \ 1264@IF_MAKE_I18N_FILES_TRUE@ mv po/tmppot2 po/tmppot; \ 1265@IF_MAKE_I18N_FILES_TRUE@ done 1266@IF_MAKE_I18N_FILES_TRUE@ mv po/tmppot po/$(PACKAGE).pot 1267@IF_MAKE_I18N_FILES_TRUE@ rm -f po/tmppot1 1268 1269# This rule is not called automatically. It is necessary only for 1270# the translators, so translators only call this manually. 1271@IF_MAKE_I18N_FILES_TRUE@merge: po/$(PACKAGE).pot 1272@IF_MAKE_I18N_FILES_TRUE@ @catalogs=$(I18NLINGUAS); \ 1273@IF_MAKE_I18N_FILES_TRUE@ for cat in $$catalogs; do \ 1274@IF_MAKE_I18N_FILES_TRUE@ echo msgmerge -o $$cat.new $$cat ./po/$(PACKAGE).pot ; \ 1275@IF_MAKE_I18N_FILES_TRUE@ msgmerge -o $$cat.new $$cat ./po/$(PACKAGE).pot ; \ 1276@IF_MAKE_I18N_FILES_TRUE@ if test -s $$cat.new; then \ 1277@IF_MAKE_I18N_FILES_TRUE@ grep -v "\"POT-Creation" $$cat.new | grep -v '^#' > $$cat.new.2 ; \ 1278@IF_MAKE_I18N_FILES_TRUE@ grep -v "\"POT-Creation" $$cat | grep -v '^#' >> $$cat.new.1; \ 1279@IF_MAKE_I18N_FILES_TRUE@ if diff $$cat.new.1 $$cat.new.2; then \ 1280@IF_MAKE_I18N_FILES_TRUE@ echo " $$cat unchanged; leaving existing po file untouched."; \ 1281@IF_MAKE_I18N_FILES_TRUE@ rm $$cat.new; \ 1282@IF_MAKE_I18N_FILES_TRUE@ else \ 1283@IF_MAKE_I18N_FILES_TRUE@ mv $$cat.new $$cat ; \ 1284@IF_MAKE_I18N_FILES_TRUE@ fi; \ 1285@IF_MAKE_I18N_FILES_TRUE@ rm -f $$cat.new.1 $$cat.new.2 ;\ 1286@IF_MAKE_I18N_FILES_TRUE@ fi ;\ 1287@IF_MAKE_I18N_FILES_TRUE@ done 1288 1289@IF_MAKE_I18N_FILES_TRUE@catalogs: $(I18NLINGUAS) 1290@IF_MAKE_I18N_FILES_TRUE@ @for i in $(ALL_LINGUAS); do \ 1291@IF_MAKE_I18N_FILES_TRUE@ filelingua=$(srcdir)/po/$$i.po; \ 1292@IF_MAKE_I18N_FILES_TRUE@ filecat=$(top_builddir)/po/$$i.mo; \ 1293@IF_MAKE_I18N_FILES_TRUE@ fileqm=$(top_builddir)/po/$$i.qm; \ 1294@IF_MAKE_I18N_FILES_TRUE@ echo "Creating translation catalogs for language \"$$i\""; \ 1295@IF_MAKE_I18N_FILES_TRUE@ $(MSGFMT) -c -o $${filecat} $${filelingua} || touch $${filelingua}; \ 1296@IF_MAKE_I18N_FILES_TRUE@ if test $(MSGFMT_SUPPORTS_QT) = "yes"; then \ 1297@IF_MAKE_I18N_FILES_TRUE@ $(MSGFMT) -o $${fileqm} --qt $${filelingua} || touch $${filelingua}; \ 1298@IF_MAKE_I18N_FILES_TRUE@ else \ 1299@IF_MAKE_I18N_FILES_TRUE@ echo "$(MSGFMT) does not have the option --qt; ignoring qt translations"; \ 1300@IF_MAKE_I18N_FILES_TRUE@ fi; \ 1301@IF_MAKE_I18N_FILES_TRUE@ done 1302@IF_MAKE_I18N_FILES_TRUE@install-mo-catalogs: catalogs 1303@IF_MAKE_I18N_FILES_TRUE@ @for i in $(ALL_LINGUAS); do \ 1304@IF_MAKE_I18N_FILES_TRUE@ filecat=$(top_builddir)/po/$$i.mo; \ 1305@IF_MAKE_I18N_FILES_TRUE@ fileqm=$(top_builddir)/po/$$i.qm; \ 1306@IF_MAKE_I18N_FILES_TRUE@ echo "Installing translation catalog for language \"$$i\""; \ 1307@IF_MAKE_I18N_FILES_TRUE@ $(mkinstalldirs) "$(DESTDIR)$(ilocaledir)/$$i/LC_MESSAGES"; \ 1308@IF_MAKE_I18N_FILES_TRUE@ $(INSTALL_DATA) $${filecat} $(DESTDIR)$(ilocaledir)/$$i/LC_MESSAGES/$(PACKAGE).mo; \ 1309@IF_MAKE_I18N_FILES_TRUE@ done 1310@IF_MAKE_I18N_FILES_TRUE@uninstall-mo-catalogs: 1311@IF_MAKE_I18N_FILES_TRUE@ @$(NORMAL_UNINSTALL) 1312@IF_MAKE_I18N_FILES_TRUE@ @for i in $(ALL_LINGUAS); do \ 1313@IF_MAKE_I18N_FILES_TRUE@ echo " rm -f '$(DESTDIR)$(ilocaledir)/$$i/LC_MESSAGES/$(PACKAGE).mo'"; \ 1314@IF_MAKE_I18N_FILES_TRUE@ rm -f "$(DESTDIR)$(ilocaledir)/$$i/LC_MESSAGES/$(PACKAGE).mo"; \ 1315@IF_MAKE_I18N_FILES_TRUE@ done 1316 1317@IF_MAKE_I18N_FILES_TRUE@install-data-local: install-mo-catalogs 1318@IF_MAKE_I18N_FILES_TRUE@uninstall-local: uninstall-mo-catalogs 1319 1320# Rule for only building the source rpm 1321srpm: $(PACKAGE).spec dist 1322 rpmbuild="rpm" && \ 1323 if [ `rpm --version | awk '{ print $$3 }'` > /dev/null ]; then rpmbuild="rpmbuild"; fi && \ 1324 $$rpmbuild --nodeps -ts $(PACKAGE)-$(VERSION).tar.gz 1325 1326symlinks: mksymlinks.sh 1327# ${SHELL} mksymlinks.sh $(srcdir) $(builddir) 1328 1329sl-headers: mksymlinks.sh 1330 $(MAKE) -C src built_sources 1331# ${SHELL} mksymlinks.sh $(srcdir) $(builddir) 1332 1333# Call this to have Qt's uic files and glade files cleaned up from 1334# bad elements 1335code-cleanup: 1336 -admin/fixuifiles 1337 -admin/glade-fixup 1338 1339#cppcheck: 1340# $(MAKE) -C src cppcheck 1341 1342cppcheck: 1343 for f in `find . -name \*.c -o -name \*.cpp`; do cppcheck --force $$f; done 1344 1345clang-check: 1346 scan-build $(MAKE) 1347 1348format: 1349 find . -name '*.[c,h,cpp]' -exec $(ASTYLE) \ 1350 --style=stroustrup \ 1351 -s2 \ 1352 --min-conditional-indent=0 \ 1353 --indent-labels \ 1354 --max-continuation-indent=100 \ 1355 --pad-comma \ 1356 --pad-header \ 1357 --unpad-paren \ 1358 --align-pointer=name \ 1359 --break-closing-braces \ 1360 --break-one-line-headers \ 1361 --attach-return-type \ 1362 --convert-tabs \ 1363 --max-code-length=120 \ 1364 --break-after-logical \ 1365 --preserve-date \ 1366 --suffix=none \{\} \; 1367 1368ChangeLog: 1369 if test -d .git; then \ 1370 git log --pretty="format:------------------------------------------------------------------%n%ai %an%n%s%n%b" -n 100 >ChangeLog ;\ 1371 else \ 1372 touch ChangeLog; \ 1373 fi 1374 1375dist-hook: 1376 rm -f ChangeLog 2>/dev/null 1377 $(MAKE) ChangeLog 1378 1379types: 1380 for d in $(SUBDIRS); do \ 1381 $(MAKE) -C $$d typefiles; \ 1382 done 1383 1384typefiles: 1385 for d in $(SUBDIRS); do \ 1386 $(MAKE) -C $$d typefiles; \ 1387 done 1388 1389typedefs: 1390 for d in $(SUBDIRS); do \ 1391 $(MAKE) -C $$d typedefs; \ 1392 done 1393 1394# Tell versions [3.59,3.63) of GNU make to not export all variables. 1395# Otherwise a system limit (for SysV at least) may be exceeded. 1396.NOEXPORT: 1397