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

« back to all changes in this revision

Viewing changes to src/plugins/parsers/swift/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.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
52
54
mkinstalldirs = $(install_sh) -d
53
55
CONFIG_HEADER = $(top_builddir)/config.h
54
56
CONFIG_CLEAN_FILES = swift.xml ressource.rc
 
57
CONFIG_CLEAN_VPATH_FILES =
55
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
59
am__vpath_adj = case $$p in \
57
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
61
    *) f=$$p;; \
59
62
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
79
am__installdirs = "$(DESTDIR)$(dbioplugindir)" \
62
80
        "$(DESTDIR)$(dbioplugindir)"
63
 
dbiopluginLTLIBRARIES_INSTALL = $(INSTALL)
64
81
LTLIBRARIES = $(dbioplugin_LTLIBRARIES)
65
82
am__DEPENDENCIES_1 =
66
83
swift_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
72
89
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73
90
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
91
am__depfiles_maybe = depfiles
 
92
am__mv = mv -f
75
93
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
94
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
95
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
101
        $(LDFLAGS) -o $@
84
102
SOURCES = $(swift_la_SOURCES)
85
103
DIST_SOURCES = $(swift_la_SOURCES)
86
 
dbiopluginDATA_INSTALL = $(INSTALL_DATA)
87
104
DATA = $(dbioplugin_DATA)
88
105
HEADERS = $(noinst_HEADERS)
89
106
ETAGS = etags
196
213
PACKAGE_NAME = @PACKAGE_NAME@
197
214
PACKAGE_STRING = @PACKAGE_STRING@
198
215
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
216
PACKAGE_URL = @PACKAGE_URL@
199
217
PACKAGE_VERSION = @PACKAGE_VERSION@
200
218
PATH_SEPARATOR = @PATH_SEPARATOR@
201
219
PKG_CONFIG = @PKG_CONFIG@
384
402
              exit 1;; \
385
403
          esac; \
386
404
        done; \
387
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/parsers/swift/Makefile'; \
388
 
        cd $(top_srcdir) && \
389
 
          $(AUTOMAKE) --gnu  src/plugins/parsers/swift/Makefile
 
405
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/parsers/swift/Makefile'; \
 
406
        $(am__cd) $(top_srcdir) && \
 
407
          $(AUTOMAKE) --gnu src/plugins/parsers/swift/Makefile
390
408
.PRECIOUS: Makefile
391
409
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392
410
        @case '$?' in \
404
422
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405
423
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
406
424
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
425
$(am__aclocal_m4_deps):
407
426
swift.xml: $(top_builddir)/config.status $(srcdir)/swift.xml.in
408
427
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
409
428
ressource.rc: $(top_builddir)/config.status $(srcdir)/ressource.rc.in
411
430
install-dbiopluginLTLIBRARIES: $(dbioplugin_LTLIBRARIES)
412
431
        @$(NORMAL_INSTALL)
413
432
        test -z "$(dbioplugindir)" || $(MKDIR_P) "$(DESTDIR)$(dbioplugindir)"
414
 
        @list='$(dbioplugin_LTLIBRARIES)'; for p in $$list; do \
 
433
        @list='$(dbioplugin_LTLIBRARIES)'; test -n "$(dbioplugindir)" || list=; \
 
434
        list2=; for p in $$list; do \
415
435
          if test -f $$p; then \
416
 
            f=$(am__strip_dir) \
417
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(dbiopluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(dbioplugindir)/$$f'"; \
418
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(dbiopluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(dbioplugindir)/$$f"; \
 
436
            list2="$$list2 $$p"; \
419
437
          else :; fi; \
420
 
        done
 
438
        done; \
 
439
        test -z "$$list2" || { \
 
440
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(dbioplugindir)'"; \
 
441
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(dbioplugindir)"; \
 
442
        }
421
443
 
422
444
uninstall-dbiopluginLTLIBRARIES:
423
445
        @$(NORMAL_UNINSTALL)
424
 
        @list='$(dbioplugin_LTLIBRARIES)'; for p in $$list; do \
425
 
          p=$(am__strip_dir) \
426
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dbioplugindir)/$$p'"; \
427
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dbioplugindir)/$$p"; \
 
446
        @list='$(dbioplugin_LTLIBRARIES)'; test -n "$(dbioplugindir)" || list=; \
 
447
        for p in $$list; do \
 
448
          $(am__strip_dir) \
 
449
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dbioplugindir)/$$f'"; \
 
450
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dbioplugindir)/$$f"; \
428
451
        done
429
452
 
430
453
clean-dbiopluginLTLIBRARIES:
449
472
 
450
473
.c.o:
451
474
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
475
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
478
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
456
479
 
457
480
.c.obj:
458
481
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
459
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
482
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
485
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
463
486
 
464
487
.c.lo:
465
488
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
489
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
467
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
468
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
492
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
476
499
install-dbiopluginDATA: $(dbioplugin_DATA)
477
500
        @$(NORMAL_INSTALL)
478
501
        test -z "$(dbioplugindir)" || $(MKDIR_P) "$(DESTDIR)$(dbioplugindir)"
479
 
        @list='$(dbioplugin_DATA)'; for p in $$list; do \
 
502
        @list='$(dbioplugin_DATA)'; test -n "$(dbioplugindir)" || list=; \
 
503
        for p in $$list; do \
480
504
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
481
 
          f=$(am__strip_dir) \
482
 
          echo " $(dbiopluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbioplugindir)/$$f'"; \
483
 
          $(dbiopluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbioplugindir)/$$f"; \
 
505
          echo "$$d$$p"; \
 
506
        done | $(am__base_list) | \
 
507
        while read files; do \
 
508
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbioplugindir)'"; \
 
509
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbioplugindir)" || exit $$?; \
484
510
        done
485
511
 
486
512
uninstall-dbiopluginDATA:
487
513
        @$(NORMAL_UNINSTALL)
488
 
        @list='$(dbioplugin_DATA)'; for p in $$list; do \
489
 
          f=$(am__strip_dir) \
490
 
          echo " rm -f '$(DESTDIR)$(dbioplugindir)/$$f'"; \
491
 
          rm -f "$(DESTDIR)$(dbioplugindir)/$$f"; \
492
 
        done
 
514
        @list='$(dbioplugin_DATA)'; test -n "$(dbioplugindir)" || list=; \
 
515
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
516
        test -n "$$files" || exit 0; \
 
517
        echo " ( cd '$(DESTDIR)$(dbioplugindir)' && rm -f" $$files ")"; \
 
518
        cd "$(DESTDIR)$(dbioplugindir)" && rm -f $$files
493
519
 
494
520
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
495
521
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
503
529
 
504
530
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
505
531
                $(TAGS_FILES) $(LISP)
506
 
        tags=; \
 
532
        set x; \
507
533
        here=`pwd`; \
508
534
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
509
535
        unique=`for i in $$list; do \
511
537
          done | \
512
538
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513
539
              END { if (nonempty) { for (i in files) print i; }; }'`; \
514
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
540
        shift; \
 
541
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515
542
          test -n "$$unique" || unique=$$empty_fix; \
516
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517
 
            $$tags $$unique; \
 
543
          if test $$# -gt 0; then \
 
544
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
545
              "$$@" $$unique; \
 
546
          else \
 
547
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
548
              $$unique; \
 
549
          fi; \
518
550
        fi
519
551
ctags: CTAGS
520
552
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
521
553
                $(TAGS_FILES) $(LISP)
522
 
        tags=; \
523
554
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
524
555
        unique=`for i in $$list; do \
525
556
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526
557
          done | \
527
558
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528
559
              END { if (nonempty) { for (i in files) print i; }; }'`; \
529
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
560
        test -z "$(CTAGS_ARGS)$$unique" \
530
561
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531
 
             $$tags $$unique
 
562
             $$unique
532
563
 
533
564
GTAGS:
534
565
        here=`$(am__cd) $(top_builddir) && pwd` \
535
 
          && cd $(top_srcdir) \
536
 
          && gtags -i $(GTAGS_ARGS) $$here
 
566
          && $(am__cd) $(top_srcdir) \
 
567
          && gtags -i $(GTAGS_ARGS) "$$here"
537
568
 
538
569
distclean-tags:
539
570
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554
585
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
555
586
          if test -d $$d/$$file; then \
556
587
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
588
            if test -d "$(distdir)/$$file"; then \
 
589
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
590
            fi; \
557
591
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
558
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
592
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
593
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559
594
            fi; \
560
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
595
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
561
596
          else \
562
 
            test -f $(distdir)/$$file \
563
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
597
            test -f "$(distdir)/$$file" \
 
598
            || cp -p $$d/$$file "$(distdir)/$$file" \
564
599
            || exit 1; \
565
600
          fi; \
566
601
        done
591
626
 
592
627
distclean-generic:
593
628
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
629
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
594
630
 
595
631
maintainer-clean-generic:
596
632
        @echo "This command is intended for maintainers to use"
612
648
 
613
649
html: html-am
614
650
 
 
651
html-am:
 
652
 
615
653
info: info-am
616
654
 
617
655
info-am:
620
658
 
621
659
install-dvi: install-dvi-am
622
660
 
 
661
install-dvi-am:
 
662
 
623
663
install-exec-am:
624
664
 
625
665
install-html: install-html-am
626
666
 
 
667
install-html-am:
 
668
 
627
669
install-info: install-info-am
628
670
 
 
671
install-info-am:
 
672
 
629
673
install-man:
630
674
 
631
675
install-pdf: install-pdf-am
632
676
 
 
677
install-pdf-am:
 
678
 
633
679
install-ps: install-ps-am
634
680
 
 
681
install-ps-am:
 
682
 
635
683
installcheck-am:
636
684
 
637
685
maintainer-clean: maintainer-clean-am
677
725
        for f in $(swift_la_SOURCES); do \
678
726
          echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \
679
727
        done
 
728
 
680
729
# Tell versions [3.59,3.63) of GNU make to not export all variables.
681
730
# Otherwise a system limit (for SysV at least) may be exceeded.
682
731
.NOEXPORT: