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

« back to all changes in this revision

Viewing changes to media-players/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-07-05 07:04:46 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20130705070446-e33nu835xr0thdut
Tags: 18-1
* New upstream release
* Bump Standards-Version to 3.9.4 (no changes necessary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
50
77
PRE_UNINSTALL = :
51
78
POST_UNINSTALL = :
52
79
subdir = media-players
53
 
DIST_COMMON = $(dist_mpi_DATA) $(dist_udevrules_DATA) \
54
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
81
        $(dist_mpi_DATA) $(dist_udevrules_DATA)
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
83
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
84
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
86
mkinstalldirs = $(install_sh) -d
60
87
CONFIG_CLEAN_FILES =
61
88
CONFIG_CLEAN_VPATH_FILES =
 
89
AM_V_P = $(am__v_P_@AM_V@)
 
90
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
91
am__v_P_0 = false
 
92
am__v_P_1 = :
 
93
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
94
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
95
am__v_GEN_0 = @echo "  GEN     " $@;
 
96
am__v_GEN_1 = 
 
97
AM_V_at = $(am__v_at_@AM_V@)
 
98
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
99
am__v_at_0 = @
 
100
am__v_at_1 = 
62
101
SOURCES =
63
102
DIST_SOURCES =
64
103
am__can_run_installinfo = \
95
134
  }
96
135
am__installdirs = "$(DESTDIR)$(mpidir)" "$(DESTDIR)$(udevrulesdir)"
97
136
DATA = $(dist_mpi_DATA) $(dist_udevrules_DATA)
 
137
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
98
138
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
139
ACLOCAL = @ACLOCAL@
100
140
AMTAR = @AMTAR@
 
141
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
101
142
AUTOCONF = @AUTOCONF@
102
143
AUTOHEADER = @AUTOHEADER@
103
144
AUTOMAKE = @AUTOMAKE@
254
295
        @list='$(dist_udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
255
296
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
256
297
        dir='$(DESTDIR)$(udevrulesdir)'; $(am__uninstall_files_from_dir)
257
 
tags: TAGS
258
 
TAGS:
259
 
 
260
 
ctags: CTAGS
261
 
CTAGS:
 
298
tags TAGS:
 
299
 
 
300
ctags CTAGS:
 
301
 
 
302
cscope cscopelist:
262
303
 
263
304
 
264
305
distdir: $(DISTFILES)
397
438
.MAKE: install-am install-strip
398
439
 
399
440
.PHONY: all all-am check check-am clean clean-generic clean-local \
400
 
        distclean distclean-generic distdir dvi dvi-am html html-am \
401
 
        info info-am install install-am install-data install-data-am \
402
 
        install-dist_mpiDATA install-dist_udevrulesDATA install-dvi \
403
 
        install-dvi-am install-exec install-exec-am install-html \
404
 
        install-html-am install-info install-info-am install-man \
405
 
        install-pdf install-pdf-am install-ps install-ps-am \
406
 
        install-strip installcheck installcheck-am installdirs \
407
 
        maintainer-clean maintainer-clean-generic mostlyclean \
408
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
441
        cscopelist-am ctags-am distclean distclean-generic distdir dvi \
 
442
        dvi-am html html-am info info-am install install-am \
 
443
        install-data install-data-am install-dist_mpiDATA \
 
444
        install-dist_udevrulesDATA install-dvi install-dvi-am \
 
445
        install-exec install-exec-am install-html install-html-am \
 
446
        install-info install-info-am install-man install-pdf \
 
447
        install-pdf-am install-ps install-ps-am install-strip \
 
448
        installcheck installcheck-am installdirs maintainer-clean \
 
449
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
450
        pdf-am ps ps-am tags-am uninstall uninstall-am \
409
451
        uninstall-dist_mpiDATA uninstall-dist_udevrulesDATA
410
452
 
411
453
40-usb-media-players.rules: $(dist_mpi_DATA) $(top_srcdir)/tools/mpi2udev.py