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

« back to all changes in this revision

Viewing changes to amarok/src/themes/reinhardt/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:
222
222
LIB_YAUAP = @LIB_YAUAP@
223
223
LN_S = @LN_S@
224
224
LTLIBOBJS = @LTLIBOBJS@
 
225
MAINT = @MAINT@
 
226
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
227
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
225
228
MAKEINFO = @MAKEINFO@
226
229
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
227
230
MCOPIDL = @MCOPIDL@
252
255
RANLIB = @RANLIB@
253
256
RUBY = @RUBY@
254
257
SDL_CONFIG = @SDL_CONFIG@
 
258
SED = @SED@
255
259
SET_MAKE = @SET_MAKE@
256
260
SHELL = @SHELL@
257
261
SQLITE_CFLAGS = @SQLITE_CFLAGS@
425
429
all: docs-am  all-recursive
426
430
 
427
431
.SUFFIXES:
428
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
432
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
429
433
#>-     @for dep in $?; do \
430
434
#>-       case '$(am__configure_deps)' in \
431
435
#>-         *$$dep*) \
434
438
#>-           exit 1;; \
435
439
#>-       esac; \
436
440
#>-     done; \
437
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/Makefile'; \
 
441
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/Makefile'; \
438
442
#>-     cd $(top_srcdir) && \
439
 
#>-       $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/Makefile
 
443
#>-       $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/Makefile
440
444
#>+ 12
441
445
        @for dep in $?; do \
442
446
          case '$(am__configure_deps)' in \
446
450
              exit 1;; \
447
451
          esac; \
448
452
        done; \
449
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/Makefile'; \
 
453
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/Makefile'; \
450
454
        cd $(top_srcdir) && \
451
 
          $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/Makefile
 
455
          $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/Makefile
452
456
        cd $(top_srcdir) && perl admin/am_edit amarok/src/themes/reinhardt/Makefile.in
453
457
.PRECIOUS: Makefile
454
458
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
463
467
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
464
468
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
465
469
 
466
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
470
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
467
471
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
472
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
469
473
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
474
 
471
475
mostlyclean-libtool:
788
792
              exit 1;; \
789
793
          esac; \
790
794
        done; \
791
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/Makefile'; \
 
795
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/Makefile'; \
792
796
        cd $(top_srcdir) && \
793
 
          $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/Makefile
 
797
          $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/Makefile
794
798
        cd $(top_srcdir) && perl admin/am_edit amarok/src/themes/reinhardt/Makefile.in
795
799
 
796
800