~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-26 01:14:29 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (3.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090926011429-0yhx3o44d8xve7kw
Tags: upstream-2.24.2
ImportĀ upstreamĀ versionĀ 2.24.2

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
37
39
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38
40
        $(srcdir)/config.h.in $(srcdir)/libbonobo-zip.in \
39
41
        $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
40
 
        INSTALL NEWS TODO config.guess config.sub depcomp install-sh \
41
 
        ltmain.sh missing mkinstalldirs
 
42
        NEWS TODO config.guess config.sub depcomp install-sh ltmain.sh \
 
43
        missing mkinstalldirs
42
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
45
am__aclocal_m4_deps = $(top_srcdir)/configure.in
44
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
51
CONFIG_HEADER = config.h
50
52
CONFIG_CLEAN_FILES = libbonobo-zip
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
SOURCES =
52
55
DIST_SOURCES =
53
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
66
    *) f=$$p;; \
64
67
  esac;
65
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
68
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
69
am__install_max = 40
 
70
am__nobase_strip_setup = \
 
71
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
72
am__nobase_strip = \
 
73
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
74
am__nobase_list = $(am__nobase_strip_setup); \
 
75
  for p in $$list; do echo "$$p $$p"; done | \
 
76
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
77
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
78
    if (++n[$$2] == $(am__install_max)) \
 
79
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
80
    END { for (dir in files) print dir, files[dir] }'
 
81
am__base_list = \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
66
84
am__installdirs = "$(DESTDIR)$(libincludedir)"
67
 
libincludeHEADERS_INSTALL = $(INSTALL_HEADER)
68
85
HEADERS = $(libinclude_HEADERS)
69
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir dist dist-all distcheck
71
91
ETAGS = etags
72
92
CTAGS = ctags
73
93
DIST_SUBDIRS = $(SUBDIRS)
75
95
distdir = $(PACKAGE)-$(VERSION)
76
96
top_distdir = $(distdir)
77
97
am__remove_distdir = \
78
 
  { test ! -d $(distdir) \
79
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr $(distdir); }; }
 
98
  { test ! -d "$(distdir)" \
 
99
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
100
         && rm -fr "$(distdir)"; }; }
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
81
126
GZIP_ENV = --best
82
127
DIST_ARCHIVES = $(distdir).tar.bz2
83
128
distuninstallcheck_listfiles = find . -type f -print
137
182
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138
183
INSTOBJEXT = @INSTOBJEXT@
139
184
INTLLIBS = @INTLLIBS@
140
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
141
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
142
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
143
185
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
144
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
145
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
146
186
INTLTOOL_MERGE = @INTLTOOL_MERGE@
147
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
148
187
INTLTOOL_PERL = @INTLTOOL_PERL@
149
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
150
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
151
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
152
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
153
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
154
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
155
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
156
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
157
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
158
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
159
188
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
160
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
161
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
162
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
163
189
LD = @LD@
164
190
LDFLAGS = @LDFLAGS@
165
191
LEX = @LEX@
301
327
        @for dep in $?; do \
302
328
          case '$(am__configure_deps)' in \
303
329
            *$$dep*) \
304
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
305
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
330
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
331
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
306
332
                && exit 0; \
307
333
              exit 1;; \
308
334
          esac; \
309
335
        done; \
310
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
311
 
        cd $(top_srcdir) && \
312
 
          $(AUTOMAKE) --foreign  Makefile
 
336
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
337
        $(am__cd) $(top_srcdir) && \
 
338
          $(AUTOMAKE) --foreign Makefile
313
339
.PRECIOUS: Makefile
314
340
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315
341
        @case '$?' in \
325
351
        $(SHELL) ./config.status --recheck
326
352
 
327
353
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
328
 
        cd $(srcdir) && $(AUTOCONF)
 
354
        $(am__cd) $(srcdir) && $(AUTOCONF)
329
355
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
356
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
357
$(am__aclocal_m4_deps):
331
358
 
332
359
config.h: stamp-h1
333
360
        @if test ! -f $@; then \
339
366
        @rm -f stamp-h1
340
367
        cd $(top_builddir) && $(SHELL) ./config.status config.h
341
368
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
342
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
369
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
343
370
        rm -f stamp-h1
344
371
        touch $@
345
372
 
359
386
install-libincludeHEADERS: $(libinclude_HEADERS)
360
387
        @$(NORMAL_INSTALL)
361
388
        test -z "$(libincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libincludedir)"
362
 
        @list='$(libinclude_HEADERS)'; for p in $$list; do \
 
389
        @list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
 
390
        for p in $$list; do \
363
391
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
364
 
          f=$(am__strip_dir) \
365
 
          echo " $(libincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libincludedir)/$$f'"; \
366
 
          $(libincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libincludedir)/$$f"; \
 
392
          echo "$$d$$p"; \
 
393
        done | $(am__base_list) | \
 
394
        while read files; do \
 
395
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libincludedir)'"; \
 
396
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libincludedir)" || exit $$?; \
367
397
        done
368
398
 
369
399
uninstall-libincludeHEADERS:
370
400
        @$(NORMAL_UNINSTALL)
371
 
        @list='$(libinclude_HEADERS)'; for p in $$list; do \
372
 
          f=$(am__strip_dir) \
373
 
          echo " rm -f '$(DESTDIR)$(libincludedir)/$$f'"; \
374
 
          rm -f "$(DESTDIR)$(libincludedir)/$$f"; \
375
 
        done
 
401
        @list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
 
402
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
403
        test -n "$$files" || exit 0; \
 
404
        echo " ( cd '$(DESTDIR)$(libincludedir)' && rm -f" $$files ")"; \
 
405
        cd "$(DESTDIR)$(libincludedir)" && rm -f $$files
376
406
 
377
407
# This directory's subdirectories are mostly independent; you can cd
378
408
# into them and run `make' without going through this Makefile.
398
428
          else \
399
429
            local_target="$$target"; \
400
430
          fi; \
401
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
431
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402
432
          || eval $$failcom; \
403
433
        done; \
404
434
        if test "$$dot_seen" = "no"; then \
432
462
          else \
433
463
            local_target="$$target"; \
434
464
          fi; \
435
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
465
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436
466
          || eval $$failcom; \
437
467
        done && test -z "$$fail"
438
468
tags-recursive:
439
469
        list='$(SUBDIRS)'; for subdir in $$list; do \
440
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
470
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
441
471
        done
442
472
ctags-recursive:
443
473
        list='$(SUBDIRS)'; for subdir in $$list; do \
444
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
474
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
445
475
        done
446
476
 
447
477
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
456
486
 
457
487
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
458
488
                $(TAGS_FILES) $(LISP)
459
 
        tags=; \
 
489
        set x; \
460
490
        here=`pwd`; \
461
491
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462
492
          include_option=--etags-include; \
468
498
        list='$(SUBDIRS)'; for subdir in $$list; do \
469
499
          if test "$$subdir" = .; then :; else \
470
500
            test ! -f $$subdir/TAGS || \
471
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
501
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
472
502
          fi; \
473
503
        done; \
474
504
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
477
507
          done | \
478
508
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479
509
              END { if (nonempty) { for (i in files) print i; }; }'`; \
480
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
510
        shift; \
 
511
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481
512
          test -n "$$unique" || unique=$$empty_fix; \
482
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483
 
            $$tags $$unique; \
 
513
          if test $$# -gt 0; then \
 
514
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
515
              "$$@" $$unique; \
 
516
          else \
 
517
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
518
              $$unique; \
 
519
          fi; \
484
520
        fi
485
521
ctags: CTAGS
486
522
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
487
523
                $(TAGS_FILES) $(LISP)
488
 
        tags=; \
489
524
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
490
525
        unique=`for i in $$list; do \
491
526
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
527
          done | \
493
528
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494
529
              END { if (nonempty) { for (i in files) print i; }; }'`; \
495
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
530
        test -z "$(CTAGS_ARGS)$$unique" \
496
531
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
497
 
             $$tags $$unique
 
532
             $$unique
498
533
 
499
534
GTAGS:
500
535
        here=`$(am__cd) $(top_builddir) && pwd` \
501
 
          && cd $(top_srcdir) \
502
 
          && gtags -i $(GTAGS_ARGS) $$here
 
536
          && $(am__cd) $(top_srcdir) \
 
537
          && gtags -i $(GTAGS_ARGS) "$$here"
503
538
 
504
539
distclean-tags:
505
540
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506
541
 
507
542
distdir: $(DISTFILES)
508
543
        $(am__remove_distdir)
509
 
        test -d $(distdir) || mkdir $(distdir)
 
544
        test -d "$(distdir)" || mkdir "$(distdir)"
510
545
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511
546
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512
547
        list='$(DISTFILES)'; \
522
557
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523
558
          if test -d $$d/$$file; then \
524
559
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
560
            if test -d "$(distdir)/$$file"; then \
 
561
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
562
            fi; \
525
563
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
564
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
565
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527
566
            fi; \
528
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
567
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529
568
          else \
530
 
            test -f $(distdir)/$$file \
531
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
569
            test -f "$(distdir)/$$file" \
 
570
            || cp -p $$d/$$file "$(distdir)/$$file" \
532
571
            || exit 1; \
533
572
          fi; \
534
573
        done
535
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
574
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536
575
          if test "$$subdir" = .; then :; else \
537
576
            test -d "$(distdir)/$$subdir" \
538
577
            || $(MKDIR_P) "$(distdir)/$$subdir" \
539
578
            || exit 1; \
540
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
541
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
542
 
            (cd $$subdir && \
 
579
          fi; \
 
580
        done
 
581
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
582
          if test "$$subdir" = .; then :; else \
 
583
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
584
            $(am__relativize); \
 
585
            new_distdir=$$reldir; \
 
586
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
587
            $(am__relativize); \
 
588
            new_top_distdir=$$reldir; \
 
589
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
590
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
591
            ($(am__cd) $$subdir && \
543
592
              $(MAKE) $(AM_MAKEFLAGS) \
544
 
                top_distdir="$$top_distdir" \
545
 
                distdir="$$distdir/$$subdir" \
 
593
                top_distdir="$$new_top_distdir" \
 
594
                distdir="$$new_distdir" \
546
595
                am__remove_distdir=: \
547
596
                am__skip_length_check=: \
 
597
                am__skip_mode_fix=: \
548
598
                distdir) \
549
599
              || exit 1; \
550
600
          fi; \
551
601
        done
552
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
602
        -test -n "$(am__skip_mode_fix)" \
 
603
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
553
604
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
554
605
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
555
606
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
556
 
        || chmod -R a+r $(distdir)
 
607
        || chmod -R a+r "$(distdir)"
557
608
dist-gzip: distdir
558
609
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
559
610
        $(am__remove_distdir)
565
616
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
566
617
        $(am__remove_distdir)
567
618
 
 
619
dist-xz: distdir
 
620
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
621
        $(am__remove_distdir)
 
622
 
568
623
dist-tarZ: distdir
569
624
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
570
625
        $(am__remove_distdir)
593
648
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
594
649
        *.tar.lzma*) \
595
650
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
651
        *.tar.xz*) \
 
652
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
596
653
        *.tar.Z*) \
597
654
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
598
655
        *.shar.gz*) \
604
661
        mkdir $(distdir)/_build
605
662
        mkdir $(distdir)/_inst
606
663
        chmod a-w $(distdir)
 
664
        test -d $(distdir)/_build || exit 0; \
607
665
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
608
666
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
609
 
          && cd $(distdir)/_build \
 
667
          && am__cwd=`pwd` \
 
668
          && $(am__cd) $(distdir)/_build \
610
669
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
611
670
            $(DISTCHECK_CONFIGURE_FLAGS) \
612
671
          && $(MAKE) $(AM_MAKEFLAGS) \
628
687
          && rm -rf "$$dc_destdir" \
629
688
          && $(MAKE) $(AM_MAKEFLAGS) dist \
630
689
          && rm -rf $(DIST_ARCHIVES) \
631
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
690
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
691
          && cd "$$am__cwd" \
 
692
          || exit 1
632
693
        $(am__remove_distdir)
633
694
        @(echo "$(distdir) archives ready for distribution: "; \
634
695
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
635
696
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
636
697
distuninstallcheck:
637
 
        @cd $(distuninstallcheck_dir) \
 
698
        @$(am__cd) '$(distuninstallcheck_dir)' \
638
699
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
639
700
           || { echo "ERROR: files left after uninstall:" ; \
640
701
                if test -n "$(DESTDIR)"; then \
679
740
 
680
741
distclean-generic:
681
742
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
743
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
682
744
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
683
745
 
684
746
maintainer-clean-generic:
700
762
 
701
763
html: html-recursive
702
764
 
 
765
html-am:
 
766
 
703
767
info: info-recursive
704
768
 
705
769
info-am:
708
772
 
709
773
install-dvi: install-dvi-recursive
710
774
 
 
775
install-dvi-am:
 
776
 
711
777
install-exec-am:
712
778
 
713
779
install-html: install-html-recursive
714
780
 
 
781
install-html-am:
 
782
 
715
783
install-info: install-info-recursive
716
784
 
 
785
install-info-am:
 
786
 
717
787
install-man:
718
788
 
719
789
install-pdf: install-pdf-recursive
720
790
 
 
791
install-pdf-am:
 
792
 
721
793
install-ps: install-ps-recursive
722
794
 
 
795
install-ps-am:
 
796
 
723
797
installcheck-am:
724
798
 
725
799
maintainer-clean: maintainer-clean-recursive
742
816
 
743
817
uninstall-am: uninstall-libincludeHEADERS uninstall-local
744
818
 
745
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
746
 
        install-strip
 
819
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
820
        ctags-recursive install-am install-strip tags-recursive
747
821
 
748
822
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
749
823
        all all-am am--refresh check check-am clean clean-generic \
750
824
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
751
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
752
 
        distclean distclean-generic distclean-hdr distclean-libtool \
753
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
754
 
        dvi-am html html-am info info-am install install-am \
755
 
        install-data install-data-am install-data-local install-dvi \
756
 
        install-dvi-am install-exec install-exec-am install-html \
757
 
        install-html-am install-info install-info-am \
758
 
        install-libincludeHEADERS install-man install-pdf \
759
 
        install-pdf-am install-ps install-ps-am install-strip \
760
 
        installcheck installcheck-am installdirs installdirs-am \
761
 
        maintainer-clean maintainer-clean-generic mostlyclean \
762
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
763
 
        tags tags-recursive uninstall uninstall-am \
 
825
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
826
        distcheck distclean distclean-generic distclean-hdr \
 
827
        distclean-libtool distclean-tags distcleancheck distdir \
 
828
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
829
        install install-am install-data install-data-am \
 
830
        install-data-local install-dvi install-dvi-am install-exec \
 
831
        install-exec-am install-html install-html-am install-info \
 
832
        install-info-am install-libincludeHEADERS install-man \
 
833
        install-pdf install-pdf-am install-ps install-ps-am \
 
834
        install-strip installcheck installcheck-am installdirs \
 
835
        installdirs-am maintainer-clean maintainer-clean-generic \
 
836
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
837
        ps ps-am tags tags-recursive uninstall uninstall-am \
764
838
        uninstall-libincludeHEADERS uninstall-local
765
839
 
766
840
 
777
851
        if cmp $(DESTDIR)$(sysconfdir)/bonobo-activation/bonobo-activation-config.xml $(top_srcdir)/bonobo-activation-config.xml > /dev/null ; then \
778
852
                rm -f $(DESTDIR)$(sysconfdir)/bonobo-activation/bonobo-activation-config.xml; \
779
853
        fi
 
854
 
780
855
# Tell versions [3.59,3.63) of GNU make to not export all variables.
781
856
# Otherwise a system limit (for SysV at least) may be exceeded.
782
857
.NOEXPORT: