~tj/ubuntu/trusty/alsa-utils/lp1269731

« back to all changes in this revision

Viewing changes to alsaloop/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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
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
  }
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkgincludedir = $(includedir)/@PACKAGE@
22
38
pkglibdir = $(libdir)/@PACKAGE@
39
55
bin_PROGRAMS = alsaloop$(EXEEXT)
40
56
subdir = alsaloop
41
57
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42
 
        $(srcdir)/Makefile.in
 
58
        $(srcdir)/Makefile.in $(top_srcdir)/depcomp
43
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
60
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45
61
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
71
87
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72
88
SOURCES = $(alsaloop_SOURCES)
73
89
DIST_SOURCES = $(alsaloop_SOURCES)
 
90
am__can_run_installinfo = \
 
91
  case $$AM_UPDATE_INFO_DIR in \
 
92
    n|no|NO) false;; \
 
93
    *) (install-info --version) >/dev/null 2>&1;; \
 
94
  esac
74
95
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
96
am__vpath_adj = case $$p in \
76
97
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92
113
am__base_list = \
93
114
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94
115
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
116
am__uninstall_files_from_dir = { \
 
117
  test -z "$$files" \
 
118
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
119
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
120
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
121
  }
95
122
man1dir = $(mandir)/man1
96
123
NROFF = nroff
97
124
MANS = $(man_MANS)
100
127
CTAGS = ctags
101
128
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
129
ACLOCAL = @ACLOCAL@
 
130
ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@
 
131
ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@
103
132
ALSA_CFLAGS = @ALSA_CFLAGS@
104
133
ALSA_LIBS = @ALSA_LIBS@
105
134
AMTAR = @AMTAR@
124
153
ECHO_T = @ECHO_T@
125
154
EGREP = @EGREP@
126
155
EXEEXT = @EXEEXT@
 
156
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
127
157
GMSGFMT = @GMSGFMT@
128
158
GMSGFMT_015 = @GMSGFMT_015@
129
159
GREP = @GREP@
144
174
LTLIBICONV = @LTLIBICONV@
145
175
LTLIBINTL = @LTLIBINTL@
146
176
LTLIBOBJS = @LTLIBOBJS@
 
177
MAINT = @MAINT@
147
178
MAKEINFO = @MAKEINFO@
148
179
MKDIR_P = @MKDIR_P@
149
180
MSGFMT = @MSGFMT@
150
181
MSGFMT_015 = @MSGFMT_015@
151
182
MSGMERGE = @MSGMERGE@
 
183
NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
 
184
NCURSESW_LIBS = @NCURSESW_LIBS@
 
185
NCURSES_CFLAGS = @NCURSES_CFLAGS@
 
186
NCURSES_LIBS = @NCURSES_LIBS@
152
187
OBJEXT = @OBJEXT@
153
188
PACKAGE = @PACKAGE@
154
189
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
194
PACKAGE_VERSION = @PACKAGE_VERSION@
160
195
PATH_SEPARATOR = @PATH_SEPARATOR@
161
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
162
199
POSUB = @POSUB@
163
200
SED = @SED@
164
201
SET_MAKE = @SET_MAKE@
173
210
VERSION = @VERSION@
174
211
XGETTEXT = @XGETTEXT@
175
212
XGETTEXT_015 = @XGETTEXT_015@
 
213
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
176
214
abs_builddir = @abs_builddir@
177
215
abs_srcdir = @abs_srcdir@
178
216
abs_top_builddir = @abs_top_builddir@
239
277
 
240
278
.SUFFIXES:
241
279
.SUFFIXES: .c .o .obj
242
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
280
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
243
281
        @for dep in $?; do \
244
282
          case '$(am__configure_deps)' in \
245
283
            *$$dep*) \
264
302
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
304
 
267
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
305
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
268
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
307
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
270
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
309
$(am__aclocal_m4_deps):
272
310
install-binPROGRAMS: $(bin_PROGRAMS)
273
311
        @$(NORMAL_INSTALL)
274
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
275
312
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
313
        if test -n "$$list"; then \
 
314
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
315
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
316
        fi; \
276
317
        for p in $$list; do echo "$$p $$p"; done | \
277
318
        sed 's/$(EXEEXT)$$//' | \
278
319
        while read p p1; do if test -f $$p; \
306
347
 
307
348
clean-binPROGRAMS:
308
349
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
309
 
alsaloop$(EXEEXT): $(alsaloop_OBJECTS) $(alsaloop_DEPENDENCIES) 
 
350
alsaloop$(EXEEXT): $(alsaloop_OBJECTS) $(alsaloop_DEPENDENCIES) $(EXTRA_alsaloop_DEPENDENCIES) 
310
351
        @rm -f alsaloop$(EXEEXT)
311
352
        $(LINK) $(alsaloop_OBJECTS) $(alsaloop_LDADD) $(LIBS)
312
353
 
335
376
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
336
377
install-man1: $(man_MANS)
337
378
        @$(NORMAL_INSTALL)
338
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
339
 
        @list=''; test -n "$(man1dir)" || exit 0; \
340
 
        { for i in $$list; do echo "$$i"; done; \
341
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
342
 
          sed -n '/\.1[a-z]*$$/p'; \
 
379
        @list1=''; \
 
380
        list2='$(man_MANS)'; \
 
381
        test -n "$(man1dir)" \
 
382
          && test -n "`echo $$list1$$list2`" \
 
383
          || exit 0; \
 
384
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
385
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
386
        { for i in $$list1; do echo "$$i"; done;  \
 
387
        if test -n "$$list2"; then \
 
388
          for i in $$list2; do echo "$$i"; done \
 
389
            | sed -n '/\.1[a-z]*$$/p'; \
 
390
        fi; \
343
391
        } | while read p; do \
344
392
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
345
393
          echo "$$d$$p"; echo "$$p"; \
368
416
          sed -n '/\.1[a-z]*$$/p'; \
369
417
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
370
418
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
371
 
        test -z "$$files" || { \
372
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
373
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
419
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
374
420
 
375
421
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376
422
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421
467
          && $(am__cd) $(top_srcdir) \
422
468
          && gtags -i $(GTAGS_ARGS) "$$here"
423
469
 
 
470
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
471
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
472
        case "$(srcdir)" in \
 
473
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
474
          *) sdir=$(subdir)/$(srcdir) ;; \
 
475
        esac; \
 
476
        for i in $$list; do \
 
477
          if test -f "$$i"; then \
 
478
            echo "$(subdir)/$$i"; \
 
479
          else \
 
480
            echo "$$sdir/$$i"; \
 
481
          fi; \
 
482
        done >> $(top_builddir)/cscope.files
 
483
 
424
484
distclean-tags:
425
485
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
486
 
431
491
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
432
492
          if test -n "$$list" && \
433
493
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
434
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
494
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
435
495
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
436
496
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
437
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
497
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
438
498
            exit 1; \
439
499
          else :; fi; \
440
500
        else :; fi
484
544
 
485
545
installcheck: installcheck-am
486
546
install-strip:
487
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489
 
          `test -z '$(STRIP)' || \
490
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
547
        if test -z '$(STRIP)'; then \
 
548
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
549
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
550
              install; \
 
551
        else \
 
552
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
553
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
554
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
555
        fi
491
556
mostlyclean-generic:
492
557
 
493
558
clean-generic:
573
638
.MAKE: install-am install-strip
574
639
 
575
640
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
576
 
        clean-generic ctags distclean distclean-compile \
 
641
        clean-generic cscopelist ctags distclean distclean-compile \
577
642
        distclean-generic distclean-tags distdir dvi dvi-am html \
578
643
        html-am info info-am install install-am install-binPROGRAMS \
579
644
        install-data install-data-am install-dvi install-dvi-am \