~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to plugins/jamendo/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
build_triplet = @build@
38
38
host_triplet = @host@
39
39
subdir = plugins/jamendo
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
41
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
43
am__aclocal_m4_deps = $(top_srcdir)/macros/gnome-doc-utils.m4 \
 
44
        $(top_srcdir)/macros/gsettings.m4 \
43
45
        $(top_srcdir)/macros/gtk-doc.m4 \
44
46
        $(top_srcdir)/macros/intltool.m4 \
45
47
        $(top_srcdir)/macros/libtool.m4 \
61
63
am__v_at_0 = @
62
64
SOURCES =
63
65
DIST_SOURCES =
64
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
 
        html-recursive info-recursive install-data-recursive \
66
 
        install-dvi-recursive install-exec-recursive \
67
 
        install-html-recursive install-info-recursive \
68
 
        install-pdf-recursive install-ps-recursive install-recursive \
69
 
        installcheck-recursive installdirs-recursive pdf-recursive \
70
 
        ps-recursive uninstall-recursive
71
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72
67
am__vpath_adj = case $$p in \
73
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89
84
am__base_list = \
90
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
91
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
92
 
am__installdirs = "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(icondir)" \
 
87
am__installdirs = "$(DESTDIR)$(plugindir)" \
 
88
        "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(icondir)" \
93
89
        "$(DESTDIR)$(plugindir)"
 
90
py_compile = $(top_srcdir)/py-compile
94
91
DATA = $(gtkbuilder_DATA) $(icon_DATA) $(plugin_DATA)
95
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96
 
  distclean-recursive maintainer-clean-recursive
97
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99
 
        distdir
100
 
ETAGS = etags
101
 
CTAGS = ctags
102
 
DIST_SUBDIRS = $(SUBDIRS)
103
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
 
am__relativize = \
105
 
  dir0=`pwd`; \
106
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107
 
  sed_rest='s,^[^/]*/*,,'; \
108
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109
 
  sed_butlast='s,/*[^/]*$$,,'; \
110
 
  while test -n "$$dir1"; do \
111
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112
 
    if test "$$first" != "."; then \
113
 
      if test "$$first" = ".."; then \
114
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116
 
      else \
117
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118
 
        if test "$$first2" = "$$first"; then \
119
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120
 
        else \
121
 
          dir2="../$$dir2"; \
122
 
        fi; \
123
 
        dir0="$$dir0"/"$$first"; \
124
 
      fi; \
125
 
    fi; \
126
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127
 
  done; \
128
 
  reldir="$$dir2"
129
93
ACLOCAL = @ACLOCAL@
130
94
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
131
95
ALL_LINGUAS = @ALL_LINGUAS@
156
120
DEPDIR = @DEPDIR@
157
121
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
158
122
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
123
DLLTOOL = @DLLTOOL@
159
124
DMAPSHARING_CFLAGS = @DMAPSHARING_CFLAGS@
160
125
DMAPSHARING_LIBS = @DMAPSHARING_LIBS@
161
126
DOC_USER_FORMATS = @DOC_USER_FORMATS@
167
132
EGREP = @EGREP@
168
133
EXEEXT = @EXEEXT@
169
134
FGREP = @FGREP@
170
 
GCONFTOOL = @GCONFTOOL@
171
135
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
172
136
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
173
137
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
174
138
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
139
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
175
140
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
176
141
GMOFILES = @GMOFILES@
177
142
GMSGFMT = @GMSGFMT@
178
143
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
179
144
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
180
145
GREP = @GREP@
 
146
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
181
147
GSTCDDA_CFLAGS = @GSTCDDA_CFLAGS@
182
148
GSTCDDA_LIBS = @GSTCDDA_LIBS@
183
149
GSTREAMER_0_10_CFLAGS = @GSTREAMER_0_10_CFLAGS@
184
150
GSTREAMER_0_10_LIBS = @GSTREAMER_0_10_LIBS@
185
 
GST_PYTHON_DEFSDIR = @GST_PYTHON_DEFSDIR@
186
151
GTKDOC_CHECK = @GTKDOC_CHECK@
187
152
GTKDOC_MKPDF = @GTKDOC_MKPDF@
188
153
GTKDOC_REBASE = @GTKDOC_REBASE@
228
193
LTLIBOBJS = @LTLIBOBJS@
229
194
MAINT = @MAINT@
230
195
MAKEINFO = @MAKEINFO@
 
196
MANIFEST_TOOL = @MANIFEST_TOOL@
231
197
MKDIR_P = @MKDIR_P@
232
198
MKINSTALLDIRS = @MKINSTALLDIRS@
233
199
MOZILLA_PLUGINDIR = @MOZILLA_PLUGINDIR@
238
204
MTP_LIBS = @MTP_LIBS@
239
205
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
240
206
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
241
 
MUSICBRAINZ_CFLAGS = @MUSICBRAINZ_CFLAGS@
242
 
MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@
243
207
NM = @NM@
244
208
NMEDIT = @NMEDIT@
245
209
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
261
225
PKG_CONFIG = @PKG_CONFIG@
262
226
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
263
227
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
228
PLUGINDATADIR = @PLUGINDATADIR@
264
229
PLUGINDIR = @PLUGINDIR@
265
230
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
266
231
POFILES = @POFILES@
267
232
POSUB = @POSUB@
268
233
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
269
234
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
270
 
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
271
 
PYGOBJECT_CODEGEN = @PYGOBJECT_CODEGEN@
272
 
PYGOBJECT_H2DEF = @PYGOBJECT_H2DEF@
273
 
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
274
235
PYTHON = @PYTHON@
275
236
PYTHON_CFLAGS = @PYTHON_CFLAGS@
276
237
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
277
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
278
238
PYTHON_LIBS = @PYTHON_LIBS@
279
 
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
280
239
PYTHON_PLATFORM = @PYTHON_PLATFORM@
281
240
PYTHON_PREFIX = @PYTHON_PREFIX@
282
241
PYTHON_VERSION = @PYTHON_VERSION@
315
274
abs_srcdir = @abs_srcdir@
316
275
abs_top_builddir = @abs_top_builddir@
317
276
abs_top_srcdir = @abs_top_srcdir@
 
277
ac_ct_AR = @ac_ct_AR@
318
278
ac_ct_CC = @ac_ct_CC@
319
279
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
320
280
am__include = @am__include@
334
294
docdir = @docdir@
335
295
dvidir = @dvidir@
336
296
exec_prefix = @exec_prefix@
 
297
gsettingsschemadir = @gsettingsschemadir@
337
298
host = @host@
338
299
host_alias = @host_alias@
339
300
host_cpu = @host_cpu@
347
308
libexecdir = @libexecdir@
348
309
localedir = @localedir@
349
310
localstatedir = @localstatedir@
350
 
lt_ECHO = @lt_ECHO@
351
311
mandir = @mandir@
352
312
mkdir_p = @mkdir_p@
353
313
oldincludedir = @oldincludedir@
358
318
program_transform_name = @program_transform_name@
359
319
psdir = @psdir@
360
320
pyexecdir = @pyexecdir@
 
321
pyoverridesdir = @pyoverridesdir@
361
322
pythondir = @pythondir@
362
323
sbindir = @sbindir@
363
324
sharedstatedir = @sharedstatedir@
367
328
top_build_prefix = @top_build_prefix@
368
329
top_builddir = @top_builddir@
369
330
top_srcdir = @top_srcdir@
370
 
SUBDIRS = jamendo
371
331
plugindir = $(PLUGINDIR)/jamendo
372
 
plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
373
 
plugin_in_files = jamendo.rb-plugin.in
 
332
plugindatadir = $(PLUGINDATADIR)/jamendo
 
333
plugin_PYTHON = \
 
334
       JamendoSource.py               \
 
335
       JamendoSaxHandler.py           \
 
336
       JamendoConfigureDialog.py      \
 
337
       jamendo.py
 
338
 
 
339
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
340
plugin_in_files = jamendo.plugin.in
 
341
gtkbuilderdir = $(plugindatadir)
374
342
gtkbuilder_DATA = \
375
343
                jamendo-loading.ui                      \
376
344
                jamendo-prefs.ui                        \
382
350
context = places
383
351
icondir = $(themedir)/$(size)/$(context)
384
352
icon_DATA = icons/hicolor/$(size)/$(context)/jamendo.png
385
 
gtkbuilderdir = $(plugindir)
386
353
EXTRA_DIST = $(plugin_in_files) $(gtkbuilder_DATA) $(icon_DATA)
387
354
CLEANFILES = $(plugin_DATA)
388
355
DISTCLEANFILES = $(plugin_DATA)
389
 
all: all-recursive
 
356
all: all-am
390
357
 
391
358
.SUFFIXES:
392
359
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
425
392
 
426
393
clean-libtool:
427
394
        -rm -rf .libs _libs
 
395
install-pluginPYTHON: $(plugin_PYTHON)
 
396
        @$(NORMAL_INSTALL)
 
397
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
398
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
399
        for p in $$list; do \
 
400
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
401
          if test -f $$b$$p; then \
 
402
            $(am__strip_dir) \
 
403
            dlist="$$dlist $$f"; \
 
404
            list2="$$list2 $$b$$p"; \
 
405
          else :; fi; \
 
406
        done; \
 
407
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
408
        while read files; do \
 
409
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
410
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
 
411
        done || exit $$?; \
 
412
        if test -n "$$dlist"; then \
 
413
          if test -z "$(DESTDIR)"; then \
 
414
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
 
415
          else \
 
416
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
 
417
          fi; \
 
418
        else :; fi
 
419
 
 
420
uninstall-pluginPYTHON:
 
421
        @$(NORMAL_UNINSTALL)
 
422
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
 
423
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
424
        test -n "$$files" || exit 0; \
 
425
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
426
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
427
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
428
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
 
429
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
 
430
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
 
431
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
 
432
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
428
433
install-gtkbuilderDATA: $(gtkbuilder_DATA)
429
434
        @$(NORMAL_INSTALL)
430
435
        test -z "$(gtkbuilderdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkbuilderdir)"
485
490
        test -n "$$files" || exit 0; \
486
491
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
487
492
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
488
 
 
489
 
# This directory's subdirectories are mostly independent; you can cd
490
 
# into them and run `make' without going through this Makefile.
491
 
# To change the values of `make' variables: instead of editing Makefiles,
492
 
# (1) if the variable is set in `config.status', edit `config.status'
493
 
#     (which will cause the Makefiles to be regenerated when you run `make');
494
 
# (2) otherwise, pass the desired values on the `make' command line.
495
 
$(RECURSIVE_TARGETS):
496
 
        @fail= failcom='exit 1'; \
497
 
        for f in x $$MAKEFLAGS; do \
498
 
          case $$f in \
499
 
            *=* | --[!k]*);; \
500
 
            *k*) failcom='fail=yes';; \
501
 
          esac; \
502
 
        done; \
503
 
        dot_seen=no; \
504
 
        target=`echo $@ | sed s/-recursive//`; \
505
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
506
 
          echo "Making $$target in $$subdir"; \
507
 
          if test "$$subdir" = "."; then \
508
 
            dot_seen=yes; \
509
 
            local_target="$$target-am"; \
510
 
          else \
511
 
            local_target="$$target"; \
512
 
          fi; \
513
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
514
 
          || eval $$failcom; \
515
 
        done; \
516
 
        if test "$$dot_seen" = "no"; then \
517
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
518
 
        fi; test -z "$$fail"
519
 
 
520
 
$(RECURSIVE_CLEAN_TARGETS):
521
 
        @fail= failcom='exit 1'; \
522
 
        for f in x $$MAKEFLAGS; do \
523
 
          case $$f in \
524
 
            *=* | --[!k]*);; \
525
 
            *k*) failcom='fail=yes';; \
526
 
          esac; \
527
 
        done; \
528
 
        dot_seen=no; \
529
 
        case "$@" in \
530
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
531
 
          *) list='$(SUBDIRS)' ;; \
532
 
        esac; \
533
 
        rev=''; for subdir in $$list; do \
534
 
          if test "$$subdir" = "."; then :; else \
535
 
            rev="$$subdir $$rev"; \
536
 
          fi; \
537
 
        done; \
538
 
        rev="$$rev ."; \
539
 
        target=`echo $@ | sed s/-recursive//`; \
540
 
        for subdir in $$rev; do \
541
 
          echo "Making $$target in $$subdir"; \
542
 
          if test "$$subdir" = "."; then \
543
 
            local_target="$$target-am"; \
544
 
          else \
545
 
            local_target="$$target"; \
546
 
          fi; \
547
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
548
 
          || eval $$failcom; \
549
 
        done && test -z "$$fail"
550
 
tags-recursive:
551
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
552
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
553
 
        done
554
 
ctags-recursive:
555
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
556
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
557
 
        done
558
 
 
559
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
560
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
561
 
        unique=`for i in $$list; do \
562
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563
 
          done | \
564
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
566
 
        mkid -fID $$unique
567
493
tags: TAGS
 
494
TAGS:
568
495
 
569
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
570
 
                $(TAGS_FILES) $(LISP)
571
 
        set x; \
572
 
        here=`pwd`; \
573
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
574
 
          include_option=--etags-include; \
575
 
          empty_fix=.; \
576
 
        else \
577
 
          include_option=--include; \
578
 
          empty_fix=; \
579
 
        fi; \
580
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
581
 
          if test "$$subdir" = .; then :; else \
582
 
            test ! -f $$subdir/TAGS || \
583
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
584
 
          fi; \
585
 
        done; \
586
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
587
 
        unique=`for i in $$list; do \
588
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
 
          done | \
590
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
592
 
        shift; \
593
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594
 
          test -n "$$unique" || unique=$$empty_fix; \
595
 
          if test $$# -gt 0; then \
596
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597
 
              "$$@" $$unique; \
598
 
          else \
599
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600
 
              $$unique; \
601
 
          fi; \
602
 
        fi
603
496
ctags: CTAGS
604
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
605
 
                $(TAGS_FILES) $(LISP)
606
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
607
 
        unique=`for i in $$list; do \
608
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609
 
          done | \
610
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
612
 
        test -z "$(CTAGS_ARGS)$$unique" \
613
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
614
 
             $$unique
615
 
 
616
 
GTAGS:
617
 
        here=`$(am__cd) $(top_builddir) && pwd` \
618
 
          && $(am__cd) $(top_srcdir) \
619
 
          && gtags -i $(GTAGS_ARGS) "$$here"
620
 
 
621
 
distclean-tags:
622
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
497
CTAGS:
 
498
 
623
499
 
624
500
distdir: $(DISTFILES)
625
501
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
651
527
            || exit 1; \
652
528
          fi; \
653
529
        done
654
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
655
 
          if test "$$subdir" = .; then :; else \
656
 
            test -d "$(distdir)/$$subdir" \
657
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
658
 
            || exit 1; \
659
 
          fi; \
660
 
        done
661
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
662
 
          if test "$$subdir" = .; then :; else \
663
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
664
 
            $(am__relativize); \
665
 
            new_distdir=$$reldir; \
666
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
667
 
            $(am__relativize); \
668
 
            new_top_distdir=$$reldir; \
669
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
670
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
671
 
            ($(am__cd) $$subdir && \
672
 
              $(MAKE) $(AM_MAKEFLAGS) \
673
 
                top_distdir="$$new_top_distdir" \
674
 
                distdir="$$new_distdir" \
675
 
                am__remove_distdir=: \
676
 
                am__skip_length_check=: \
677
 
                am__skip_mode_fix=: \
678
 
                distdir) \
679
 
              || exit 1; \
680
 
          fi; \
681
 
        done
682
530
check-am: all-am
683
 
check: check-recursive
 
531
check: check-am
684
532
all-am: Makefile $(DATA)
685
 
installdirs: installdirs-recursive
686
 
installdirs-am:
687
 
        for dir in "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(plugindir)"; do \
 
533
installdirs:
 
534
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(plugindir)"; do \
688
535
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
689
536
        done
690
 
install: install-recursive
691
 
install-exec: install-exec-recursive
692
 
install-data: install-data-recursive
693
 
uninstall: uninstall-recursive
 
537
install: install-am
 
538
install-exec: install-exec-am
 
539
install-data: install-data-am
 
540
uninstall: uninstall-am
694
541
 
695
542
install-am: all-am
696
543
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697
544
 
698
 
installcheck: installcheck-recursive
 
545
installcheck: installcheck-am
699
546
install-strip:
700
547
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
701
548
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714
561
maintainer-clean-generic:
715
562
        @echo "This command is intended for maintainers to use"
716
563
        @echo "it deletes files that may require special tools to rebuild."
717
 
clean: clean-recursive
 
564
clean: clean-am
718
565
 
719
566
clean-am: clean-generic clean-libtool mostlyclean-am
720
567
 
721
 
distclean: distclean-recursive
 
568
distclean: distclean-am
722
569
        -rm -f Makefile
723
 
distclean-am: clean-am distclean-generic distclean-tags
 
570
distclean-am: clean-am distclean-generic
724
571
 
725
 
dvi: dvi-recursive
 
572
dvi: dvi-am
726
573
 
727
574
dvi-am:
728
575
 
729
 
html: html-recursive
 
576
html: html-am
730
577
 
731
578
html-am:
732
579
 
733
 
info: info-recursive
 
580
info: info-am
734
581
 
735
582
info-am:
736
583
 
737
584
install-data-am: install-gtkbuilderDATA install-iconDATA \
738
 
        install-pluginDATA
 
585
        install-pluginDATA install-pluginPYTHON
739
586
 
740
 
install-dvi: install-dvi-recursive
 
587
install-dvi: install-dvi-am
741
588
 
742
589
install-dvi-am:
743
590
 
744
591
install-exec-am:
745
592
 
746
 
install-html: install-html-recursive
 
593
install-html: install-html-am
747
594
 
748
595
install-html-am:
749
596
 
750
 
install-info: install-info-recursive
 
597
install-info: install-info-am
751
598
 
752
599
install-info-am:
753
600
 
754
601
install-man:
755
602
 
756
 
install-pdf: install-pdf-recursive
 
603
install-pdf: install-pdf-am
757
604
 
758
605
install-pdf-am:
759
606
 
760
 
install-ps: install-ps-recursive
 
607
install-ps: install-ps-am
761
608
 
762
609
install-ps-am:
763
610
 
764
611
installcheck-am:
765
612
 
766
 
maintainer-clean: maintainer-clean-recursive
 
613
maintainer-clean: maintainer-clean-am
767
614
        -rm -f Makefile
768
615
maintainer-clean-am: distclean-am maintainer-clean-generic
769
616
 
770
 
mostlyclean: mostlyclean-recursive
 
617
mostlyclean: mostlyclean-am
771
618
 
772
619
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
773
620
 
774
 
pdf: pdf-recursive
 
621
pdf: pdf-am
775
622
 
776
623
pdf-am:
777
624
 
778
 
ps: ps-recursive
 
625
ps: ps-am
779
626
 
780
627
ps-am:
781
628
 
782
629
uninstall-am: uninstall-gtkbuilderDATA uninstall-iconDATA \
783
 
        uninstall-pluginDATA
784
 
 
785
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
786
 
        install-am install-strip tags-recursive
787
 
 
788
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
789
 
        all all-am check check-am clean clean-generic clean-libtool \
790
 
        ctags ctags-recursive distclean distclean-generic \
791
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
792
 
        html-am info info-am install install-am install-data \
793
 
        install-data-am install-dvi install-dvi-am install-exec \
794
 
        install-exec-am install-gtkbuilderDATA install-html \
795
 
        install-html-am install-iconDATA install-info install-info-am \
796
 
        install-man install-pdf install-pdf-am install-pluginDATA \
797
 
        install-ps install-ps-am install-strip installcheck \
798
 
        installcheck-am installdirs installdirs-am maintainer-clean \
799
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
800
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
801
 
        uninstall uninstall-am uninstall-gtkbuilderDATA \
802
 
        uninstall-iconDATA uninstall-pluginDATA
803
 
 
804
 
 
805
 
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
630
        uninstall-pluginDATA uninstall-pluginPYTHON
 
631
 
 
632
.MAKE: install-am install-strip
 
633
 
 
634
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
635
        distclean distclean-generic distclean-libtool distdir dvi \
 
636
        dvi-am html html-am info info-am install install-am \
 
637
        install-data install-data-am install-dvi install-dvi-am \
 
638
        install-exec install-exec-am install-gtkbuilderDATA \
 
639
        install-html install-html-am install-iconDATA install-info \
 
640
        install-info-am install-man install-pdf install-pdf-am \
 
641
        install-pluginDATA install-pluginPYTHON install-ps \
 
642
        install-ps-am install-strip installcheck installcheck-am \
 
643
        installdirs maintainer-clean maintainer-clean-generic \
 
644
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
645
        ps ps-am uninstall uninstall-am uninstall-gtkbuilderDATA \
 
646
        uninstall-iconDATA uninstall-pluginDATA uninstall-pluginPYTHON
 
647
 
 
648
 
 
649
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
806
650
 
807
651
# Tell versions [3.59,3.63) of GNU make to not export all variables.
808
652
# Otherwise a system limit (for SysV at least) may be exceeded.