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

« back to all changes in this revision

Viewing changes to src/plugins/backends/aqhbci/plugin/accountjobs/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
50
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = $(top_builddir)/config.h
52
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
LTLIBRARIES = $(noinst_LTLIBRARIES)
54
57
libhbciaccjobs_la_LIBADD =
55
58
am_libhbciaccjobs_la_OBJECTS = accountjob.lo jobgetbalance.lo \
60
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
65
am__depfiles_maybe = depfiles
 
66
am__mv = mv -f
63
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
182
186
PACKAGE_NAME = @PACKAGE_NAME@
183
187
PACKAGE_STRING = @PACKAGE_STRING@
184
188
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
189
PACKAGE_URL = @PACKAGE_URL@
185
190
PACKAGE_VERSION = @PACKAGE_VERSION@
186
191
PATH_SEPARATOR = @PATH_SEPARATOR@
187
192
PKG_CONFIG = @PKG_CONFIG@
411
416
              exit 1;; \
412
417
          esac; \
413
418
        done; \
414
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/plugin/accountjobs/Makefile'; \
415
 
        cd $(top_srcdir) && \
416
 
          $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/plugin/accountjobs/Makefile
 
419
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/plugin/accountjobs/Makefile'; \
 
420
        $(am__cd) $(top_srcdir) && \
 
421
          $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/plugin/accountjobs/Makefile
417
422
.PRECIOUS: Makefile
418
423
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419
424
        @case '$?' in \
431
436
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
437
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
433
438
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
439
$(am__aclocal_m4_deps):
434
440
 
435
441
clean-noinstLTLIBRARIES:
436
442
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
462
468
 
463
469
.c.o:
464
470
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
465
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
471
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
474
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
469
475
 
470
476
.c.obj:
471
477
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
472
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
478
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
473
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
474
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
481
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
476
482
 
477
483
.c.lo:
478
484
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
479
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
485
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
480
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
481
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482
488
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
499
505
 
500
506
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501
507
                $(TAGS_FILES) $(LISP)
502
 
        tags=; \
 
508
        set x; \
503
509
        here=`pwd`; \
504
510
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505
511
        unique=`for i in $$list; do \
507
513
          done | \
508
514
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509
515
              END { if (nonempty) { for (i in files) print i; }; }'`; \
510
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
516
        shift; \
 
517
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
511
518
          test -n "$$unique" || unique=$$empty_fix; \
512
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513
 
            $$tags $$unique; \
 
519
          if test $$# -gt 0; then \
 
520
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
521
              "$$@" $$unique; \
 
522
          else \
 
523
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
524
              $$unique; \
 
525
          fi; \
514
526
        fi
515
527
ctags: CTAGS
516
528
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
517
529
                $(TAGS_FILES) $(LISP)
518
 
        tags=; \
519
530
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
520
531
        unique=`for i in $$list; do \
521
532
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522
533
          done | \
523
534
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524
535
              END { if (nonempty) { for (i in files) print i; }; }'`; \
525
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
536
        test -z "$(CTAGS_ARGS)$$unique" \
526
537
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527
 
             $$tags $$unique
 
538
             $$unique
528
539
 
529
540
GTAGS:
530
541
        here=`$(am__cd) $(top_builddir) && pwd` \
531
 
          && cd $(top_srcdir) \
532
 
          && gtags -i $(GTAGS_ARGS) $$here
 
542
          && $(am__cd) $(top_srcdir) \
 
543
          && gtags -i $(GTAGS_ARGS) "$$here"
533
544
 
534
545
distclean-tags:
535
546
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
561
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
551
562
          if test -d $$d/$$file; then \
552
563
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
564
            if test -d "$(distdir)/$$file"; then \
 
565
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
566
            fi; \
553
567
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
568
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
569
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555
570
            fi; \
556
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
571
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557
572
          else \
558
 
            test -f $(distdir)/$$file \
559
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
573
            test -f "$(distdir)/$$file" \
 
574
            || cp -p $$d/$$file "$(distdir)/$$file" \
560
575
            || exit 1; \
561
576
          fi; \
562
577
        done
585
600
 
586
601
distclean-generic:
587
602
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
603
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
588
604
 
589
605
maintainer-clean-generic:
590
606
        @echo "This command is intended for maintainers to use"
606
622
 
607
623
html: html-am
608
624
 
 
625
html-am:
 
626
 
609
627
info: info-am
610
628
 
611
629
info-am:
614
632
 
615
633
install-dvi: install-dvi-am
616
634
 
 
635
install-dvi-am:
 
636
 
617
637
install-exec-am:
618
638
 
619
639
install-html: install-html-am
620
640
 
 
641
install-html-am:
 
642
 
621
643
install-info: install-info-am
622
644
 
 
645
install-info-am:
 
646
 
623
647
install-man:
624
648
 
625
649
install-pdf: install-pdf-am
626
650
 
 
651
install-pdf-am:
 
652
 
627
653
install-ps: install-ps-am
628
654
 
 
655
install-ps-am:
 
656
 
629
657
installcheck-am:
630
658
 
631
659
maintainer-clean: maintainer-clean-am
677
705
        $(XMLMERGE) -v --compact -o $@ $(xmlfiles)
678
706
 
679
707
all-local: accountjobs.xml
 
708
 
680
709
# Tell versions [3.59,3.63) of GNU make to not export all variables.
681
710
# Otherwise a system limit (for SysV at least) may be exceeded.
682
711
.NOEXPORT: