~ubuntu-branches/ubuntu/trusty/alsa-utils/trusty

« back to all changes in this revision

Viewing changes to speaker-test/samples/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-07-26 10:56:44 UTC
  • mfrom: (1.2.17) (93.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130726105644-kim9enke2jnozg73
Tags: 1.0.27.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Move init script volume settings to new alsactl database:
    + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
      and Dell E series
    + ute PC Beep on hda cards that support it during initial volume setup
    + Mute *Analog/Digital Control for Creative cards by default
    + Default Digital Input Source to be Digital Mic 1 so that users
      with digital mic will be able to use it out of the box
    + Mute "IEC958 Optical Raw" by default
    + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
    + Set reasonable volume levels for VMWare guests using snd.ens1371
  - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
    users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
  - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
    show the pulse mixer by default, since it can be controlled from
    pulseaudio itself
  - Use upstart jobs for storing/restoring card settings
  - Add udev rule to apply UCM profiles for panda and equivalent hardware
  - Add Vcs-Bzr field
* Create a new upstart job for the alsa state daemon, and adjust the
  other upstart jobs accordingly
* Put the daemon file in /var/lib/alsa

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.12.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  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2012 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@
 
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
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
51
67
CONFIG_CLEAN_VPATH_FILES =
52
68
SOURCES =
53
69
DIST_SOURCES =
 
70
am__can_run_installinfo = \
 
71
  case $$AM_UPDATE_INFO_DIR in \
 
72
    n|no|NO) false;; \
 
73
    *) (install-info --version) >/dev/null 2>&1;; \
 
74
  esac
54
75
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
76
am__vpath_adj = case $$p in \
56
77
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72
93
am__base_list = \
73
94
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74
95
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
96
am__uninstall_files_from_dir = { \
 
97
  test -z "$$files" \
 
98
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
99
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
100
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
101
  }
75
102
am__installdirs = "$(DESTDIR)$(alsadir)" "$(DESTDIR)$(sounddir)"
76
103
DATA = $(alsa_DATA) $(sound_DATA)
77
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
105
ACLOCAL = @ACLOCAL@
 
106
ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@
 
107
ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@
79
108
ALSA_CFLAGS = @ALSA_CFLAGS@
80
109
ALSA_LIBS = @ALSA_LIBS@
81
110
AMTAR = @AMTAR@
100
129
ECHO_T = @ECHO_T@
101
130
EGREP = @EGREP@
102
131
EXEEXT = @EXEEXT@
 
132
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
103
133
GMSGFMT = @GMSGFMT@
104
134
GMSGFMT_015 = @GMSGFMT_015@
105
135
GREP = @GREP@
120
150
LTLIBICONV = @LTLIBICONV@
121
151
LTLIBINTL = @LTLIBINTL@
122
152
LTLIBOBJS = @LTLIBOBJS@
 
153
MAINT = @MAINT@
123
154
MAKEINFO = @MAKEINFO@
124
155
MKDIR_P = @MKDIR_P@
125
156
MSGFMT = @MSGFMT@
126
157
MSGFMT_015 = @MSGFMT_015@
127
158
MSGMERGE = @MSGMERGE@
 
159
NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
 
160
NCURSESW_LIBS = @NCURSESW_LIBS@
 
161
NCURSES_CFLAGS = @NCURSES_CFLAGS@
 
162
NCURSES_LIBS = @NCURSES_LIBS@
128
163
OBJEXT = @OBJEXT@
129
164
PACKAGE = @PACKAGE@
130
165
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135
170
PACKAGE_VERSION = @PACKAGE_VERSION@
136
171
PATH_SEPARATOR = @PATH_SEPARATOR@
137
172
PKG_CONFIG = @PKG_CONFIG@
 
173
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
174
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
138
175
POSUB = @POSUB@
139
176
SED = @SED@
140
177
SET_MAKE = @SET_MAKE@
149
186
VERSION = @VERSION@
150
187
XGETTEXT = @XGETTEXT@
151
188
XGETTEXT_015 = @XGETTEXT_015@
 
189
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
152
190
abs_builddir = @abs_builddir@
153
191
abs_srcdir = @abs_srcdir@
154
192
abs_top_builddir = @abs_top_builddir@
226
264
all: all-am
227
265
 
228
266
.SUFFIXES:
229
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
267
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
230
268
        @for dep in $?; do \
231
269
          case '$(am__configure_deps)' in \
232
270
            *$$dep*) \
251
289
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
291
 
254
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
292
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
294
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257
295
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
296
$(am__aclocal_m4_deps):
259
297
install-alsaDATA: $(alsa_DATA)
260
298
        @$(NORMAL_INSTALL)
261
 
        test -z "$(alsadir)" || $(MKDIR_P) "$(DESTDIR)$(alsadir)"
262
299
        @list='$(alsa_DATA)'; test -n "$(alsadir)" || list=; \
 
300
        if test -n "$$list"; then \
 
301
          echo " $(MKDIR_P) '$(DESTDIR)$(alsadir)'"; \
 
302
          $(MKDIR_P) "$(DESTDIR)$(alsadir)" || exit 1; \
 
303
        fi; \
263
304
        for p in $$list; do \
264
305
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
265
306
          echo "$$d$$p"; \
273
314
        @$(NORMAL_UNINSTALL)
274
315
        @list='$(alsa_DATA)'; test -n "$(alsadir)" || list=; \
275
316
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
276
 
        test -n "$$files" || exit 0; \
277
 
        echo " ( cd '$(DESTDIR)$(alsadir)' && rm -f" $$files ")"; \
278
 
        cd "$(DESTDIR)$(alsadir)" && rm -f $$files
 
317
        dir='$(DESTDIR)$(alsadir)'; $(am__uninstall_files_from_dir)
279
318
install-soundDATA: $(sound_DATA)
280
319
        @$(NORMAL_INSTALL)
281
 
        test -z "$(sounddir)" || $(MKDIR_P) "$(DESTDIR)$(sounddir)"
282
320
        @list='$(sound_DATA)'; test -n "$(sounddir)" || list=; \
 
321
        if test -n "$$list"; then \
 
322
          echo " $(MKDIR_P) '$(DESTDIR)$(sounddir)'"; \
 
323
          $(MKDIR_P) "$(DESTDIR)$(sounddir)" || exit 1; \
 
324
        fi; \
283
325
        for p in $$list; do \
284
326
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
285
327
          echo "$$d$$p"; \
293
335
        @$(NORMAL_UNINSTALL)
294
336
        @list='$(sound_DATA)'; test -n "$(sounddir)" || list=; \
295
337
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
296
 
        test -n "$$files" || exit 0; \
297
 
        echo " ( cd '$(DESTDIR)$(sounddir)' && rm -f" $$files ")"; \
298
 
        cd "$(DESTDIR)$(sounddir)" && rm -f $$files
 
338
        dir='$(DESTDIR)$(sounddir)'; $(am__uninstall_files_from_dir)
299
339
tags: TAGS
300
340
TAGS:
301
341
 
302
342
ctags: CTAGS
303
343
CTAGS:
304
344
 
 
345
cscope cscopelist:
 
346
 
305
347
 
306
348
distdir: $(DISTFILES)
307
349
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350
392
 
351
393
installcheck: installcheck-am
352
394
install-strip:
353
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
354
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
355
 
          `test -z '$(STRIP)' || \
356
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
395
        if test -z '$(STRIP)'; then \
 
396
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
397
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
398
              install; \
 
399
        else \
 
400
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
401
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
402
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
403
        fi
357
404
mostlyclean-generic:
358
405
 
359
406
clean-generic: