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

« back to all changes in this revision

Viewing changes to amarok/src/themes/reinhardt/images/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:
206
206
LIB_YAUAP = @LIB_YAUAP@
207
207
LN_S = @LN_S@
208
208
LTLIBOBJS = @LTLIBOBJS@
 
209
MAINT = @MAINT@
 
210
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
211
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
209
212
MAKEINFO = @MAKEINFO@
210
213
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
211
214
MCOPIDL = @MCOPIDL@
236
239
RANLIB = @RANLIB@
237
240
RUBY = @RUBY@
238
241
SDL_CONFIG = @SDL_CONFIG@
 
242
SED = @SED@
239
243
SET_MAKE = @SET_MAKE@
240
244
SHELL = @SHELL@
241
245
SQLITE_CFLAGS = @SQLITE_CFLAGS@
408
412
all: docs-am  all-am
409
413
 
410
414
.SUFFIXES:
411
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
415
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
412
416
#>-     @for dep in $?; do \
413
417
#>-       case '$(am__configure_deps)' in \
414
418
#>-         *$$dep*) \
417
421
#>-           exit 1;; \
418
422
#>-       esac; \
419
423
#>-     done; \
420
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/images/Makefile'; \
 
424
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/images/Makefile'; \
421
425
#>-     cd $(top_srcdir) && \
422
 
#>-       $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/images/Makefile
 
426
#>-       $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/images/Makefile
423
427
#>+ 12
424
428
        @for dep in $?; do \
425
429
          case '$(am__configure_deps)' in \
429
433
              exit 1;; \
430
434
          esac; \
431
435
        done; \
432
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/images/Makefile'; \
 
436
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/images/Makefile'; \
433
437
        cd $(top_srcdir) && \
434
 
          $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/images/Makefile
 
438
          $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/images/Makefile
435
439
        cd $(top_srcdir) && perl admin/am_edit amarok/src/themes/reinhardt/images/Makefile.in
436
440
.PRECIOUS: Makefile
437
441
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
446
450
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
447
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448
452
 
449
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
453
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
450
454
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
455
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
452
456
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453
457
 
454
458
mostlyclean-libtool:
623
627
              exit 1;; \
624
628
          esac; \
625
629
        done; \
626
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/images/Makefile'; \
 
630
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/images/Makefile'; \
627
631
        cd $(top_srcdir) && \
628
 
          $(AUTOMAKE) --gnu  amarok/src/themes/reinhardt/images/Makefile
 
632
          $(AUTOMAKE) --foreign  amarok/src/themes/reinhardt/images/Makefile
629
633
        cd $(top_srcdir) && perl admin/am_edit amarok/src/themes/reinhardt/images/Makefile.in
630
634
 
631
635