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

« back to all changes in this revision

Viewing changes to src/plugins/imexporters/ctxfile/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 = ctxfile.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)$(imexporterplugindir)" \
62
80
        "$(DESTDIR)$(imexporterplugindir)"
63
 
imexporterpluginLTLIBRARIES_INSTALL = $(INSTALL)
64
81
LTLIBRARIES = $(imexporterplugin_LTLIBRARIES)
65
82
am__DEPENDENCIES_1 =
66
83
ctxfile_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) \
90
108
        install-pdf-recursive install-ps-recursive install-recursive \
91
109
        installcheck-recursive installdirs-recursive pdf-recursive \
92
110
        ps-recursive uninstall-recursive
93
 
imexporterpluginDATA_INSTALL = $(INSTALL_DATA)
94
111
DATA = $(imexporterplugin_DATA)
95
112
HEADERS = $(noinst_HEADERS)
96
113
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
114
  distclean-recursive maintainer-clean-recursive
 
115
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
116
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
117
        distdir
98
118
ETAGS = etags
99
119
CTAGS = ctags
100
120
DIST_SUBDIRS = $(SUBDIRS)
101
121
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
122
am__relativize = \
 
123
  dir0=`pwd`; \
 
124
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
125
  sed_rest='s,^[^/]*/*,,'; \
 
126
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
127
  sed_butlast='s,/*[^/]*$$,,'; \
 
128
  while test -n "$$dir1"; do \
 
129
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
130
    if test "$$first" != "."; then \
 
131
      if test "$$first" = ".."; then \
 
132
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
133
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
134
      else \
 
135
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
136
        if test "$$first2" = "$$first"; then \
 
137
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
138
        else \
 
139
          dir2="../$$dir2"; \
 
140
        fi; \
 
141
        dir0="$$dir0"/"$$first"; \
 
142
      fi; \
 
143
    fi; \
 
144
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
145
  done; \
 
146
  reldir="$$dir2"
102
147
ACLOCAL = @ACLOCAL@
103
148
ADD_ACLOCAL_FLAGS = @ADD_ACLOCAL_FLAGS@
104
149
AMTAR = @AMTAR@
206
251
PACKAGE_NAME = @PACKAGE_NAME@
207
252
PACKAGE_STRING = @PACKAGE_STRING@
208
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
209
255
PACKAGE_VERSION = @PACKAGE_VERSION@
210
256
PATH_SEPARATOR = @PATH_SEPARATOR@
211
257
PKG_CONFIG = @PKG_CONFIG@
383
429
              exit 1;; \
384
430
          esac; \
385
431
        done; \
386
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/imexporters/ctxfile/Makefile'; \
387
 
        cd $(top_srcdir) && \
388
 
          $(AUTOMAKE) --gnu  src/plugins/imexporters/ctxfile/Makefile
 
432
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/imexporters/ctxfile/Makefile'; \
 
433
        $(am__cd) $(top_srcdir) && \
 
434
          $(AUTOMAKE) --gnu src/plugins/imexporters/ctxfile/Makefile
389
435
.PRECIOUS: Makefile
390
436
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391
437
        @case '$?' in \
403
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
450
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
452
$(am__aclocal_m4_deps):
406
453
ctxfile.xml: $(top_builddir)/config.status $(srcdir)/ctxfile.xml.in
407
454
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
408
455
ressource.rc: $(top_builddir)/config.status $(srcdir)/ressource.rc.in
410
457
install-imexporterpluginLTLIBRARIES: $(imexporterplugin_LTLIBRARIES)
411
458
        @$(NORMAL_INSTALL)
412
459
        test -z "$(imexporterplugindir)" || $(MKDIR_P) "$(DESTDIR)$(imexporterplugindir)"
413
 
        @list='$(imexporterplugin_LTLIBRARIES)'; for p in $$list; do \
 
460
        @list='$(imexporterplugin_LTLIBRARIES)'; test -n "$(imexporterplugindir)" || list=; \
 
461
        list2=; for p in $$list; do \
414
462
          if test -f $$p; then \
415
 
            f=$(am__strip_dir) \
416
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(imexporterpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(imexporterplugindir)/$$f'"; \
417
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(imexporterpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(imexporterplugindir)/$$f"; \
 
463
            list2="$$list2 $$p"; \
418
464
          else :; fi; \
419
 
        done
 
465
        done; \
 
466
        test -z "$$list2" || { \
 
467
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(imexporterplugindir)'"; \
 
468
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(imexporterplugindir)"; \
 
469
        }
420
470
 
421
471
uninstall-imexporterpluginLTLIBRARIES:
422
472
        @$(NORMAL_UNINSTALL)
423
 
        @list='$(imexporterplugin_LTLIBRARIES)'; for p in $$list; do \
424
 
          p=$(am__strip_dir) \
425
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(imexporterplugindir)/$$p'"; \
426
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(imexporterplugindir)/$$p"; \
 
473
        @list='$(imexporterplugin_LTLIBRARIES)'; test -n "$(imexporterplugindir)" || list=; \
 
474
        for p in $$list; do \
 
475
          $(am__strip_dir) \
 
476
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(imexporterplugindir)/$$f'"; \
 
477
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(imexporterplugindir)/$$f"; \
427
478
        done
428
479
 
429
480
clean-imexporterpluginLTLIBRARIES:
447
498
 
448
499
.c.o:
449
500
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
501
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
452
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453
504
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
454
505
 
455
506
.c.obj:
456
507
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
457
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
508
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
458
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
459
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460
511
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
461
512
 
462
513
.c.lo:
463
514
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
464
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
515
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
465
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
466
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467
518
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
474
525
install-imexporterpluginDATA: $(imexporterplugin_DATA)
475
526
        @$(NORMAL_INSTALL)
476
527
        test -z "$(imexporterplugindir)" || $(MKDIR_P) "$(DESTDIR)$(imexporterplugindir)"
477
 
        @list='$(imexporterplugin_DATA)'; for p in $$list; do \
 
528
        @list='$(imexporterplugin_DATA)'; test -n "$(imexporterplugindir)" || list=; \
 
529
        for p in $$list; do \
478
530
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
479
 
          f=$(am__strip_dir) \
480
 
          echo " $(imexporterpluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imexporterplugindir)/$$f'"; \
481
 
          $(imexporterpluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imexporterplugindir)/$$f"; \
 
531
          echo "$$d$$p"; \
 
532
        done | $(am__base_list) | \
 
533
        while read files; do \
 
534
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imexporterplugindir)'"; \
 
535
          $(INSTALL_DATA) $$files "$(DESTDIR)$(imexporterplugindir)" || exit $$?; \
482
536
        done
483
537
 
484
538
uninstall-imexporterpluginDATA:
485
539
        @$(NORMAL_UNINSTALL)
486
 
        @list='$(imexporterplugin_DATA)'; for p in $$list; do \
487
 
          f=$(am__strip_dir) \
488
 
          echo " rm -f '$(DESTDIR)$(imexporterplugindir)/$$f'"; \
489
 
          rm -f "$(DESTDIR)$(imexporterplugindir)/$$f"; \
490
 
        done
 
540
        @list='$(imexporterplugin_DATA)'; test -n "$(imexporterplugindir)" || list=; \
 
541
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
542
        test -n "$$files" || exit 0; \
 
543
        echo " ( cd '$(DESTDIR)$(imexporterplugindir)' && rm -f" $$files ")"; \
 
544
        cd "$(DESTDIR)$(imexporterplugindir)" && rm -f $$files
491
545
 
492
546
# This directory's subdirectories are mostly independent; you can cd
493
547
# into them and run `make' without going through this Makefile.
513
567
          else \
514
568
            local_target="$$target"; \
515
569
          fi; \
516
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
570
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
517
571
          || eval $$failcom; \
518
572
        done; \
519
573
        if test "$$dot_seen" = "no"; then \
547
601
          else \
548
602
            local_target="$$target"; \
549
603
          fi; \
550
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
604
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
551
605
          || eval $$failcom; \
552
606
        done && test -z "$$fail"
553
607
tags-recursive:
554
608
        list='$(SUBDIRS)'; for subdir in $$list; do \
555
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
609
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
556
610
        done
557
611
ctags-recursive:
558
612
        list='$(SUBDIRS)'; for subdir in $$list; do \
559
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
613
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
560
614
        done
561
615
 
562
616
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
571
625
 
572
626
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
573
627
                $(TAGS_FILES) $(LISP)
574
 
        tags=; \
 
628
        set x; \
575
629
        here=`pwd`; \
576
630
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
577
631
          include_option=--etags-include; \
583
637
        list='$(SUBDIRS)'; for subdir in $$list; do \
584
638
          if test "$$subdir" = .; then :; else \
585
639
            test ! -f $$subdir/TAGS || \
586
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
640
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
587
641
          fi; \
588
642
        done; \
589
643
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
592
646
          done | \
593
647
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
648
              END { if (nonempty) { for (i in files) print i; }; }'`; \
595
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
649
        shift; \
 
650
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
596
651
          test -n "$$unique" || unique=$$empty_fix; \
597
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598
 
            $$tags $$unique; \
 
652
          if test $$# -gt 0; then \
 
653
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
654
              "$$@" $$unique; \
 
655
          else \
 
656
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
657
              $$unique; \
 
658
          fi; \
599
659
        fi
600
660
ctags: CTAGS
601
661
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
602
662
                $(TAGS_FILES) $(LISP)
603
 
        tags=; \
604
663
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
605
664
        unique=`for i in $$list; do \
606
665
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607
666
          done | \
608
667
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609
668
              END { if (nonempty) { for (i in files) print i; }; }'`; \
610
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
669
        test -z "$(CTAGS_ARGS)$$unique" \
611
670
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
612
 
             $$tags $$unique
 
671
             $$unique
613
672
 
614
673
GTAGS:
615
674
        here=`$(am__cd) $(top_builddir) && pwd` \
616
 
          && cd $(top_srcdir) \
617
 
          && gtags -i $(GTAGS_ARGS) $$here
 
675
          && $(am__cd) $(top_srcdir) \
 
676
          && gtags -i $(GTAGS_ARGS) "$$here"
618
677
 
619
678
distclean-tags:
620
679
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
635
694
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
636
695
          if test -d $$d/$$file; then \
637
696
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
697
            if test -d "$(distdir)/$$file"; then \
 
698
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
699
            fi; \
638
700
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
639
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
701
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
702
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640
703
            fi; \
641
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
704
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642
705
          else \
643
 
            test -f $(distdir)/$$file \
644
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
706
            test -f "$(distdir)/$$file" \
 
707
            || cp -p $$d/$$file "$(distdir)/$$file" \
645
708
            || exit 1; \
646
709
          fi; \
647
710
        done
648
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
711
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
649
712
          if test "$$subdir" = .; then :; else \
650
713
            test -d "$(distdir)/$$subdir" \
651
714
            || $(MKDIR_P) "$(distdir)/$$subdir" \
652
715
            || exit 1; \
653
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
654
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
655
 
            (cd $$subdir && \
 
716
          fi; \
 
717
        done
 
718
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
719
          if test "$$subdir" = .; then :; else \
 
720
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
721
            $(am__relativize); \
 
722
            new_distdir=$$reldir; \
 
723
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
724
            $(am__relativize); \
 
725
            new_top_distdir=$$reldir; \
 
726
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
727
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
728
            ($(am__cd) $$subdir && \
656
729
              $(MAKE) $(AM_MAKEFLAGS) \
657
 
                top_distdir="$$top_distdir" \
658
 
                distdir="$$distdir/$$subdir" \
 
730
                top_distdir="$$new_top_distdir" \
 
731
                distdir="$$new_distdir" \
659
732
                am__remove_distdir=: \
660
733
                am__skip_length_check=: \
 
734
                am__skip_mode_fix=: \
661
735
                distdir) \
662
736
              || exit 1; \
663
737
          fi; \
690
764
 
691
765
distclean-generic:
692
766
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
767
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
693
768
 
694
769
maintainer-clean-generic:
695
770
        @echo "This command is intended for maintainers to use"
711
786
 
712
787
html: html-recursive
713
788
 
 
789
html-am:
 
790
 
714
791
info: info-recursive
715
792
 
716
793
info-am:
720
797
 
721
798
install-dvi: install-dvi-recursive
722
799
 
 
800
install-dvi-am:
 
801
 
723
802
install-exec-am:
724
803
 
725
804
install-html: install-html-recursive
726
805
 
 
806
install-html-am:
 
807
 
727
808
install-info: install-info-recursive
728
809
 
 
810
install-info-am:
 
811
 
729
812
install-man:
730
813
 
731
814
install-pdf: install-pdf-recursive
732
815
 
 
816
install-pdf-am:
 
817
 
733
818
install-ps: install-ps-recursive
734
819
 
 
820
install-ps-am:
 
821
 
735
822
installcheck-am:
736
823
 
737
824
maintainer-clean: maintainer-clean-recursive
755
842
uninstall-am: uninstall-imexporterpluginDATA \
756
843
        uninstall-imexporterpluginLTLIBRARIES
757
844
 
758
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
759
 
        install-strip
 
845
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
846
        install-am install-strip tags-recursive
760
847
 
761
848
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
762
849
        all all-am check check-am clean clean-generic \
782
869
        for f in $(ctxfile_la_SOURCES); do \
783
870
          echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \
784
871
        done
 
872
 
785
873
# Tell versions [3.59,3.63) of GNU make to not export all variables.
786
874
# Otherwise a system limit (for SysV at least) may be exceeded.
787
875
.NOEXPORT: