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

« back to all changes in this revision

Viewing changes to plugins/lyrics/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/lyrics
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)" \
93
 
        "$(DESTDIR)$(plugindir)"
 
87
am__installdirs = "$(DESTDIR)$(plugindir)" \
 
88
        "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"
 
89
py_compile = $(top_srcdir)/py-compile
94
90
DATA = $(gtkbuilder_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
91
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
92
ACLOCAL = @ACLOCAL@
130
93
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
131
94
ALL_LINGUAS = @ALL_LINGUAS@
156
119
DEPDIR = @DEPDIR@
157
120
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
158
121
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
122
DLLTOOL = @DLLTOOL@
159
123
DMAPSHARING_CFLAGS = @DMAPSHARING_CFLAGS@
160
124
DMAPSHARING_LIBS = @DMAPSHARING_LIBS@
161
125
DOC_USER_FORMATS = @DOC_USER_FORMATS@
167
131
EGREP = @EGREP@
168
132
EXEEXT = @EXEEXT@
169
133
FGREP = @FGREP@
170
 
GCONFTOOL = @GCONFTOOL@
171
134
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
172
135
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
173
136
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
174
137
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
138
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
175
139
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
176
140
GMOFILES = @GMOFILES@
177
141
GMSGFMT = @GMSGFMT@
178
142
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
179
143
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
180
144
GREP = @GREP@
 
145
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
181
146
GSTCDDA_CFLAGS = @GSTCDDA_CFLAGS@
182
147
GSTCDDA_LIBS = @GSTCDDA_LIBS@
183
148
GSTREAMER_0_10_CFLAGS = @GSTREAMER_0_10_CFLAGS@
184
149
GSTREAMER_0_10_LIBS = @GSTREAMER_0_10_LIBS@
185
 
GST_PYTHON_DEFSDIR = @GST_PYTHON_DEFSDIR@
186
150
GTKDOC_CHECK = @GTKDOC_CHECK@
187
151
GTKDOC_MKPDF = @GTKDOC_MKPDF@
188
152
GTKDOC_REBASE = @GTKDOC_REBASE@
228
192
LTLIBOBJS = @LTLIBOBJS@
229
193
MAINT = @MAINT@
230
194
MAKEINFO = @MAKEINFO@
 
195
MANIFEST_TOOL = @MANIFEST_TOOL@
231
196
MKDIR_P = @MKDIR_P@
232
197
MKINSTALLDIRS = @MKINSTALLDIRS@
233
198
MOZILLA_PLUGINDIR = @MOZILLA_PLUGINDIR@
238
203
MTP_LIBS = @MTP_LIBS@
239
204
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
240
205
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
241
 
MUSICBRAINZ_CFLAGS = @MUSICBRAINZ_CFLAGS@
242
 
MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@
243
206
NM = @NM@
244
207
NMEDIT = @NMEDIT@
245
208
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
261
224
PKG_CONFIG = @PKG_CONFIG@
262
225
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
263
226
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
227
PLUGINDATADIR = @PLUGINDATADIR@
264
228
PLUGINDIR = @PLUGINDIR@
265
229
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
266
230
POFILES = @POFILES@
267
231
POSUB = @POSUB@
268
232
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
269
233
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
234
PYTHON = @PYTHON@
275
235
PYTHON_CFLAGS = @PYTHON_CFLAGS@
276
236
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
277
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
278
237
PYTHON_LIBS = @PYTHON_LIBS@
279
 
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
280
238
PYTHON_PLATFORM = @PYTHON_PLATFORM@
281
239
PYTHON_PREFIX = @PYTHON_PREFIX@
282
240
PYTHON_VERSION = @PYTHON_VERSION@
315
273
abs_srcdir = @abs_srcdir@
316
274
abs_top_builddir = @abs_top_builddir@
317
275
abs_top_srcdir = @abs_top_srcdir@
 
276
ac_ct_AR = @ac_ct_AR@
318
277
ac_ct_CC = @ac_ct_CC@
319
278
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
320
279
am__include = @am__include@
334
293
docdir = @docdir@
335
294
dvidir = @dvidir@
336
295
exec_prefix = @exec_prefix@
 
296
gsettingsschemadir = @gsettingsschemadir@
337
297
host = @host@
338
298
host_alias = @host_alias@
339
299
host_cpu = @host_cpu@
347
307
libexecdir = @libexecdir@
348
308
localedir = @localedir@
349
309
localstatedir = @localstatedir@
350
 
lt_ECHO = @lt_ECHO@
351
310
mandir = @mandir@
352
311
mkdir_p = @mkdir_p@
353
312
oldincludedir = @oldincludedir@
358
317
program_transform_name = @program_transform_name@
359
318
psdir = @psdir@
360
319
pyexecdir = @pyexecdir@
 
320
pyoverridesdir = @pyoverridesdir@
361
321
pythondir = @pythondir@
362
322
sbindir = @sbindir@
363
323
sharedstatedir = @sharedstatedir@
367
327
top_build_prefix = @top_build_prefix@
368
328
top_builddir = @top_builddir@
369
329
top_srcdir = @top_srcdir@
370
 
SUBDIRS = lyrics
371
330
plugindir = $(PLUGINDIR)/lyrics
372
 
plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
373
 
plugin_in_files = lyrics.rb-plugin.in
 
331
plugindatadir = $(PLUGINDATADIR)/lyrics
 
332
plugin_PYTHON = \
 
333
       LyricsParse.py                   \
 
334
       LyricsSites.py                   \
 
335
       LyricsConfigureDialog.py         \
 
336
       lyrics.py                        \
 
337
       LyrcParser.py                    \
 
338
       AstrawebParser.py                \
 
339
       LeoslyricsParser.py              \
 
340
       LyricWikiParser.py               \
 
341
       WinampcnParser.py                \
 
342
       TerraParser.py                   \
 
343
       DarkLyricsParser.py
 
344
 
 
345
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
346
plugin_in_files = lyrics.plugin.in
 
347
gtkbuilderdir = $(plugindatadir)
374
348
gtkbuilder_DATA = \
375
349
                lyrics-prefs.ui
376
350
 
377
 
gtkbuilderdir = $(plugindir)
378
351
EXTRA_DIST = $(plugin_in_files) $(gtkbuilder_DATA)
379
352
CLEANFILES = $(plugin_DATA)
380
353
DISTCLEANFILES = $(plugin_DATA)
381
 
all: all-recursive
 
354
all: all-am
382
355
 
383
356
.SUFFIXES:
384
357
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
417
390
 
418
391
clean-libtool:
419
392
        -rm -rf .libs _libs
 
393
install-pluginPYTHON: $(plugin_PYTHON)
 
394
        @$(NORMAL_INSTALL)
 
395
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
396
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
397
        for p in $$list; do \
 
398
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
399
          if test -f $$b$$p; then \
 
400
            $(am__strip_dir) \
 
401
            dlist="$$dlist $$f"; \
 
402
            list2="$$list2 $$b$$p"; \
 
403
          else :; fi; \
 
404
        done; \
 
405
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
406
        while read files; do \
 
407
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
408
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
 
409
        done || exit $$?; \
 
410
        if test -n "$$dlist"; then \
 
411
          if test -z "$(DESTDIR)"; then \
 
412
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
 
413
          else \
 
414
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
 
415
          fi; \
 
416
        else :; fi
 
417
 
 
418
uninstall-pluginPYTHON:
 
419
        @$(NORMAL_UNINSTALL)
 
420
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
 
421
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
422
        test -n "$$files" || exit 0; \
 
423
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
424
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
425
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
426
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
 
427
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
 
428
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
 
429
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
 
430
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
420
431
install-gtkbuilderDATA: $(gtkbuilder_DATA)
421
432
        @$(NORMAL_INSTALL)
422
433
        test -z "$(gtkbuilderdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkbuilderdir)"
457
468
        test -n "$$files" || exit 0; \
458
469
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
459
470
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
460
 
 
461
 
# This directory's subdirectories are mostly independent; you can cd
462
 
# into them and run `make' without going through this Makefile.
463
 
# To change the values of `make' variables: instead of editing Makefiles,
464
 
# (1) if the variable is set in `config.status', edit `config.status'
465
 
#     (which will cause the Makefiles to be regenerated when you run `make');
466
 
# (2) otherwise, pass the desired values on the `make' command line.
467
 
$(RECURSIVE_TARGETS):
468
 
        @fail= failcom='exit 1'; \
469
 
        for f in x $$MAKEFLAGS; do \
470
 
          case $$f in \
471
 
            *=* | --[!k]*);; \
472
 
            *k*) failcom='fail=yes';; \
473
 
          esac; \
474
 
        done; \
475
 
        dot_seen=no; \
476
 
        target=`echo $@ | sed s/-recursive//`; \
477
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
478
 
          echo "Making $$target in $$subdir"; \
479
 
          if test "$$subdir" = "."; then \
480
 
            dot_seen=yes; \
481
 
            local_target="$$target-am"; \
482
 
          else \
483
 
            local_target="$$target"; \
484
 
          fi; \
485
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486
 
          || eval $$failcom; \
487
 
        done; \
488
 
        if test "$$dot_seen" = "no"; then \
489
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
490
 
        fi; test -z "$$fail"
491
 
 
492
 
$(RECURSIVE_CLEAN_TARGETS):
493
 
        @fail= failcom='exit 1'; \
494
 
        for f in x $$MAKEFLAGS; do \
495
 
          case $$f in \
496
 
            *=* | --[!k]*);; \
497
 
            *k*) failcom='fail=yes';; \
498
 
          esac; \
499
 
        done; \
500
 
        dot_seen=no; \
501
 
        case "$@" in \
502
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
503
 
          *) list='$(SUBDIRS)' ;; \
504
 
        esac; \
505
 
        rev=''; for subdir in $$list; do \
506
 
          if test "$$subdir" = "."; then :; else \
507
 
            rev="$$subdir $$rev"; \
508
 
          fi; \
509
 
        done; \
510
 
        rev="$$rev ."; \
511
 
        target=`echo $@ | sed s/-recursive//`; \
512
 
        for subdir in $$rev; do \
513
 
          echo "Making $$target in $$subdir"; \
514
 
          if test "$$subdir" = "."; then \
515
 
            local_target="$$target-am"; \
516
 
          else \
517
 
            local_target="$$target"; \
518
 
          fi; \
519
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
520
 
          || eval $$failcom; \
521
 
        done && test -z "$$fail"
522
 
tags-recursive:
523
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
524
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
525
 
        done
526
 
ctags-recursive:
527
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
528
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
529
 
        done
530
 
 
531
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
532
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
533
 
        unique=`for i in $$list; do \
534
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535
 
          done | \
536
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
537
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
538
 
        mkid -fID $$unique
539
471
tags: TAGS
 
472
TAGS:
540
473
 
541
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
542
 
                $(TAGS_FILES) $(LISP)
543
 
        set x; \
544
 
        here=`pwd`; \
545
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
546
 
          include_option=--etags-include; \
547
 
          empty_fix=.; \
548
 
        else \
549
 
          include_option=--include; \
550
 
          empty_fix=; \
551
 
        fi; \
552
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
553
 
          if test "$$subdir" = .; then :; else \
554
 
            test ! -f $$subdir/TAGS || \
555
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
556
 
          fi; \
557
 
        done; \
558
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
559
 
        unique=`for i in $$list; do \
560
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561
 
          done | \
562
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
564
 
        shift; \
565
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
566
 
          test -n "$$unique" || unique=$$empty_fix; \
567
 
          if test $$# -gt 0; then \
568
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569
 
              "$$@" $$unique; \
570
 
          else \
571
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572
 
              $$unique; \
573
 
          fi; \
574
 
        fi
575
474
ctags: CTAGS
576
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
577
 
                $(TAGS_FILES) $(LISP)
578
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
579
 
        unique=`for i in $$list; do \
580
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581
 
          done | \
582
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
584
 
        test -z "$(CTAGS_ARGS)$$unique" \
585
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586
 
             $$unique
587
 
 
588
 
GTAGS:
589
 
        here=`$(am__cd) $(top_builddir) && pwd` \
590
 
          && $(am__cd) $(top_srcdir) \
591
 
          && gtags -i $(GTAGS_ARGS) "$$here"
592
 
 
593
 
distclean-tags:
594
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
475
CTAGS:
 
476
 
595
477
 
596
478
distdir: $(DISTFILES)
597
479
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623
505
            || exit 1; \
624
506
          fi; \
625
507
        done
626
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
627
 
          if test "$$subdir" = .; then :; else \
628
 
            test -d "$(distdir)/$$subdir" \
629
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
630
 
            || exit 1; \
631
 
          fi; \
632
 
        done
633
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
634
 
          if test "$$subdir" = .; then :; else \
635
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
636
 
            $(am__relativize); \
637
 
            new_distdir=$$reldir; \
638
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
639
 
            $(am__relativize); \
640
 
            new_top_distdir=$$reldir; \
641
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
642
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
643
 
            ($(am__cd) $$subdir && \
644
 
              $(MAKE) $(AM_MAKEFLAGS) \
645
 
                top_distdir="$$new_top_distdir" \
646
 
                distdir="$$new_distdir" \
647
 
                am__remove_distdir=: \
648
 
                am__skip_length_check=: \
649
 
                am__skip_mode_fix=: \
650
 
                distdir) \
651
 
              || exit 1; \
652
 
          fi; \
653
 
        done
654
508
check-am: all-am
655
 
check: check-recursive
 
509
check: check-am
656
510
all-am: Makefile $(DATA)
657
 
installdirs: installdirs-recursive
658
 
installdirs-am:
659
 
        for dir in "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"; do \
 
511
installdirs:
 
512
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"; do \
660
513
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
661
514
        done
662
 
install: install-recursive
663
 
install-exec: install-exec-recursive
664
 
install-data: install-data-recursive
665
 
uninstall: uninstall-recursive
 
515
install: install-am
 
516
install-exec: install-exec-am
 
517
install-data: install-data-am
 
518
uninstall: uninstall-am
666
519
 
667
520
install-am: all-am
668
521
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669
522
 
670
 
installcheck: installcheck-recursive
 
523
installcheck: installcheck-am
671
524
install-strip:
672
525
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673
526
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686
539
maintainer-clean-generic:
687
540
        @echo "This command is intended for maintainers to use"
688
541
        @echo "it deletes files that may require special tools to rebuild."
689
 
clean: clean-recursive
 
542
clean: clean-am
690
543
 
691
544
clean-am: clean-generic clean-libtool mostlyclean-am
692
545
 
693
 
distclean: distclean-recursive
 
546
distclean: distclean-am
694
547
        -rm -f Makefile
695
 
distclean-am: clean-am distclean-generic distclean-tags
 
548
distclean-am: clean-am distclean-generic
696
549
 
697
 
dvi: dvi-recursive
 
550
dvi: dvi-am
698
551
 
699
552
dvi-am:
700
553
 
701
 
html: html-recursive
 
554
html: html-am
702
555
 
703
556
html-am:
704
557
 
705
 
info: info-recursive
 
558
info: info-am
706
559
 
707
560
info-am:
708
561
 
709
 
install-data-am: install-gtkbuilderDATA install-pluginDATA
 
562
install-data-am: install-gtkbuilderDATA install-pluginDATA \
 
563
        install-pluginPYTHON
710
564
 
711
 
install-dvi: install-dvi-recursive
 
565
install-dvi: install-dvi-am
712
566
 
713
567
install-dvi-am:
714
568
 
715
569
install-exec-am:
716
570
 
717
 
install-html: install-html-recursive
 
571
install-html: install-html-am
718
572
 
719
573
install-html-am:
720
574
 
721
 
install-info: install-info-recursive
 
575
install-info: install-info-am
722
576
 
723
577
install-info-am:
724
578
 
725
579
install-man:
726
580
 
727
 
install-pdf: install-pdf-recursive
 
581
install-pdf: install-pdf-am
728
582
 
729
583
install-pdf-am:
730
584
 
731
 
install-ps: install-ps-recursive
 
585
install-ps: install-ps-am
732
586
 
733
587
install-ps-am:
734
588
 
735
589
installcheck-am:
736
590
 
737
 
maintainer-clean: maintainer-clean-recursive
 
591
maintainer-clean: maintainer-clean-am
738
592
        -rm -f Makefile
739
593
maintainer-clean-am: distclean-am maintainer-clean-generic
740
594
 
741
 
mostlyclean: mostlyclean-recursive
 
595
mostlyclean: mostlyclean-am
742
596
 
743
597
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
744
598
 
745
 
pdf: pdf-recursive
 
599
pdf: pdf-am
746
600
 
747
601
pdf-am:
748
602
 
749
 
ps: ps-recursive
 
603
ps: ps-am
750
604
 
751
605
ps-am:
752
606
 
753
 
uninstall-am: uninstall-gtkbuilderDATA uninstall-pluginDATA
754
 
 
755
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
756
 
        install-am install-strip tags-recursive
757
 
 
758
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
759
 
        all all-am check check-am clean clean-generic clean-libtool \
760
 
        ctags ctags-recursive distclean distclean-generic \
761
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
762
 
        html-am info info-am install install-am install-data \
763
 
        install-data-am install-dvi install-dvi-am install-exec \
764
 
        install-exec-am install-gtkbuilderDATA install-html \
765
 
        install-html-am install-info install-info-am install-man \
766
 
        install-pdf install-pdf-am install-pluginDATA install-ps \
767
 
        install-ps-am install-strip installcheck installcheck-am \
768
 
        installdirs installdirs-am maintainer-clean \
 
607
uninstall-am: uninstall-gtkbuilderDATA uninstall-pluginDATA \
 
608
        uninstall-pluginPYTHON
 
609
 
 
610
.MAKE: install-am install-strip
 
611
 
 
612
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
613
        distclean distclean-generic distclean-libtool distdir dvi \
 
614
        dvi-am html html-am info info-am install install-am \
 
615
        install-data install-data-am install-dvi install-dvi-am \
 
616
        install-exec install-exec-am install-gtkbuilderDATA \
 
617
        install-html install-html-am install-info install-info-am \
 
618
        install-man install-pdf install-pdf-am install-pluginDATA \
 
619
        install-pluginPYTHON install-ps install-ps-am install-strip \
 
620
        installcheck installcheck-am installdirs maintainer-clean \
769
621
        maintainer-clean-generic mostlyclean mostlyclean-generic \
770
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
771
 
        uninstall uninstall-am uninstall-gtkbuilderDATA \
772
 
        uninstall-pluginDATA
773
 
 
774
 
 
775
 
%.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
 
622
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
623
        uninstall-gtkbuilderDATA uninstall-pluginDATA \
 
624
        uninstall-pluginPYTHON
 
625
 
 
626
 
 
627
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
776
628
 
777
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.
778
630
# Otherwise a system limit (for SysV at least) may be exceeded.