~ubuntu-branches/ubuntu/gutsy/amarok/gutsy

« back to all changes in this revision

Viewing changes to po/az/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2007-09-01 00:11:20 UTC
  • mfrom: (1.48.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070901001120-0jund922og31t1me
Tags: 2:1.4.7-0ubuntu3
* Added kubuntu_05_utf8_to_mtp_devices_fix.diff from upstream.  (KDE
  Bug #139722)
* Added kubuntu_06_fix_amarok_freeze_installing_mp3.diff from
  upstream.  (KDE Bug #147126, LP: #58617)  Thanks markey for fixing
  this!
* Added amarok Suggests: libxine1-ffmpeg.  (LP: #134741)
* Added kubuntu_07_gnome_multimedia_keys.diff, a script that lets the
  multimedia keys in GNOME work in amarok.  (LP: #87299)
* Use adept_batch update in install-mp3 not apt-get update

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
LIB_YAUAP = @LIB_YAUAP@
215
215
LN_S = @LN_S@
216
216
LTLIBOBJS = @LTLIBOBJS@
 
217
MAINT = @MAINT@
 
218
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
219
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
217
220
MAKEINFO = @MAKEINFO@
218
221
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
219
222
MCOPIDL = @MCOPIDL@
244
247
RANLIB = @RANLIB@
245
248
RUBY = @RUBY@
246
249
SDL_CONFIG = @SDL_CONFIG@
 
250
SED = @SED@
247
251
SET_MAKE = @SET_MAKE@
248
252
SHELL = @SHELL@
249
253
SQLITE_CFLAGS = @SQLITE_CFLAGS@
422
426
all: all-nls docs-am  all-recursive
423
427
 
424
428
.SUFFIXES:
425
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
429
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
426
430
#>-     @for dep in $?; do \
427
431
#>-       case '$(am__configure_deps)' in \
428
432
#>-         *$$dep*) \
431
435
#>-           exit 1;; \
432
436
#>-       esac; \
433
437
#>-     done; \
434
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/az/Makefile'; \
 
438
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/az/Makefile'; \
435
439
#>-     cd $(top_srcdir) && \
436
 
#>-       $(AUTOMAKE) --gnu  po/az/Makefile
 
440
#>-       $(AUTOMAKE) --foreign  po/az/Makefile
437
441
#>+ 12
438
442
        @for dep in $?; do \
439
443
          case '$(am__configure_deps)' in \
443
447
              exit 1;; \
444
448
          esac; \
445
449
        done; \
446
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/az/Makefile'; \
 
450
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/az/Makefile'; \
447
451
        cd $(top_srcdir) && \
448
 
          $(AUTOMAKE) --gnu  po/az/Makefile
 
452
          $(AUTOMAKE) --foreign  po/az/Makefile
449
453
        cd $(top_srcdir) && perl admin/am_edit po/az/Makefile.in
450
454
.PRECIOUS: Makefile
451
455
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460
464
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461
465
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
466
 
463
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
467
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
464
468
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
469
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
466
470
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467
471
 
468
472
mostlyclean-libtool:
808
812
              exit 1;; \
809
813
          esac; \
810
814
        done; \
811
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/az/Makefile'; \
 
815
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/az/Makefile'; \
812
816
        cd $(top_srcdir) && \
813
 
          $(AUTOMAKE) --gnu  po/az/Makefile
 
817
          $(AUTOMAKE) --foreign  po/az/Makefile
814
818
        cd $(top_srcdir) && perl admin/am_edit po/az/Makefile.in
815
819
 
816
820