~dobey/ubuntu/natty/banshee/fix-and-amz

« back to all changes in this revision

Viewing changes to src/Hyena/build/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-01-24 22:17:31 UTC
  • mfrom: (6.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20110124221731-qdqootsggfidrsjz
Tags: 1.9.2-1ubuntu1
* Merge from Debian Experimental, 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
* [0c8acd9] Enable u1ms by default

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@
208
157
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
209
158
GDATASHARP_CFLAGS = @GDATASHARP_CFLAGS@
210
159
GDATASHARP_LIBS = @GDATASHARP_LIBS@
 
160
GDK_2_22_CFLAGS = @GDK_2_22_CFLAGS@
 
161
GDK_2_22_LIBS = @GDK_2_22_LIBS@
211
162
GDK_QUARTZ_CFLAGS = @GDK_QUARTZ_CFLAGS@
212
163
GDK_QUARTZ_LIBS = @GDK_QUARTZ_LIBS@
213
164
GDK_X11_CFLAGS = @GDK_X11_CFLAGS@
269
220
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270
221
INSTOBJEXT = @INSTOBJEXT@
271
222
INTLLIBS = @INTLLIBS@
 
223
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
224
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
225
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
272
226
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
227
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
228
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
273
229
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
230
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
274
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@
275
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@
276
246
IPODSHARP_ASSEMBLIES = @IPODSHARP_ASSEMBLIES@
277
247
IPODSHARP_CFLAGS = @IPODSHARP_CFLAGS@
278
248
IPODSHARP_LIBS = @IPODSHARP_LIBS@
307
277
MEEGO_PANEL_CFLAGS = @MEEGO_PANEL_CFLAGS@
308
278
MEEGO_PANEL_LIBS = @MEEGO_PANEL_LIBS@
309
279
MKDIR_P = @MKDIR_P@
310
 
MKINSTALLDIRS = @MKINSTALLDIRS@
311
280
MONO = @MONO@
312
281
MONODOCER = @MONODOCER@
313
282
MONOTORRENT_ASSEMBLIES = @MONOTORRENT_ASSEMBLIES@
349
318
PACKAGE_NAME = @PACKAGE_NAME@
350
319
PACKAGE_STRING = @PACKAGE_STRING@
351
320
PACKAGE_TARNAME = @PACKAGE_TARNAME@
352
 
PACKAGE_URL = @PACKAGE_URL@
353
321
PACKAGE_VERSION = @PACKAGE_VERSION@
354
322
PATH_SEPARATOR = @PATH_SEPARATOR@
355
323
PKG_CONFIG = @PKG_CONFIG@
356
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
357
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
358
324
POFILES = @POFILES@
359
325
POSUB = @POSUB@
360
326
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
417
383
libexecdir = @libexecdir@
418
384
localedir = @localedir@
419
385
localstatedir = @localstatedir@
 
386
lt_ECHO = @lt_ECHO@
420
387
mandir = @mandir@
421
388
mkdir_p = @mkdir_p@
422
389
oldincludedir = @oldincludedir@
465
432
        @for dep in $?; do \
466
433
          case '$(am__configure_deps)' in \
467
434
            *$$dep*) \
468
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
469
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
435
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
436
                && exit 0; \
470
437
              exit 1;; \
471
438
          esac; \
472
439
        done; \
473
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Hyena/build/Makefile'; \
474
 
        $(am__cd) $(top_srcdir) && \
475
 
          $(AUTOMAKE) --foreign src/Hyena/build/Makefile
 
440
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Hyena/build/Makefile'; \
 
441
        cd $(top_srcdir) && \
 
442
          $(AUTOMAKE) --foreign  src/Hyena/build/Makefile
476
443
.PRECIOUS: Makefile
477
444
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478
445
        @case '$?' in \
490
457
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491
458
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
492
459
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493
 
$(am__aclocal_m4_deps):
494
460
install-bansheeSCRIPTS: $(banshee_SCRIPTS)
495
461
        @$(NORMAL_INSTALL)
496
462
        test -z "$(bansheedir)" || $(MKDIR_P) "$(DESTDIR)$(bansheedir)"
497
 
        @list='$(banshee_SCRIPTS)'; test -n "$(bansheedir)" || list=; \
498
 
        for p in $$list; do \
 
463
        @list='$(banshee_SCRIPTS)'; for p in $$list; do \
499
464
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
500
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
501
 
        done | \
502
 
        sed -e 'p;s,.*/,,;n' \
503
 
            -e 'h;s|.*|.|' \
504
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
505
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
506
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
507
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
508
 
              if (++n[d] == $(am__install_max)) { \
509
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
510
 
            else { print "f", d "/" $$4, $$1 } } \
511
 
          END { for (d in files) print "f", d, files[d] }' | \
512
 
        while read type dir files; do \
513
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
514
 
             test -z "$$files" || { \
515
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bansheedir)$$dir'"; \
516
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bansheedir)$$dir" || exit $$?; \
517
 
             } \
518
 
        ; done
 
465
          if test -f $$d$$p; then \
 
466
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
467
            echo " $(bansheeSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bansheedir)/$$f'"; \
 
468
            $(bansheeSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bansheedir)/$$f"; \
 
469
          else :; fi; \
 
470
        done
519
471
 
520
472
uninstall-bansheeSCRIPTS:
521
473
        @$(NORMAL_UNINSTALL)
522
 
        @list='$(banshee_SCRIPTS)'; test -n "$(bansheedir)" || exit 0; \
523
 
        files=`for p in $$list; do echo "$$p"; done | \
524
 
               sed -e 's,.*/,,;$(transform)'`; \
525
 
        test -n "$$list" || exit 0; \
526
 
        echo " ( cd '$(DESTDIR)$(bansheedir)' && rm -f" $$files ")"; \
527
 
        cd "$(DESTDIR)$(bansheedir)" && rm -f $$files
 
474
        @list='$(banshee_SCRIPTS)'; for p in $$list; do \
 
475
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
476
          echo " rm -f '$(DESTDIR)$(bansheedir)/$$f'"; \
 
477
          rm -f "$(DESTDIR)$(bansheedir)/$$f"; \
 
478
        done
528
479
 
529
480
mostlyclean-libtool:
530
481
        -rm -f *.lo
539
490
#     (which will cause the Makefiles to be regenerated when you run `make');
540
491
# (2) otherwise, pass the desired values on the `make' command line.
541
492
$(RECURSIVE_TARGETS):
542
 
        @fail= failcom='exit 1'; \
 
493
        @failcom='exit 1'; \
543
494
        for f in x $$MAKEFLAGS; do \
544
495
          case $$f in \
545
496
            *=* | --[!k]*);; \
556
507
          else \
557
508
            local_target="$$target"; \
558
509
          fi; \
559
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
510
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
560
511
          || eval $$failcom; \
561
512
        done; \
562
513
        if test "$$dot_seen" = "no"; then \
564
515
        fi; test -z "$$fail"
565
516
 
566
517
$(RECURSIVE_CLEAN_TARGETS):
567
 
        @fail= failcom='exit 1'; \
 
518
        @failcom='exit 1'; \
568
519
        for f in x $$MAKEFLAGS; do \
569
520
          case $$f in \
570
521
            *=* | --[!k]*);; \
590
541
          else \
591
542
            local_target="$$target"; \
592
543
          fi; \
593
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
544
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
594
545
          || eval $$failcom; \
595
546
        done && test -z "$$fail"
596
547
tags-recursive:
597
548
        list='$(SUBDIRS)'; for subdir in $$list; do \
598
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
549
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
599
550
        done
600
551
ctags-recursive:
601
552
        list='$(SUBDIRS)'; for subdir in $$list; do \
602
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
553
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
603
554
        done
604
555
 
605
556
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
607
558
        unique=`for i in $$list; do \
608
559
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609
560
          done | \
610
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
561
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
611
562
              END { if (nonempty) { for (i in files) print i; }; }'`; \
612
563
        mkid -fID $$unique
613
564
tags: TAGS
614
565
 
615
566
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
616
567
                $(TAGS_FILES) $(LISP)
617
 
        set x; \
 
568
        tags=; \
618
569
        here=`pwd`; \
619
570
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
620
571
          include_option=--etags-include; \
626
577
        list='$(SUBDIRS)'; for subdir in $$list; do \
627
578
          if test "$$subdir" = .; then :; else \
628
579
            test ! -f $$subdir/TAGS || \
629
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
580
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
630
581
          fi; \
631
582
        done; \
632
583
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
635
586
          done | \
636
587
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
637
588
              END { if (nonempty) { for (i in files) print i; }; }'`; \
638
 
        shift; \
639
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
589
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
640
590
          test -n "$$unique" || unique=$$empty_fix; \
641
 
          if test $$# -gt 0; then \
642
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643
 
              "$$@" $$unique; \
644
 
          else \
645
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
646
 
              $$unique; \
647
 
          fi; \
 
591
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
592
            $$tags $$unique; \
648
593
        fi
649
594
ctags: CTAGS
650
595
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
651
596
                $(TAGS_FILES) $(LISP)
 
597
        tags=; \
652
598
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
653
599
        unique=`for i in $$list; do \
654
600
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655
601
          done | \
656
602
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657
603
              END { if (nonempty) { for (i in files) print i; }; }'`; \
658
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
604
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
659
605
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
660
 
             $$unique
 
606
             $$tags $$unique
661
607
 
662
608
GTAGS:
663
609
        here=`$(am__cd) $(top_builddir) && pwd` \
664
 
          && $(am__cd) $(top_srcdir) \
665
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
610
          && cd $(top_srcdir) \
 
611
          && gtags -i $(GTAGS_ARGS) $$here
666
612
 
667
613
distclean-tags:
668
614
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
683
629
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
684
630
          if test -d $$d/$$file; then \
685
631
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
686
 
            if test -d "$(distdir)/$$file"; then \
687
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
688
 
            fi; \
689
632
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
690
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
691
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
633
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
692
634
            fi; \
693
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
635
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
694
636
          else \
695
 
            test -f "$(distdir)/$$file" \
696
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
637
            test -f $(distdir)/$$file \
 
638
            || cp -p $$d/$$file $(distdir)/$$file \
697
639
            || exit 1; \
698
640
          fi; \
699
641
        done
700
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
642
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
701
643
          if test "$$subdir" = .; then :; else \
702
644
            test -d "$(distdir)/$$subdir" \
703
645
            || $(MKDIR_P) "$(distdir)/$$subdir" \
704
646
            || exit 1; \
705
 
          fi; \
706
 
        done
707
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
708
 
          if test "$$subdir" = .; then :; else \
709
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
710
 
            $(am__relativize); \
711
 
            new_distdir=$$reldir; \
712
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
713
 
            $(am__relativize); \
714
 
            new_top_distdir=$$reldir; \
715
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
716
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
717
 
            ($(am__cd) $$subdir && \
 
647
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
648
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
649
            (cd $$subdir && \
718
650
              $(MAKE) $(AM_MAKEFLAGS) \
719
 
                top_distdir="$$new_top_distdir" \
720
 
                distdir="$$new_distdir" \
 
651
                top_distdir="$$top_distdir" \
 
652
                distdir="$$distdir/$$subdir" \
721
653
                am__remove_distdir=: \
722
654
                am__skip_length_check=: \
723
 
                am__skip_mode_fix=: \
724
655
                distdir) \
725
656
              || exit 1; \
726
657
          fi; \
754
685
 
755
686
distclean-generic:
756
687
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
757
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758
688
 
759
689
maintainer-clean-generic:
760
690
        @echo "This command is intended for maintainers to use"
774
704
 
775
705
html: html-recursive
776
706
 
777
 
html-am:
778
 
 
779
707
info: info-recursive
780
708
 
781
709
info-am:
784
712
 
785
713
install-dvi: install-dvi-recursive
786
714
 
787
 
install-dvi-am:
788
 
 
789
715
install-exec-am:
790
716
 
791
717
install-html: install-html-recursive
792
718
 
793
 
install-html-am:
794
 
 
795
719
install-info: install-info-recursive
796
720
 
797
 
install-info-am:
798
 
 
799
721
install-man:
800
722
 
801
723
install-pdf: install-pdf-recursive
802
724
 
803
 
install-pdf-am:
804
 
 
805
725
install-ps: install-ps-recursive
806
726
 
807
 
install-ps-am:
808
 
 
809
727
installcheck-am:
810
728
 
811
729
maintainer-clean: maintainer-clean-recursive
826
744
 
827
745
uninstall-am: uninstall-bansheeSCRIPTS
828
746
 
829
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
830
 
        install-am install-strip tags-recursive
 
747
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
748
        install-strip
831
749
 
832
750
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
833
751
        all all-am check check-am clean clean-generic clean-libtool \
863
781
 
864
782
$(GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY): GObjectIntPtrCtorVerifier.cs
865
783
        $(MCS) $(GLIBSHARP_LIBS) -out:$@ $<
866
 
 
867
784
# Tell versions [3.59,3.63) of GNU make to not export all variables.
868
785
# Otherwise a system limit (for SysV at least) may be exceeded.
869
786
.NOEXPORT: