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

« back to all changes in this revision

Viewing changes to src/frontends/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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
64
95
ACLOCAL = @ACLOCAL@
65
96
ADD_ACLOCAL_FLAGS = @ADD_ACLOCAL_FLAGS@
66
97
AMTAR = @AMTAR@
168
199
PACKAGE_NAME = @PACKAGE_NAME@
169
200
PACKAGE_STRING = @PACKAGE_STRING@
170
201
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
202
PACKAGE_URL = @PACKAGE_URL@
171
203
PACKAGE_VERSION = @PACKAGE_VERSION@
172
204
PATH_SEPARATOR = @PATH_SEPARATOR@
173
205
PKG_CONFIG = @PKG_CONFIG@
336
368
              exit 1;; \
337
369
          esac; \
338
370
        done; \
339
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/frontends/Makefile'; \
340
 
        cd $(top_srcdir) && \
341
 
          $(AUTOMAKE) --gnu  src/frontends/Makefile
 
371
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/frontends/Makefile'; \
 
372
        $(am__cd) $(top_srcdir) && \
 
373
          $(AUTOMAKE) --gnu src/frontends/Makefile
342
374
.PRECIOUS: Makefile
343
375
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344
376
        @case '$?' in \
356
388
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
389
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358
390
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
391
$(am__aclocal_m4_deps):
359
392
 
360
393
mostlyclean-libtool:
361
394
        -rm -f *.lo
387
420
          else \
388
421
            local_target="$$target"; \
389
422
          fi; \
390
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
423
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391
424
          || eval $$failcom; \
392
425
        done; \
393
426
        if test "$$dot_seen" = "no"; then \
421
454
          else \
422
455
            local_target="$$target"; \
423
456
          fi; \
424
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
457
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425
458
          || eval $$failcom; \
426
459
        done && test -z "$$fail"
427
460
tags-recursive:
428
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
462
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
430
463
        done
431
464
ctags-recursive:
432
465
        list='$(SUBDIRS)'; for subdir in $$list; do \
433
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
466
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
434
467
        done
435
468
 
436
469
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
445
478
 
446
479
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447
480
                $(TAGS_FILES) $(LISP)
448
 
        tags=; \
 
481
        set x; \
449
482
        here=`pwd`; \
450
483
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
451
484
          include_option=--etags-include; \
457
490
        list='$(SUBDIRS)'; for subdir in $$list; do \
458
491
          if test "$$subdir" = .; then :; else \
459
492
            test ! -f $$subdir/TAGS || \
460
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
493
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461
494
          fi; \
462
495
        done; \
463
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
466
499
          done | \
467
500
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
502
        shift; \
 
503
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470
504
          test -n "$$unique" || unique=$$empty_fix; \
471
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472
 
            $$tags $$unique; \
 
505
          if test $$# -gt 0; then \
 
506
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
507
              "$$@" $$unique; \
 
508
          else \
 
509
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
510
              $$unique; \
 
511
          fi; \
473
512
        fi
474
513
ctags: CTAGS
475
514
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476
515
                $(TAGS_FILES) $(LISP)
477
 
        tags=; \
478
516
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
517
        unique=`for i in $$list; do \
480
518
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
519
          done | \
482
520
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
521
              END { if (nonempty) { for (i in files) print i; }; }'`; \
484
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
522
        test -z "$(CTAGS_ARGS)$$unique" \
485
523
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486
 
             $$tags $$unique
 
524
             $$unique
487
525
 
488
526
GTAGS:
489
527
        here=`$(am__cd) $(top_builddir) && pwd` \
490
 
          && cd $(top_srcdir) \
491
 
          && gtags -i $(GTAGS_ARGS) $$here
 
528
          && $(am__cd) $(top_srcdir) \
 
529
          && gtags -i $(GTAGS_ARGS) "$$here"
492
530
 
493
531
distclean-tags:
494
532
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
547
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
510
548
          if test -d $$d/$$file; then \
511
549
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
550
            if test -d "$(distdir)/$$file"; then \
 
551
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
552
            fi; \
512
553
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
554
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
555
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514
556
            fi; \
515
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
557
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
516
558
          else \
517
 
            test -f $(distdir)/$$file \
518
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
559
            test -f "$(distdir)/$$file" \
 
560
            || cp -p $$d/$$file "$(distdir)/$$file" \
519
561
            || exit 1; \
520
562
          fi; \
521
563
        done
522
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
564
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523
565
          if test "$$subdir" = .; then :; else \
524
566
            test -d "$(distdir)/$$subdir" \
525
567
            || $(MKDIR_P) "$(distdir)/$$subdir" \
526
568
            || exit 1; \
527
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
528
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
529
 
            (cd $$subdir && \
 
569
          fi; \
 
570
        done
 
571
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
572
          if test "$$subdir" = .; then :; else \
 
573
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
574
            $(am__relativize); \
 
575
            new_distdir=$$reldir; \
 
576
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
577
            $(am__relativize); \
 
578
            new_top_distdir=$$reldir; \
 
579
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
580
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
581
            ($(am__cd) $$subdir && \
530
582
              $(MAKE) $(AM_MAKEFLAGS) \
531
 
                top_distdir="$$top_distdir" \
532
 
                distdir="$$distdir/$$subdir" \
 
583
                top_distdir="$$new_top_distdir" \
 
584
                distdir="$$new_distdir" \
533
585
                am__remove_distdir=: \
534
586
                am__skip_length_check=: \
 
587
                am__skip_mode_fix=: \
535
588
                distdir) \
536
589
              || exit 1; \
537
590
          fi; \
561
614
 
562
615
distclean-generic:
563
616
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
617
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
564
618
 
565
619
maintainer-clean-generic:
566
620
        @echo "This command is intended for maintainers to use"
579
633
 
580
634
html: html-recursive
581
635
 
 
636
html-am:
 
637
 
582
638
info: info-recursive
583
639
 
584
640
info-am:
587
643
 
588
644
install-dvi: install-dvi-recursive
589
645
 
 
646
install-dvi-am:
 
647
 
590
648
install-exec-am:
591
649
 
592
650
install-html: install-html-recursive
593
651
 
 
652
install-html-am:
 
653
 
594
654
install-info: install-info-recursive
595
655
 
 
656
install-info-am:
 
657
 
596
658
install-man:
597
659
 
598
660
install-pdf: install-pdf-recursive
599
661
 
 
662
install-pdf-am:
 
663
 
600
664
install-ps: install-ps-recursive
601
665
 
 
666
install-ps-am:
 
667
 
602
668
installcheck-am:
603
669
 
604
670
maintainer-clean: maintainer-clean-recursive
619
685
 
620
686
uninstall-am:
621
687
 
622
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
623
 
        install-strip
 
688
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
689
        install-am install-strip tags-recursive
624
690
 
625
691
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
626
692
        all all-am check check-am clean clean-generic clean-libtool \
646
712
        for d in $(DIST_SUBDIRS); do \
647
713
          $(MAKE) -C $$d built_sources; \
648
714
        done ;
 
715
 
649
716
# Tell versions [3.59,3.63) of GNU make to not export all variables.
650
717
# Otherwise a system limit (for SysV at least) may be exceeded.
651
718
.NOEXPORT: