~kelemeng/banshee/bug743928

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-03-11 01:05:18 UTC
  • mfrom: (1.14.3 upstream) (6.4.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110311010518-7j68jrnl3m4og597
Tags: 1.9.5-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
20
20
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
22
install_sh_DATA = $(install_sh) -c -m 644
25
23
install_sh_PROGRAM = $(install_sh) -c
81
79
mkinstalldirs = $(install_sh) -d
82
80
CONFIG_HEADER = $(top_builddir)/config.h
83
81
CONFIG_CLEAN_FILES =
84
 
CONFIG_CLEAN_VPATH_FILES =
85
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86
 
am__vpath_adj = case $$p in \
87
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88
 
    *) f=$$p;; \
89
 
  esac;
90
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91
 
am__install_max = 40
92
 
am__nobase_strip_setup = \
93
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94
 
am__nobase_strip = \
95
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96
 
am__nobase_list = $(am__nobase_strip_setup); \
97
 
  for p in $$list; do echo "$$p $$p"; done | \
98
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
99
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
100
 
    if (++n[$$2] == $(am__install_max)) \
101
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102
 
    END { for (dir in files) print dir, files[dir] }'
103
 
am__base_list = \
104
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106
82
am__installdirs = "$(DESTDIR)$(bansheedir)"
 
83
bansheeSCRIPT_INSTALL = $(INSTALL_SCRIPT)
107
84
SCRIPTS = $(banshee_SCRIPTS)
108
85
SOURCES =
109
86
DIST_SOURCES =
116
93
        ps-recursive uninstall-recursive
117
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
118
95
  distclean-recursive maintainer-clean-recursive
119
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
120
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
121
 
        distdir
122
96
ETAGS = etags
123
97
CTAGS = ctags
124
98
DIST_SUBDIRS = $(SUBDIRS)
125
99
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126
 
am__relativize = \
127
 
  dir0=`pwd`; \
128
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
129
 
  sed_rest='s,^[^/]*/*,,'; \
130
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
131
 
  sed_butlast='s,/*[^/]*$$,,'; \
132
 
  while test -n "$$dir1"; do \
133
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
134
 
    if test "$$first" != "."; then \
135
 
      if test "$$first" = ".."; then \
136
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
137
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
138
 
      else \
139
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
140
 
        if test "$$first2" = "$$first"; then \
141
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
142
 
        else \
143
 
          dir2="../$$dir2"; \
144
 
        fi; \
145
 
        dir0="$$dir0"/"$$first"; \
146
 
      fi; \
147
 
    fi; \
148
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
149
 
  done; \
150
 
  reldir="$$dir2"
151
100
ACLOCAL = @ACLOCAL@
152
101
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
153
102
ALL_LINGUAS = @ALL_LINGUAS@
271
220
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272
221
INSTOBJEXT = @INSTOBJEXT@
273
222
INTLLIBS = @INTLLIBS@
 
223
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
224
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
225
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
274
226
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
227
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
228
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
275
229
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
230
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
276
231
INTLTOOL_PERL = @INTLTOOL_PERL@
 
232
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
233
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
234
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
235
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
236
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
237
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
238
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
239
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
240
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
241
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
277
242
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
243
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
244
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
245
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
278
246
IPODSHARP_ASSEMBLIES = @IPODSHARP_ASSEMBLIES@
279
247
IPODSHARP_CFLAGS = @IPODSHARP_CFLAGS@
280
248
IPODSHARP_LIBS = @IPODSHARP_LIBS@
309
277
MEEGO_PANEL_CFLAGS = @MEEGO_PANEL_CFLAGS@
310
278
MEEGO_PANEL_LIBS = @MEEGO_PANEL_LIBS@
311
279
MKDIR_P = @MKDIR_P@
312
 
MKINSTALLDIRS = @MKINSTALLDIRS@
313
280
MONO = @MONO@
314
281
MONODOCER = @MONODOCER@
 
282
MONOMAC_ASSEMBLIES = @MONOMAC_ASSEMBLIES@
 
283
MONOMAC_CFLAGS = @MONOMAC_CFLAGS@
 
284
MONOMAC_LIBS = @MONOMAC_LIBS@
315
285
MONOTORRENT_ASSEMBLIES = @MONOTORRENT_ASSEMBLIES@
316
286
MONOTORRENT_DBUS_CFLAGS = @MONOTORRENT_DBUS_CFLAGS@
317
287
MONOTORRENT_DBUS_LIBS = @MONOTORRENT_DBUS_LIBS@
351
321
PACKAGE_NAME = @PACKAGE_NAME@
352
322
PACKAGE_STRING = @PACKAGE_STRING@
353
323
PACKAGE_TARNAME = @PACKAGE_TARNAME@
354
 
PACKAGE_URL = @PACKAGE_URL@
355
324
PACKAGE_VERSION = @PACKAGE_VERSION@
356
325
PATH_SEPARATOR = @PATH_SEPARATOR@
357
326
PKG_CONFIG = @PKG_CONFIG@
358
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
359
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
360
327
POFILES = @POFILES@
361
328
POSUB = @POSUB@
362
329
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
419
386
libexecdir = @libexecdir@
420
387
localedir = @localedir@
421
388
localstatedir = @localstatedir@
 
389
lt_ECHO = @lt_ECHO@
422
390
mandir = @mandir@
423
391
mkdir_p = @mkdir_p@
424
392
oldincludedir = @oldincludedir@
469
437
        @for dep in $?; do \
470
438
          case '$(am__configure_deps)' in \
471
439
            *$$dep*) \
472
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
473
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
440
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
441
                && exit 0; \
474
442
              exit 1;; \
475
443
          esac; \
476
444
        done; \
477
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/Makefile'; \
478
 
        $(am__cd) $(top_srcdir) && \
479
 
          $(AUTOMAKE) --foreign build/Makefile
 
445
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  build/Makefile'; \
 
446
        cd $(top_srcdir) && \
 
447
          $(AUTOMAKE) --foreign  build/Makefile
480
448
.PRECIOUS: Makefile
481
449
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482
450
        @case '$?' in \
494
462
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495
463
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
496
464
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
 
$(am__aclocal_m4_deps):
498
465
install-bansheeSCRIPTS: $(banshee_SCRIPTS)
499
466
        @$(NORMAL_INSTALL)
500
467
        test -z "$(bansheedir)" || $(MKDIR_P) "$(DESTDIR)$(bansheedir)"
501
 
        @list='$(banshee_SCRIPTS)'; test -n "$(bansheedir)" || list=; \
502
 
        for p in $$list; do \
 
468
        @list='$(banshee_SCRIPTS)'; for p in $$list; do \
503
469
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
504
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
505
 
        done | \
506
 
        sed -e 'p;s,.*/,,;n' \
507
 
            -e 'h;s|.*|.|' \
508
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
509
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
510
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
511
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
512
 
              if (++n[d] == $(am__install_max)) { \
513
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
514
 
            else { print "f", d "/" $$4, $$1 } } \
515
 
          END { for (d in files) print "f", d, files[d] }' | \
516
 
        while read type dir files; do \
517
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
518
 
             test -z "$$files" || { \
519
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bansheedir)$$dir'"; \
520
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bansheedir)$$dir" || exit $$?; \
521
 
             } \
522
 
        ; done
 
470
          if test -f $$d$$p; then \
 
471
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
472
            echo " $(bansheeSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bansheedir)/$$f'"; \
 
473
            $(bansheeSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bansheedir)/$$f"; \
 
474
          else :; fi; \
 
475
        done
523
476
 
524
477
uninstall-bansheeSCRIPTS:
525
478
        @$(NORMAL_UNINSTALL)
526
 
        @list='$(banshee_SCRIPTS)'; test -n "$(bansheedir)" || exit 0; \
527
 
        files=`for p in $$list; do echo "$$p"; done | \
528
 
               sed -e 's,.*/,,;$(transform)'`; \
529
 
        test -n "$$list" || exit 0; \
530
 
        echo " ( cd '$(DESTDIR)$(bansheedir)' && rm -f" $$files ")"; \
531
 
        cd "$(DESTDIR)$(bansheedir)" && rm -f $$files
 
479
        @list='$(banshee_SCRIPTS)'; for p in $$list; do \
 
480
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
481
          echo " rm -f '$(DESTDIR)$(bansheedir)/$$f'"; \
 
482
          rm -f "$(DESTDIR)$(bansheedir)/$$f"; \
 
483
        done
532
484
 
533
485
mostlyclean-libtool:
534
486
        -rm -f *.lo
543
495
#     (which will cause the Makefiles to be regenerated when you run `make');
544
496
# (2) otherwise, pass the desired values on the `make' command line.
545
497
$(RECURSIVE_TARGETS):
546
 
        @fail= failcom='exit 1'; \
 
498
        @failcom='exit 1'; \
547
499
        for f in x $$MAKEFLAGS; do \
548
500
          case $$f in \
549
501
            *=* | --[!k]*);; \
560
512
          else \
561
513
            local_target="$$target"; \
562
514
          fi; \
563
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
515
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
564
516
          || eval $$failcom; \
565
517
        done; \
566
518
        if test "$$dot_seen" = "no"; then \
568
520
        fi; test -z "$$fail"
569
521
 
570
522
$(RECURSIVE_CLEAN_TARGETS):
571
 
        @fail= failcom='exit 1'; \
 
523
        @failcom='exit 1'; \
572
524
        for f in x $$MAKEFLAGS; do \
573
525
          case $$f in \
574
526
            *=* | --[!k]*);; \
594
546
          else \
595
547
            local_target="$$target"; \
596
548
          fi; \
597
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
549
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
598
550
          || eval $$failcom; \
599
551
        done && test -z "$$fail"
600
552
tags-recursive:
601
553
        list='$(SUBDIRS)'; for subdir in $$list; do \
602
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
554
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
603
555
        done
604
556
ctags-recursive:
605
557
        list='$(SUBDIRS)'; for subdir in $$list; do \
606
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
558
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
607
559
        done
608
560
 
609
561
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
611
563
        unique=`for i in $$list; do \
612
564
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
613
565
          done | \
614
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
566
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
615
567
              END { if (nonempty) { for (i in files) print i; }; }'`; \
616
568
        mkid -fID $$unique
617
569
tags: TAGS
618
570
 
619
571
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
620
572
                $(TAGS_FILES) $(LISP)
621
 
        set x; \
 
573
        tags=; \
622
574
        here=`pwd`; \
623
575
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
624
576
          include_option=--etags-include; \
630
582
        list='$(SUBDIRS)'; for subdir in $$list; do \
631
583
          if test "$$subdir" = .; then :; else \
632
584
            test ! -f $$subdir/TAGS || \
633
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
585
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
634
586
          fi; \
635
587
        done; \
636
588
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
639
591
          done | \
640
592
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
641
593
              END { if (nonempty) { for (i in files) print i; }; }'`; \
642
 
        shift; \
643
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
594
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
644
595
          test -n "$$unique" || unique=$$empty_fix; \
645
 
          if test $$# -gt 0; then \
646
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
647
 
              "$$@" $$unique; \
648
 
          else \
649
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
650
 
              $$unique; \
651
 
          fi; \
 
596
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
597
            $$tags $$unique; \
652
598
        fi
653
599
ctags: CTAGS
654
600
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
655
601
                $(TAGS_FILES) $(LISP)
 
602
        tags=; \
656
603
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
657
604
        unique=`for i in $$list; do \
658
605
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
659
606
          done | \
660
607
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
661
608
              END { if (nonempty) { for (i in files) print i; }; }'`; \
662
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
609
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
663
610
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
664
 
             $$unique
 
611
             $$tags $$unique
665
612
 
666
613
GTAGS:
667
614
        here=`$(am__cd) $(top_builddir) && pwd` \
668
 
          && $(am__cd) $(top_srcdir) \
669
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
615
          && cd $(top_srcdir) \
 
616
          && gtags -i $(GTAGS_ARGS) $$here
670
617
 
671
618
distclean-tags:
672
619
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
687
634
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
688
635
          if test -d $$d/$$file; then \
689
636
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
690
 
            if test -d "$(distdir)/$$file"; then \
691
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
692
 
            fi; \
693
637
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
694
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
695
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
638
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
696
639
            fi; \
697
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
640
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
698
641
          else \
699
 
            test -f "$(distdir)/$$file" \
700
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
642
            test -f $(distdir)/$$file \
 
643
            || cp -p $$d/$$file $(distdir)/$$file \
701
644
            || exit 1; \
702
645
          fi; \
703
646
        done
704
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
647
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
705
648
          if test "$$subdir" = .; then :; else \
706
649
            test -d "$(distdir)/$$subdir" \
707
650
            || $(MKDIR_P) "$(distdir)/$$subdir" \
708
651
            || exit 1; \
709
 
          fi; \
710
 
        done
711
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
712
 
          if test "$$subdir" = .; then :; else \
713
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
714
 
            $(am__relativize); \
715
 
            new_distdir=$$reldir; \
716
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
717
 
            $(am__relativize); \
718
 
            new_top_distdir=$$reldir; \
719
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
720
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
721
 
            ($(am__cd) $$subdir && \
 
652
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
653
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
654
            (cd $$subdir && \
722
655
              $(MAKE) $(AM_MAKEFLAGS) \
723
 
                top_distdir="$$new_top_distdir" \
724
 
                distdir="$$new_distdir" \
 
656
                top_distdir="$$top_distdir" \
 
657
                distdir="$$distdir/$$subdir" \
725
658
                am__remove_distdir=: \
726
659
                am__skip_length_check=: \
727
 
                am__skip_mode_fix=: \
728
660
                distdir) \
729
661
              || exit 1; \
730
662
          fi; \
758
690
 
759
691
distclean-generic:
760
692
        -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)
762
693
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
763
694
 
764
695
maintainer-clean-generic:
779
710
 
780
711
html: html-recursive
781
712
 
782
 
html-am:
783
 
 
784
713
info: info-recursive
785
714
 
786
715
info-am:
789
718
 
790
719
install-dvi: install-dvi-recursive
791
720
 
792
 
install-dvi-am:
793
 
 
794
721
install-exec-am:
795
722
 
796
723
install-html: install-html-recursive
797
724
 
798
 
install-html-am:
799
 
 
800
725
install-info: install-info-recursive
801
726
 
802
 
install-info-am:
803
 
 
804
727
install-man:
805
728
 
806
729
install-pdf: install-pdf-recursive
807
730
 
808
 
install-pdf-am:
809
 
 
810
731
install-ps: install-ps-recursive
811
732
 
812
 
install-ps-am:
813
 
 
814
733
installcheck-am:
815
734
 
816
735
maintainer-clean: maintainer-clean-recursive
831
750
 
832
751
uninstall-am: uninstall-bansheeSCRIPTS
833
752
 
834
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
835
 
        install-am install-strip tags-recursive
 
753
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
754
        install-strip
836
755
 
837
756
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
838
757
        all all-am check check-am clean clean-generic clean-libtool \
868
787
 
869
788
$(GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY): GObjectIntPtrCtorVerifier.cs
870
789
        $(MCS) $(GLIBSHARP_LIBS) -out:$@ $<
871
 
 
872
790
# Tell versions [3.59,3.63) of GNU make to not export all variables.
873
791
# Otherwise a system limit (for SysV at least) may be exceeded.
874
792
.NOEXPORT: