~ubuntu-branches/ubuntu/lucid/libaqbanking/lucid

« back to all changes in this revision

Viewing changes to src/plugins/backends/aqhbci/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2009-12-31 13:00:26 UTC
  • mfrom: (1.1.18 upstream) (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091231130026-wvsfhd6i6hutk5kc
Tags: 4.2.1-1
* New upstream release
* Fix typo in libaqbanking-data's package description (closes: #557493).
  Thanks to Pascal De Vuyst for pointing it out.
* Fix typos in manpages of qb-help and aqbanking-config (thanks lintian).
* Ignore parallel=N in DEB_BUILD_OPTIONS -- upstream doesn't support it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
61
        ps-recursive uninstall-recursive
59
62
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60
63
  distclean-recursive maintainer-clean-recursive
 
64
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
65
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
66
        distdir
61
67
ETAGS = etags
62
68
CTAGS = ctags
63
69
DIST_SUBDIRS = $(SUBDIRS)
64
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
am__relativize = \
 
72
  dir0=`pwd`; \
 
73
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
74
  sed_rest='s,^[^/]*/*,,'; \
 
75
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
76
  sed_butlast='s,/*[^/]*$$,,'; \
 
77
  while test -n "$$dir1"; do \
 
78
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
79
    if test "$$first" != "."; then \
 
80
      if test "$$first" = ".."; then \
 
81
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
82
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
83
      else \
 
84
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
85
        if test "$$first2" = "$$first"; then \
 
86
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
87
        else \
 
88
          dir2="../$$dir2"; \
 
89
        fi; \
 
90
        dir0="$$dir0"/"$$first"; \
 
91
      fi; \
 
92
    fi; \
 
93
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
94
  done; \
 
95
  reldir="$$dir2"
65
96
ACLOCAL = @ACLOCAL@
66
97
ADD_ACLOCAL_FLAGS = @ADD_ACLOCAL_FLAGS@
67
98
AMTAR = @AMTAR@
169
200
PACKAGE_NAME = @PACKAGE_NAME@
170
201
PACKAGE_STRING = @PACKAGE_STRING@
171
202
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
203
PACKAGE_URL = @PACKAGE_URL@
172
204
PACKAGE_VERSION = @PACKAGE_VERSION@
173
205
PATH_SEPARATOR = @PATH_SEPARATOR@
174
206
PKG_CONFIG = @PKG_CONFIG@
337
369
              exit 1;; \
338
370
          esac; \
339
371
        done; \
340
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/Makefile'; \
341
 
        cd $(top_srcdir) && \
342
 
          $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/Makefile
 
372
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/Makefile'; \
 
373
        $(am__cd) $(top_srcdir) && \
 
374
          $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/Makefile
343
375
.PRECIOUS: Makefile
344
376
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345
377
        @case '$?' in \
357
389
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
390
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
359
391
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
392
$(am__aclocal_m4_deps):
360
393
 
361
394
mostlyclean-libtool:
362
395
        -rm -f *.lo
388
421
          else \
389
422
            local_target="$$target"; \
390
423
          fi; \
391
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
424
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
392
425
          || eval $$failcom; \
393
426
        done; \
394
427
        if test "$$dot_seen" = "no"; then \
422
455
          else \
423
456
            local_target="$$target"; \
424
457
          fi; \
425
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
458
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
426
459
          || eval $$failcom; \
427
460
        done && test -z "$$fail"
428
461
tags-recursive:
429
462
        list='$(SUBDIRS)'; for subdir in $$list; do \
430
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
463
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
431
464
        done
432
465
ctags-recursive:
433
466
        list='$(SUBDIRS)'; for subdir in $$list; do \
434
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
467
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
435
468
        done
436
469
 
437
470
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
446
479
 
447
480
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
448
481
                $(TAGS_FILES) $(LISP)
449
 
        tags=; \
 
482
        set x; \
450
483
        here=`pwd`; \
451
484
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
452
485
          include_option=--etags-include; \
458
491
        list='$(SUBDIRS)'; for subdir in $$list; do \
459
492
          if test "$$subdir" = .; then :; else \
460
493
            test ! -f $$subdir/TAGS || \
461
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
494
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
462
495
          fi; \
463
496
        done; \
464
497
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467
500
          done | \
468
501
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469
502
              END { if (nonempty) { for (i in files) print i; }; }'`; \
470
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
503
        shift; \
 
504
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471
505
          test -n "$$unique" || unique=$$empty_fix; \
472
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473
 
            $$tags $$unique; \
 
506
          if test $$# -gt 0; then \
 
507
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
508
              "$$@" $$unique; \
 
509
          else \
 
510
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
511
              $$unique; \
 
512
          fi; \
474
513
        fi
475
514
ctags: CTAGS
476
515
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
477
516
                $(TAGS_FILES) $(LISP)
478
 
        tags=; \
479
517
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480
518
        unique=`for i in $$list; do \
481
519
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482
520
          done | \
483
521
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
522
              END { if (nonempty) { for (i in files) print i; }; }'`; \
485
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
523
        test -z "$(CTAGS_ARGS)$$unique" \
486
524
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487
 
             $$tags $$unique
 
525
             $$unique
488
526
 
489
527
GTAGS:
490
528
        here=`$(am__cd) $(top_builddir) && pwd` \
491
 
          && cd $(top_srcdir) \
492
 
          && gtags -i $(GTAGS_ARGS) $$here
 
529
          && $(am__cd) $(top_srcdir) \
 
530
          && gtags -i $(GTAGS_ARGS) "$$here"
493
531
 
494
532
distclean-tags:
495
533
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510
548
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
511
549
          if test -d $$d/$$file; then \
512
550
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
551
            if test -d "$(distdir)/$$file"; then \
 
552
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
553
            fi; \
513
554
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
555
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
556
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515
557
            fi; \
516
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
558
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517
559
          else \
518
 
            test -f $(distdir)/$$file \
519
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
560
            test -f "$(distdir)/$$file" \
 
561
            || cp -p $$d/$$file "$(distdir)/$$file" \
520
562
            || exit 1; \
521
563
          fi; \
522
564
        done
523
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
565
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524
566
          if test "$$subdir" = .; then :; else \
525
567
            test -d "$(distdir)/$$subdir" \
526
568
            || $(MKDIR_P) "$(distdir)/$$subdir" \
527
569
            || exit 1; \
528
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
529
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
530
 
            (cd $$subdir && \
 
570
          fi; \
 
571
        done
 
572
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
573
          if test "$$subdir" = .; then :; else \
 
574
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
575
            $(am__relativize); \
 
576
            new_distdir=$$reldir; \
 
577
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
578
            $(am__relativize); \
 
579
            new_top_distdir=$$reldir; \
 
580
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
581
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
582
            ($(am__cd) $$subdir && \
531
583
              $(MAKE) $(AM_MAKEFLAGS) \
532
 
                top_distdir="$$top_distdir" \
533
 
                distdir="$$distdir/$$subdir" \
 
584
                top_distdir="$$new_top_distdir" \
 
585
                distdir="$$new_distdir" \
534
586
                am__remove_distdir=: \
535
587
                am__skip_length_check=: \
 
588
                am__skip_mode_fix=: \
536
589
                distdir) \
537
590
              || exit 1; \
538
591
          fi; \
563
616
 
564
617
distclean-generic:
565
618
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
619
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
620
 
567
621
maintainer-clean-generic:
568
622
        @echo "This command is intended for maintainers to use"
581
635
 
582
636
html: html-recursive
583
637
 
 
638
html-am:
 
639
 
584
640
info: info-recursive
585
641
 
586
642
info-am:
589
645
 
590
646
install-dvi: install-dvi-recursive
591
647
 
 
648
install-dvi-am:
 
649
 
592
650
install-exec-am:
593
651
 
594
652
install-html: install-html-recursive
595
653
 
 
654
install-html-am:
 
655
 
596
656
install-info: install-info-recursive
597
657
 
 
658
install-info-am:
 
659
 
598
660
install-man:
599
661
 
600
662
install-pdf: install-pdf-recursive
601
663
 
 
664
install-pdf-am:
 
665
 
602
666
install-ps: install-ps-recursive
603
667
 
 
668
install-ps-am:
 
669
 
604
670
installcheck-am:
605
671
 
606
672
maintainer-clean: maintainer-clean-recursive
621
687
 
622
688
uninstall-am:
623
689
 
624
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
625
 
        install-strip
 
690
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
691
        install-am install-strip tags-recursive
626
692
 
627
693
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
628
694
        all all-am check check-am clean clean-generic clean-libtool \
648
714
        for d in $(SUBDIRS); do \
649
715
          $(MAKE) -C $$d built_sources; \
650
716
        done ;
 
717
 
651
718
# Tell versions [3.59,3.63) of GNU make to not export all variables.
652
719
# Otherwise a system limit (for SysV at least) may be exceeded.
653
720
.NOEXPORT: