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

« back to all changes in this revision

Viewing changes to alsamixer/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@
36
52
host_triplet = @host@
37
53
bin_PROGRAMS = alsamixer$(EXEEXT)
38
54
subdir = alsamixer
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
56
        $(top_srcdir)/depcomp
40
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
58
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42
59
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
71
88
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72
89
SOURCES = $(alsamixer_SOURCES)
73
90
DIST_SOURCES = $(alsamixer_SOURCES)
 
91
am__can_run_installinfo = \
 
92
  case $$AM_UPDATE_INFO_DIR in \
 
93
    n|no|NO) false;; \
 
94
    *) (install-info --version) >/dev/null 2>&1;; \
 
95
  esac
74
96
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
97
am__vpath_adj = case $$p in \
76
98
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92
114
am__base_list = \
93
115
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94
116
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
117
am__uninstall_files_from_dir = { \
 
118
  test -z "$$files" \
 
119
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
120
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
121
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
122
  }
95
123
man1dir = $(mandir)/man1
96
124
NROFF = nroff
97
125
MANS = $(man_MANS)
99
127
CTAGS = ctags
100
128
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101
129
ACLOCAL = @ACLOCAL@
 
130
ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@
 
131
ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@
102
132
ALSA_CFLAGS = @ALSA_CFLAGS@
103
133
ALSA_LIBS = @ALSA_LIBS@
104
134
AMTAR = @AMTAR@
123
153
ECHO_T = @ECHO_T@
124
154
EGREP = @EGREP@
125
155
EXEEXT = @EXEEXT@
 
156
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
126
157
GMSGFMT = @GMSGFMT@
127
158
GMSGFMT_015 = @GMSGFMT_015@
128
159
GREP = @GREP@
143
174
LTLIBICONV = @LTLIBICONV@
144
175
LTLIBINTL = @LTLIBINTL@
145
176
LTLIBOBJS = @LTLIBOBJS@
 
177
MAINT = @MAINT@
146
178
MAKEINFO = @MAKEINFO@
147
179
MKDIR_P = @MKDIR_P@
148
180
MSGFMT = @MSGFMT@
149
181
MSGFMT_015 = @MSGFMT_015@
150
182
MSGMERGE = @MSGMERGE@
 
183
NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
 
184
NCURSESW_LIBS = @NCURSESW_LIBS@
 
185
NCURSES_CFLAGS = @NCURSES_CFLAGS@
 
186
NCURSES_LIBS = @NCURSES_LIBS@
151
187
OBJEXT = @OBJEXT@
152
188
PACKAGE = @PACKAGE@
153
189
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158
194
PACKAGE_VERSION = @PACKAGE_VERSION@
159
195
PATH_SEPARATOR = @PATH_SEPARATOR@
160
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
161
199
POSUB = @POSUB@
162
200
SED = @SED@
163
201
SET_MAKE = @SET_MAKE@
172
210
VERSION = @VERSION@
173
211
XGETTEXT = @XGETTEXT@
174
212
XGETTEXT_015 = @XGETTEXT_015@
 
213
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
175
214
abs_builddir = @abs_builddir@
176
215
abs_srcdir = @abs_srcdir@
177
216
abs_top_builddir = @abs_top_builddir@
252
291
 
253
292
.SUFFIXES:
254
293
.SUFFIXES: .c .o .obj
255
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
294
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
256
295
        @for dep in $?; do \
257
296
          case '$(am__configure_deps)' in \
258
297
            *$$dep*) \
277
316
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
318
 
280
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
319
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
321
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
323
$(am__aclocal_m4_deps):
285
324
install-binPROGRAMS: $(bin_PROGRAMS)
286
325
        @$(NORMAL_INSTALL)
287
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
288
326
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
327
        if test -n "$$list"; then \
 
328
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
329
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
330
        fi; \
289
331
        for p in $$list; do echo "$$p $$p"; done | \
290
332
        sed 's/$(EXEEXT)$$//' | \
291
333
        while read p p1; do if test -f $$p; \
319
361
 
320
362
clean-binPROGRAMS:
321
363
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
322
 
alsamixer$(EXEEXT): $(alsamixer_OBJECTS) $(alsamixer_DEPENDENCIES) 
 
364
alsamixer$(EXEEXT): $(alsamixer_OBJECTS) $(alsamixer_DEPENDENCIES) $(EXTRA_alsamixer_DEPENDENCIES) 
323
365
        @rm -f alsamixer$(EXEEXT)
324
366
        $(LINK) $(alsamixer_OBJECTS) $(alsamixer_LDADD) $(LIBS)
325
367
 
360
402
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
361
403
install-man1: $(man_MANS)
362
404
        @$(NORMAL_INSTALL)
363
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
364
 
        @list=''; test -n "$(man1dir)" || exit 0; \
365
 
        { for i in $$list; do echo "$$i"; done; \
366
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
367
 
          sed -n '/\.1[a-z]*$$/p'; \
 
405
        @list1=''; \
 
406
        list2='$(man_MANS)'; \
 
407
        test -n "$(man1dir)" \
 
408
          && test -n "`echo $$list1$$list2`" \
 
409
          || exit 0; \
 
410
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
411
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
412
        { for i in $$list1; do echo "$$i"; done;  \
 
413
        if test -n "$$list2"; then \
 
414
          for i in $$list2; do echo "$$i"; done \
 
415
            | sed -n '/\.1[a-z]*$$/p'; \
 
416
        fi; \
368
417
        } | while read p; do \
369
418
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
370
419
          echo "$$d$$p"; echo "$$p"; \
393
442
          sed -n '/\.1[a-z]*$$/p'; \
394
443
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
395
444
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
396
 
        test -z "$$files" || { \
397
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
398
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
445
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
399
446
 
400
447
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401
448
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
446
493
          && $(am__cd) $(top_srcdir) \
447
494
          && gtags -i $(GTAGS_ARGS) "$$here"
448
495
 
 
496
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
497
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
498
        case "$(srcdir)" in \
 
499
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
500
          *) sdir=$(subdir)/$(srcdir) ;; \
 
501
        esac; \
 
502
        for i in $$list; do \
 
503
          if test -f "$$i"; then \
 
504
            echo "$(subdir)/$$i"; \
 
505
          else \
 
506
            echo "$$sdir/$$i"; \
 
507
          fi; \
 
508
        done >> $(top_builddir)/cscope.files
 
509
 
449
510
distclean-tags:
450
511
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
512
 
456
517
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
457
518
          if test -n "$$list" && \
458
519
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
459
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
520
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
460
521
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
461
522
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
462
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
523
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
463
524
            exit 1; \
464
525
          else :; fi; \
465
526
        else :; fi
509
570
 
510
571
installcheck: installcheck-am
511
572
install-strip:
512
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
513
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
514
 
          `test -z '$(STRIP)' || \
515
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
573
        if test -z '$(STRIP)'; then \
 
574
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
575
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
576
              install; \
 
577
        else \
 
578
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
579
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
580
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
581
        fi
516
582
mostlyclean-generic:
517
583
 
518
584
clean-generic:
598
664
.MAKE: install-am install-strip
599
665
 
600
666
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
601
 
        clean-generic ctags distclean distclean-compile \
 
667
        clean-generic cscopelist ctags distclean distclean-compile \
602
668
        distclean-generic distclean-tags distdir dvi dvi-am html \
603
669
        html-am info info-am install install-am install-binPROGRAMS \
604
670
        install-data install-data-am install-dvi install-dvi-am \