~ubuntu-branches/ubuntu/trusty/media-player-info/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-05-30 10:55:04 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120530105504-id1rdb7ga3z2lysk
Tags: 17-1
* New upstream release:
  - Several new models.
  - Add alternative product ID for Sony Ericsson Xperia X10 (LP: #988130)
* debian/copyright: Update to copyright format 1.0.
* debian/control: Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
53
70
        install-pdf-recursive install-ps-recursive install-recursive \
54
71
        installcheck-recursive installdirs-recursive pdf-recursive \
55
72
        ps-recursive uninstall-recursive
 
73
am__can_run_installinfo = \
 
74
  case $$AM_UPDATE_INFO_DIR in \
 
75
    n|no|NO) false;; \
 
76
    *) (install-info --version) >/dev/null 2>&1;; \
 
77
  esac
56
78
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
79
  distclean-recursive maintainer-clean-recursive
58
80
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65
87
distdir = $(PACKAGE)-$(VERSION)
66
88
top_distdir = $(distdir)
67
89
am__remove_distdir = \
68
 
  { test ! -d "$(distdir)" \
69
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
70
 
         && rm -fr "$(distdir)"; }; }
 
90
  if test -d "$(distdir)"; then \
 
91
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
92
      && rm -rf "$(distdir)" \
 
93
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
94
  else :; fi
71
95
am__relativize = \
72
96
  dir0=`pwd`; \
73
97
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96
120
DIST_ARCHIVES = $(distdir).tar.gz
97
121
GZIP_ENV = --best
98
122
distuninstallcheck_listfiles = find . -type f -print
 
123
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
124
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
99
125
distcleancheck_listfiles = find . -type f -print
100
126
ACLOCAL = @ACLOCAL@
101
127
AMTAR = @AMTAR@
180
206
all: all-recursive
181
207
 
182
208
.SUFFIXES:
183
 
am--refresh:
 
209
am--refresh: Makefile
184
210
        @:
185
211
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
186
212
        @for dep in $?; do \
384
410
        done
385
411
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
386
412
          if test "$$subdir" = .; then :; else \
387
 
            test -d "$(distdir)/$$subdir" \
388
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
389
 
            || exit 1; \
390
 
          fi; \
391
 
        done
392
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
393
 
          if test "$$subdir" = .; then :; else \
 
413
            $(am__make_dryrun) \
 
414
              || test -d "$(distdir)/$$subdir" \
 
415
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
416
              || exit 1; \
394
417
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
395
418
            $(am__relativize); \
396
419
            new_distdir=$$reldir; \
422
445
        $(am__remove_distdir)
423
446
 
424
447
dist-bzip2: distdir
425
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
448
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
449
        $(am__remove_distdir)
 
450
 
 
451
dist-lzip: distdir
 
452
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
426
453
        $(am__remove_distdir)
427
454
 
428
455
dist-lzma: distdir
430
457
        $(am__remove_distdir)
431
458
 
432
459
dist-xz: distdir
433
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
460
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
434
461
        $(am__remove_distdir)
435
462
 
436
463
dist-tarZ: distdir
461
488
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
462
489
        *.tar.lzma*) \
463
490
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
491
        *.tar.lz*) \
 
492
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
464
493
        *.tar.xz*) \
465
494
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
466
495
        *.tar.Z*) \
480
509
          && am__cwd=`pwd` \
481
510
          && $(am__cd) $(distdir)/_build \
482
511
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
512
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
483
513
            $(DISTCHECK_CONFIGURE_FLAGS) \
484
514
          && $(MAKE) $(AM_MAKEFLAGS) \
485
515
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
508
538
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
509
539
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
510
540
distuninstallcheck:
511
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
512
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
541
        @test -n '$(distuninstallcheck_dir)' || { \
 
542
          echo 'ERROR: trying to run $@ with an empty' \
 
543
               '$$(distuninstallcheck_dir)' >&2; \
 
544
          exit 1; \
 
545
        }; \
 
546
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
547
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
548
          exit 1; \
 
549
        }; \
 
550
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
513
551
           || { echo "ERROR: files left after uninstall:" ; \
514
552
                if test -n "$(DESTDIR)"; then \
515
553
                  echo "  (check DESTDIR support)"; \
540
578
 
541
579
installcheck: installcheck-recursive
542
580
install-strip:
543
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545
 
          `test -z '$(STRIP)' || \
546
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
581
        if test -z '$(STRIP)'; then \
 
582
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
583
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
584
              install; \
 
585
        else \
 
586
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
587
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
588
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
589
        fi
547
590
mostlyclean-generic:
548
591
 
549
592
clean-generic:
630
673
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
631
674
        all all-am am--refresh check check-am clean clean-generic \
632
675
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
633
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
634
 
        distclean distclean-generic distclean-tags distcleancheck \
635
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
636
 
        info-am install install-am install-data install-data-am \
637
 
        install-dvi install-dvi-am install-exec install-exec-am \
638
 
        install-html install-html-am install-info install-info-am \
639
 
        install-man install-pdf install-pdf-am install-ps \
640
 
        install-ps-am install-strip installcheck installcheck-am \
641
 
        installdirs installdirs-am maintainer-clean \
 
676
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
677
        distcheck distclean distclean-generic distclean-tags \
 
678
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
679
        html-am info info-am install install-am install-data \
 
680
        install-data-am install-dvi install-dvi-am install-exec \
 
681
        install-exec-am install-html install-html-am install-info \
 
682
        install-info-am install-man install-pdf install-pdf-am \
 
683
        install-ps install-ps-am install-strip installcheck \
 
684
        installcheck-am installdirs installdirs-am maintainer-clean \
642
685
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
643
686
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
644
687