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

« back to all changes in this revision

Viewing changes to src/libs/aqbanking/jobs/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
libjobs_la_LIBADD =
55
58
am_libjobs_la_OBJECTS = jobgetbalance.lo jobgettransactions.lo \
63
66
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
68
am__depfiles_maybe = depfiles
 
69
am__mv = mv -f
66
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
72
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
84
    *) f=$$p;; \
81
85
  esac;
82
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
87
am__install_max = 40
 
88
am__nobase_strip_setup = \
 
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
90
am__nobase_strip = \
 
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
92
am__nobase_list = $(am__nobase_strip_setup); \
 
93
  for p in $$list; do echo "$$p $$p"; done | \
 
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
96
    if (++n[$$2] == $(am__install_max)) \
 
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
98
    END { for (dir in files) print dir, files[dir] }'
 
99
am__base_list = \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83
102
am__installdirs = "$(DESTDIR)$(iheaderdir)"
84
 
iheaderHEADERS_INSTALL = $(INSTALL_HEADER)
85
103
HEADERS = $(iheader_HEADERS) $(noinst_HEADERS)
86
104
ETAGS = etags
87
105
CTAGS = ctags
193
211
PACKAGE_NAME = @PACKAGE_NAME@
194
212
PACKAGE_STRING = @PACKAGE_STRING@
195
213
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
214
PACKAGE_URL = @PACKAGE_URL@
196
215
PACKAGE_VERSION = @PACKAGE_VERSION@
197
216
PATH_SEPARATOR = @PATH_SEPARATOR@
198
217
PKG_CONFIG = @PKG_CONFIG@
451
470
              exit 1;; \
452
471
          esac; \
453
472
        done; \
454
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libs/aqbanking/jobs/Makefile'; \
455
 
        cd $(top_srcdir) && \
456
 
          $(AUTOMAKE) --gnu  src/libs/aqbanking/jobs/Makefile
 
473
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libs/aqbanking/jobs/Makefile'; \
 
474
        $(am__cd) $(top_srcdir) && \
 
475
          $(AUTOMAKE) --gnu src/libs/aqbanking/jobs/Makefile
457
476
.PRECIOUS: Makefile
458
477
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
459
478
        @case '$?' in \
471
490
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
491
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
473
492
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
493
$(am__aclocal_m4_deps):
474
494
 
475
495
clean-noinstLTLIBRARIES:
476
496
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
510
530
 
511
531
.c.o:
512
532
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
533
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516
536
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
517
537
 
518
538
.c.obj:
519
539
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
520
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
540
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523
543
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
524
544
 
525
545
.c.lo:
526
546
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
527
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
547
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
528
548
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
529
549
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530
550
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
537
557
install-iheaderHEADERS: $(iheader_HEADERS)
538
558
        @$(NORMAL_INSTALL)
539
559
        test -z "$(iheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(iheaderdir)"
540
 
        @list='$(iheader_HEADERS)'; for p in $$list; do \
 
560
        @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
 
561
        for p in $$list; do \
541
562
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
542
 
          f=$(am__strip_dir) \
543
 
          echo " $(iheaderHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(iheaderdir)/$$f'"; \
544
 
          $(iheaderHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(iheaderdir)/$$f"; \
 
563
          echo "$$d$$p"; \
 
564
        done | $(am__base_list) | \
 
565
        while read files; do \
 
566
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(iheaderdir)'"; \
 
567
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(iheaderdir)" || exit $$?; \
545
568
        done
546
569
 
547
570
uninstall-iheaderHEADERS:
548
571
        @$(NORMAL_UNINSTALL)
549
 
        @list='$(iheader_HEADERS)'; for p in $$list; do \
550
 
          f=$(am__strip_dir) \
551
 
          echo " rm -f '$(DESTDIR)$(iheaderdir)/$$f'"; \
552
 
          rm -f "$(DESTDIR)$(iheaderdir)/$$f"; \
553
 
        done
 
572
        @list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
 
573
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
574
        test -n "$$files" || exit 0; \
 
575
        echo " ( cd '$(DESTDIR)$(iheaderdir)' && rm -f" $$files ")"; \
 
576
        cd "$(DESTDIR)$(iheaderdir)" && rm -f $$files
554
577
 
555
578
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
556
579
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
564
587
 
565
588
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
566
589
                $(TAGS_FILES) $(LISP)
567
 
        tags=; \
 
590
        set x; \
568
591
        here=`pwd`; \
569
592
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
570
593
        unique=`for i in $$list; do \
572
595
          done | \
573
596
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574
597
              END { if (nonempty) { for (i in files) print i; }; }'`; \
575
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
598
        shift; \
 
599
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
576
600
          test -n "$$unique" || unique=$$empty_fix; \
577
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578
 
            $$tags $$unique; \
 
601
          if test $$# -gt 0; then \
 
602
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
603
              "$$@" $$unique; \
 
604
          else \
 
605
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
606
              $$unique; \
 
607
          fi; \
579
608
        fi
580
609
ctags: CTAGS
581
610
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
582
611
                $(TAGS_FILES) $(LISP)
583
 
        tags=; \
584
612
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
585
613
        unique=`for i in $$list; do \
586
614
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587
615
          done | \
588
616
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
589
617
              END { if (nonempty) { for (i in files) print i; }; }'`; \
590
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
618
        test -z "$(CTAGS_ARGS)$$unique" \
591
619
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
592
 
             $$tags $$unique
 
620
             $$unique
593
621
 
594
622
GTAGS:
595
623
        here=`$(am__cd) $(top_builddir) && pwd` \
596
 
          && cd $(top_srcdir) \
597
 
          && gtags -i $(GTAGS_ARGS) $$here
 
624
          && $(am__cd) $(top_srcdir) \
 
625
          && gtags -i $(GTAGS_ARGS) "$$here"
598
626
 
599
627
distclean-tags:
600
628
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615
643
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
616
644
          if test -d $$d/$$file; then \
617
645
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
646
            if test -d "$(distdir)/$$file"; then \
 
647
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
648
            fi; \
618
649
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
619
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
650
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
651
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620
652
            fi; \
621
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
653
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
622
654
          else \
623
 
            test -f $(distdir)/$$file \
624
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
655
            test -f "$(distdir)/$$file" \
 
656
            || cp -p $$d/$$file "$(distdir)/$$file" \
625
657
            || exit 1; \
626
658
          fi; \
627
659
        done
652
684
 
653
685
distclean-generic:
654
686
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
687
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
655
688
 
656
689
maintainer-clean-generic:
657
690
        @echo "This command is intended for maintainers to use"
673
706
 
674
707
html: html-am
675
708
 
 
709
html-am:
 
710
 
676
711
info: info-am
677
712
 
678
713
info-am:
681
716
 
682
717
install-dvi: install-dvi-am
683
718
 
 
719
install-dvi-am:
 
720
 
684
721
install-exec-am:
685
722
 
686
723
install-html: install-html-am
687
724
 
 
725
install-html-am:
 
726
 
688
727
install-info: install-info-am
689
728
 
 
729
install-info-am:
 
730
 
690
731
install-man:
691
732
 
692
733
install-pdf: install-pdf-am
693
734
 
 
735
install-pdf-am:
 
736
 
694
737
install-ps: install-ps-am
695
738
 
 
739
install-ps-am:
 
740
 
696
741
installcheck-am:
697
742
 
698
743
maintainer-clean: maintainer-clean-am
736
781
        for f in $(libjobs_la_SOURCES); do \
737
782
          echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \
738
783
        done
 
784
 
739
785
# Tell versions [3.59,3.63) of GNU make to not export all variables.
740
786
# Otherwise a system limit (for SysV at least) may be exceeded.
741
787
.NOEXPORT: