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

« back to all changes in this revision

Viewing changes to src/plugins/backends/aqhbci/tools/hbcixml/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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/config.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am__installdirs = "$(DESTDIR)$(bindir)"
55
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
58
PROGRAMS = $(bin_PROGRAMS)
57
59
am_hbcixml3_OBJECTS = hbcixml.$(OBJEXT) loganalyzer.$(OBJEXT) \
58
60
        error.$(OBJEXT)
66
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
70
am__depfiles_maybe = depfiles
 
71
am__mv = mv -f
69
72
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
71
74
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
189
192
PACKAGE_NAME = @PACKAGE_NAME@
190
193
PACKAGE_STRING = @PACKAGE_STRING@
191
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
192
196
PACKAGE_VERSION = @PACKAGE_VERSION@
193
197
PATH_SEPARATOR = @PATH_SEPARATOR@
194
198
PKG_CONFIG = @PKG_CONFIG@
365
369
              exit 1;; \
366
370
          esac; \
367
371
        done; \
368
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/tools/hbcixml/Makefile'; \
369
 
        cd $(top_srcdir) && \
370
 
          $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/tools/hbcixml/Makefile
 
372
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/tools/hbcixml/Makefile'; \
 
373
        $(am__cd) $(top_srcdir) && \
 
374
          $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/tools/hbcixml/Makefile
371
375
.PRECIOUS: Makefile
372
376
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373
377
        @case '$?' in \
385
389
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
390
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
387
391
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
392
$(am__aclocal_m4_deps):
388
393
install-binPROGRAMS: $(bin_PROGRAMS)
389
394
        @$(NORMAL_INSTALL)
390
395
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
391
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
392
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
393
 
          if test -f $$p \
394
 
             || test -f $$p1 \
395
 
          ; then \
396
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
397
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
398
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
399
 
          else :; fi; \
400
 
        done
 
396
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
397
        for p in $$list; do echo "$$p $$p"; done | \
 
398
        sed 's/$(EXEEXT)$$//' | \
 
399
        while read p p1; do if test -f $$p || test -f $$p1; \
 
400
          then echo "$$p"; echo "$$p"; else :; fi; \
 
401
        done | \
 
402
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
403
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
404
        sed 'N;N;N;s,\n, ,g' | \
 
405
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
406
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
407
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
408
            else { print "f", $$3 "/" $$4, $$1; } } \
 
409
          END { for (d in files) print "f", d, files[d] }' | \
 
410
        while read type dir files; do \
 
411
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
412
            test -z "$$files" || { \
 
413
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
414
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
415
            } \
 
416
        ; done
401
417
 
402
418
uninstall-binPROGRAMS:
403
419
        @$(NORMAL_UNINSTALL)
404
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
405
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
406
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
407
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
408
 
        done
 
420
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
421
        files=`for p in $$list; do echo "$$p"; done | \
 
422
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
423
              -e 's/$$/$(EXEEXT)/' `; \
 
424
        test -n "$$list" || exit 0; \
 
425
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
426
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
409
427
 
410
428
clean-binPROGRAMS:
411
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
412
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
413
 
          echo " rm -f $$p $$f"; \
414
 
          rm -f $$p $$f ; \
415
 
        done
 
429
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
430
        echo " rm -f" $$list; \
 
431
        rm -f $$list || exit $$?; \
 
432
        test -n "$(EXEEXT)" || exit 0; \
 
433
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
434
        echo " rm -f" $$list; \
 
435
        rm -f $$list
416
436
hbcixml3$(EXEEXT): $(hbcixml3_OBJECTS) $(hbcixml3_DEPENDENCIES) 
417
437
        @rm -f hbcixml3$(EXEEXT)
418
438
        $(hbcixml3_LINK) $(hbcixml3_OBJECTS) $(hbcixml3_LDADD) $(LIBS)
429
449
 
430
450
.cpp.o:
431
451
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
432
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
452
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
433
453
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434
454
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
455
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
436
456
 
437
457
.cpp.obj:
438
458
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
439
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
459
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440
460
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441
461
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442
462
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
443
463
 
444
464
.cpp.lo:
445
465
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
446
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
466
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
447
467
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
448
468
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
469
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
466
486
 
467
487
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468
488
                $(TAGS_FILES) $(LISP)
469
 
        tags=; \
 
489
        set x; \
470
490
        here=`pwd`; \
471
491
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
472
492
        unique=`for i in $$list; do \
474
494
          done | \
475
495
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476
496
              END { if (nonempty) { for (i in files) print i; }; }'`; \
477
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
497
        shift; \
 
498
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
478
499
          test -n "$$unique" || unique=$$empty_fix; \
479
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480
 
            $$tags $$unique; \
 
500
          if test $$# -gt 0; then \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              "$$@" $$unique; \
 
503
          else \
 
504
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
505
              $$unique; \
 
506
          fi; \
481
507
        fi
482
508
ctags: CTAGS
483
509
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
484
510
                $(TAGS_FILES) $(LISP)
485
 
        tags=; \
486
511
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
487
512
        unique=`for i in $$list; do \
488
513
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489
514
          done | \
490
515
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491
516
              END { if (nonempty) { for (i in files) print i; }; }'`; \
492
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
517
        test -z "$(CTAGS_ARGS)$$unique" \
493
518
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494
 
             $$tags $$unique
 
519
             $$unique
495
520
 
496
521
GTAGS:
497
522
        here=`$(am__cd) $(top_builddir) && pwd` \
498
 
          && cd $(top_srcdir) \
499
 
          && gtags -i $(GTAGS_ARGS) $$here
 
523
          && $(am__cd) $(top_srcdir) \
 
524
          && gtags -i $(GTAGS_ARGS) "$$here"
500
525
 
501
526
distclean-tags:
502
527
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517
542
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
518
543
          if test -d $$d/$$file; then \
519
544
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
545
            if test -d "$(distdir)/$$file"; then \
 
546
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
547
            fi; \
520
548
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
549
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
550
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522
551
            fi; \
523
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
552
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524
553
          else \
525
 
            test -f $(distdir)/$$file \
526
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
554
            test -f "$(distdir)/$$file" \
 
555
            || cp -p $$d/$$file "$(distdir)/$$file" \
527
556
            || exit 1; \
528
557
          fi; \
529
558
        done
554
583
 
555
584
distclean-generic:
556
585
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
586
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557
587
 
558
588
maintainer-clean-generic:
559
589
        @echo "This command is intended for maintainers to use"
574
604
 
575
605
html: html-am
576
606
 
 
607
html-am:
 
608
 
577
609
info: info-am
578
610
 
579
611
info-am:
582
614
 
583
615
install-dvi: install-dvi-am
584
616
 
 
617
install-dvi-am:
 
618
 
585
619
install-exec-am: install-binPROGRAMS
586
620
 
587
621
install-html: install-html-am
588
622
 
 
623
install-html-am:
 
624
 
589
625
install-info: install-info-am
590
626
 
 
627
install-info-am:
 
628
 
591
629
install-man:
592
630
 
593
631
install-pdf: install-pdf-am
594
632
 
 
633
install-pdf-am:
 
634
 
595
635
install-ps: install-ps-am
596
636
 
 
637
install-ps-am:
 
638
 
597
639
installcheck-am:
598
640
 
599
641
maintainer-clean: maintainer-clean-am
632
674
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
633
675
        uninstall-binPROGRAMS
634
676
 
 
677
 
635
678
# Tell versions [3.59,3.63) of GNU make to not export all variables.
636
679
# Otherwise a system limit (for SysV at least) may be exceeded.
637
680
.NOEXPORT: