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

« back to all changes in this revision

Viewing changes to src/plugins/backends/aqhbci/ui/qt3/libs/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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
57
am__vpath_adj = case $$p in \
55
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
59
    *) f=$$p;; \
57
60
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
77
am__installdirs = "$(DESTDIR)$(qbanking_plugindir)"
60
 
qbanking_pluginLTLIBRARIES_INSTALL = $(INSTALL)
61
78
LTLIBRARIES = $(qbanking_plugin_LTLIBRARIES)
62
79
am__DEPENDENCIES_1 =
63
80
aqhbci_la_DEPENDENCIES = dialogs/libdialogs.la \
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
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76
94
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
77
95
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93
111
HEADERS = $(noinst_HEADERS)
94
112
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
113
  distclean-recursive maintainer-clean-recursive
 
114
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
115
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
116
        distdir
96
117
ETAGS = etags
97
118
CTAGS = ctags
98
119
DIST_SUBDIRS = $(SUBDIRS)
99
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
121
am__relativize = \
 
122
  dir0=`pwd`; \
 
123
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
124
  sed_rest='s,^[^/]*/*,,'; \
 
125
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
126
  sed_butlast='s,/*[^/]*$$,,'; \
 
127
  while test -n "$$dir1"; do \
 
128
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
129
    if test "$$first" != "."; then \
 
130
      if test "$$first" = ".."; then \
 
131
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
132
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
133
      else \
 
134
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
135
        if test "$$first2" = "$$first"; then \
 
136
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
137
        else \
 
138
          dir2="../$$dir2"; \
 
139
        fi; \
 
140
        dir0="$$dir0"/"$$first"; \
 
141
      fi; \
 
142
    fi; \
 
143
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
144
  done; \
 
145
  reldir="$$dir2"
100
146
ACLOCAL = @ACLOCAL@
101
147
ADD_ACLOCAL_FLAGS = @ADD_ACLOCAL_FLAGS@
102
148
AMTAR = @AMTAR@
205
251
PACKAGE_NAME = @PACKAGE_NAME@
206
252
PACKAGE_STRING = @PACKAGE_STRING@
207
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
208
255
PACKAGE_VERSION = @PACKAGE_VERSION@
209
256
PATH_SEPARATOR = @PATH_SEPARATOR@
210
257
PKG_CONFIG = @PKG_CONFIG@
397
444
              exit 1;; \
398
445
          esac; \
399
446
        done; \
400
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/ui/qt3/libs/Makefile'; \
401
 
        cd $(top_srcdir) && \
402
 
          $(AUTOMAKE) --gnu  src/plugins/backends/aqhbci/ui/qt3/libs/Makefile
 
447
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/ui/qt3/libs/Makefile'; \
 
448
        $(am__cd) $(top_srcdir) && \
 
449
          $(AUTOMAKE) --gnu src/plugins/backends/aqhbci/ui/qt3/libs/Makefile
403
450
.PRECIOUS: Makefile
404
451
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405
452
        @case '$?' in \
417
464
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418
465
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
419
466
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
467
$(am__aclocal_m4_deps):
420
468
install-qbanking_pluginLTLIBRARIES: $(qbanking_plugin_LTLIBRARIES)
421
469
        @$(NORMAL_INSTALL)
422
470
        test -z "$(qbanking_plugindir)" || $(MKDIR_P) "$(DESTDIR)$(qbanking_plugindir)"
423
 
        @list='$(qbanking_plugin_LTLIBRARIES)'; for p in $$list; do \
 
471
        @list='$(qbanking_plugin_LTLIBRARIES)'; test -n "$(qbanking_plugindir)" || list=; \
 
472
        list2=; for p in $$list; do \
424
473
          if test -f $$p; then \
425
 
            f=$(am__strip_dir) \
426
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(qbanking_pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(qbanking_plugindir)/$$f'"; \
427
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(qbanking_pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(qbanking_plugindir)/$$f"; \
 
474
            list2="$$list2 $$p"; \
428
475
          else :; fi; \
429
 
        done
 
476
        done; \
 
477
        test -z "$$list2" || { \
 
478
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(qbanking_plugindir)'"; \
 
479
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(qbanking_plugindir)"; \
 
480
        }
430
481
 
431
482
uninstall-qbanking_pluginLTLIBRARIES:
432
483
        @$(NORMAL_UNINSTALL)
433
 
        @list='$(qbanking_plugin_LTLIBRARIES)'; for p in $$list; do \
434
 
          p=$(am__strip_dir) \
435
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(qbanking_plugindir)/$$p'"; \
436
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(qbanking_plugindir)/$$p"; \
 
484
        @list='$(qbanking_plugin_LTLIBRARIES)'; test -n "$(qbanking_plugindir)" || list=; \
 
485
        for p in $$list; do \
 
486
          $(am__strip_dir) \
 
487
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(qbanking_plugindir)/$$f'"; \
 
488
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(qbanking_plugindir)/$$f"; \
437
489
        done
438
490
 
439
491
clean-qbanking_pluginLTLIBRARIES:
457
509
 
458
510
.cpp.o:
459
511
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
460
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
512
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461
513
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462
514
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463
515
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
464
516
 
465
517
.cpp.obj:
466
518
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
467
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
519
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468
520
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469
521
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470
522
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
471
523
 
472
524
.cpp.lo:
473
525
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
526
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
475
527
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
476
528
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477
529
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
506
558
          else \
507
559
            local_target="$$target"; \
508
560
          fi; \
509
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
561
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
510
562
          || eval $$failcom; \
511
563
        done; \
512
564
        if test "$$dot_seen" = "no"; then \
540
592
          else \
541
593
            local_target="$$target"; \
542
594
          fi; \
543
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
595
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
544
596
          || eval $$failcom; \
545
597
        done && test -z "$$fail"
546
598
tags-recursive:
547
599
        list='$(SUBDIRS)'; for subdir in $$list; do \
548
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
600
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
549
601
        done
550
602
ctags-recursive:
551
603
        list='$(SUBDIRS)'; for subdir in $$list; do \
552
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
604
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
553
605
        done
554
606
 
555
607
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
564
616
 
565
617
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
566
618
                $(TAGS_FILES) $(LISP)
567
 
        tags=; \
 
619
        set x; \
568
620
        here=`pwd`; \
569
621
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
570
622
          include_option=--etags-include; \
576
628
        list='$(SUBDIRS)'; for subdir in $$list; do \
577
629
          if test "$$subdir" = .; then :; else \
578
630
            test ! -f $$subdir/TAGS || \
579
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
631
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
580
632
          fi; \
581
633
        done; \
582
634
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
585
637
          done | \
586
638
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
587
639
              END { if (nonempty) { for (i in files) print i; }; }'`; \
588
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
640
        shift; \
 
641
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
589
642
          test -n "$$unique" || unique=$$empty_fix; \
590
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591
 
            $$tags $$unique; \
 
643
          if test $$# -gt 0; then \
 
644
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
645
              "$$@" $$unique; \
 
646
          else \
 
647
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
648
              $$unique; \
 
649
          fi; \
592
650
        fi
593
651
ctags: CTAGS
594
652
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
595
653
                $(TAGS_FILES) $(LISP)
596
 
        tags=; \
597
654
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
598
655
        unique=`for i in $$list; do \
599
656
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
600
657
          done | \
601
658
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
602
659
              END { if (nonempty) { for (i in files) print i; }; }'`; \
603
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
660
        test -z "$(CTAGS_ARGS)$$unique" \
604
661
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
605
 
             $$tags $$unique
 
662
             $$unique
606
663
 
607
664
GTAGS:
608
665
        here=`$(am__cd) $(top_builddir) && pwd` \
609
 
          && cd $(top_srcdir) \
610
 
          && gtags -i $(GTAGS_ARGS) $$here
 
666
          && $(am__cd) $(top_srcdir) \
 
667
          && gtags -i $(GTAGS_ARGS) "$$here"
611
668
 
612
669
distclean-tags:
613
670
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
628
685
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629
686
          if test -d $$d/$$file; then \
630
687
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
688
            if test -d "$(distdir)/$$file"; then \
 
689
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
690
            fi; \
631
691
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
632
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
692
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
693
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633
694
            fi; \
634
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
695
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
635
696
          else \
636
 
            test -f $(distdir)/$$file \
637
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
697
            test -f "$(distdir)/$$file" \
 
698
            || cp -p $$d/$$file "$(distdir)/$$file" \
638
699
            || exit 1; \
639
700
          fi; \
640
701
        done
641
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
702
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
642
703
          if test "$$subdir" = .; then :; else \
643
704
            test -d "$(distdir)/$$subdir" \
644
705
            || $(MKDIR_P) "$(distdir)/$$subdir" \
645
706
            || exit 1; \
646
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
647
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
648
 
            (cd $$subdir && \
 
707
          fi; \
 
708
        done
 
709
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
710
          if test "$$subdir" = .; then :; else \
 
711
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
712
            $(am__relativize); \
 
713
            new_distdir=$$reldir; \
 
714
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
715
            $(am__relativize); \
 
716
            new_top_distdir=$$reldir; \
 
717
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
718
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
719
            ($(am__cd) $$subdir && \
649
720
              $(MAKE) $(AM_MAKEFLAGS) \
650
 
                top_distdir="$$top_distdir" \
651
 
                distdir="$$distdir/$$subdir" \
 
721
                top_distdir="$$new_top_distdir" \
 
722
                distdir="$$new_distdir" \
652
723
                am__remove_distdir=: \
653
724
                am__skip_length_check=: \
 
725
                am__skip_mode_fix=: \
654
726
                distdir) \
655
727
              || exit 1; \
656
728
          fi; \
686
758
 
687
759
distclean-generic:
688
760
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
761
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
689
762
 
690
763
maintainer-clean-generic:
691
764
        @echo "This command is intended for maintainers to use"
708
781
 
709
782
html: html-recursive
710
783
 
 
784
html-am:
 
785
 
711
786
info: info-recursive
712
787
 
713
788
info-am:
716
791
 
717
792
install-dvi: install-dvi-recursive
718
793
 
 
794
install-dvi-am:
 
795
 
719
796
install-exec-am:
720
797
 
721
798
install-html: install-html-recursive
722
799
 
 
800
install-html-am:
 
801
 
723
802
install-info: install-info-recursive
724
803
 
 
804
install-info-am:
 
805
 
725
806
install-man:
726
807
 
727
808
install-pdf: install-pdf-recursive
728
809
 
 
810
install-pdf-am:
 
811
 
729
812
install-ps: install-ps-recursive
730
813
 
 
814
install-ps-am:
 
815
 
731
816
installcheck-am:
732
817
 
733
818
maintainer-clean: maintainer-clean-recursive
750
835
 
751
836
uninstall-am: uninstall-qbanking_pluginLTLIBRARIES
752
837
 
753
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
754
 
        install-strip
 
838
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
839
        ctags-recursive install install-am install-strip \
 
840
        tags-recursive
755
841
 
756
842
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
757
843
        all all-am check check-am clean clean-generic clean-libtool \
788
874
        for d in $(SUBDIRS); do \
789
875
          $(MAKE) -C $$d built_sources; \
790
876
        done ;
 
877
 
791
878
# Tell versions [3.59,3.63) of GNU make to not export all variables.
792
879
# Otherwise a system limit (for SysV at least) may be exceeded.
793
880
.NOEXPORT: