~cldunlap1/ubuntu/oneiric/alsa-utils/fix-for-816388

« back to all changes in this revision

Viewing changes to .pc/add_omap4_support.patch/alsactl/init/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich, Luke Yelavich, Oliver Grawert, Daniel T Chen
  • Date: 2010-10-19 16:22:41 UTC
  • mfrom: (2.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101019162241-uatjj1nz1i3q1je0
Tags: 1.0.23-3ubuntu1
[ Luke Yelavich ]
* Merge from debian unstable.  Remaining changes:
  - debian/init:
    + wait until /usr/bin and /var/lib/alsa exist
    + only display an error when dealing with alsactl if there is no card
      specified
    + 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
    + update lsb header to indicate no running of the script unless the
      udev rule is run
    + 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
    + Don't muck with sound card state if alsactl restore fails
    + Don't wait for 1 second after alsactl store
    + Stop muting on reboot/shutdown
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
  - debian/rules:
    + ship udev rules file in /lib/udev/rules.d
    + Do not install start symlinks for the alsa-utils init script, it gets
      run from a udev rule
  - debian/udev.script: do not use hotplug functions
  - 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
  - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
    misspelling in speaker-test(1)
  - Remove alsaconf from build system and remove po files
  - Create an upstart job specifically saving mixer levels to resolve race
  - Version build-dep to upstart-aware debhelper.
  - Move the initscript into /sbin. We now have an upstart job just for
    handling alsactl store
  - Include several changes from upstream git master:
    + upstream git changesets:
    + dcb90a77 - Use "Found hardware:" instead "Unknown hardware:"
    + 7f6a55e2 - use "generic method" instead "guess method"
    + 52bd2f8a - Handle "Capture Source" and "Mic Boost"
    + ef919a47 - Initialize also "Master Front Playback Volume" & "Switch"

[ Oliver Grawert ]
* debian/patches/add_omap4_support.patch: [adds support for the OMAP4
  Pandaboard as well as for the OMAP4 Blaze SDP4430 SoC]
* debian/init add a separate call to alsactl init in case an SDP4430 or
  OMAP4 Pandaboard is detected. This ASoC driver requires explicit
  initialization currently (LP: #637947)

[ Daniel T Chen ]
* debian/init: Fix naming of script (LP: #654902)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
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.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = alsactl/init
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
41
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
42
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
43
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
44
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
 
45
        $(top_srcdir)/configure.in
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = $(top_builddir)/include/aconfig.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
75
am__installdirs = "$(DESTDIR)$(alsainitdir)"
 
76
DATA = $(alsainit_DATA)
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
ACLOCAL = @ACLOCAL@
 
79
ALSA_CFLAGS = @ALSA_CFLAGS@
 
80
ALSA_LIBS = @ALSA_LIBS@
 
81
AMTAR = @AMTAR@
 
82
AUTOCONF = @AUTOCONF@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
CC = @CC@
 
87
CCDEPMODE = @CCDEPMODE@
 
88
CFLAGS = @CFLAGS@
 
89
CPP = @CPP@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CURSESINC = @CURSESINC@
 
92
CURSESLIB = @CURSESLIB@
 
93
CURSES_CFLAGS = @CURSES_CFLAGS@
 
94
CYGPATH_W = @CYGPATH_W@
 
95
DEFS = @DEFS@
 
96
DEPDIR = @DEPDIR@
 
97
ECHO_C = @ECHO_C@
 
98
ECHO_N = @ECHO_N@
 
99
ECHO_T = @ECHO_T@
 
100
EGREP = @EGREP@
 
101
EXEEXT = @EXEEXT@
 
102
GMSGFMT = @GMSGFMT@
 
103
GMSGFMT_015 = @GMSGFMT_015@
 
104
GREP = @GREP@
 
105
INSTALL = @INSTALL@
 
106
INSTALL_DATA = @INSTALL_DATA@
 
107
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
108
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
109
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
110
INTLLIBS = @INTLLIBS@
 
111
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
112
LDFLAGS = @LDFLAGS@
 
113
LIBICONV = @LIBICONV@
 
114
LIBINTL = @LIBINTL@
 
115
LIBOBJS = @LIBOBJS@
 
116
LIBRT = @LIBRT@
 
117
LIBS = @LIBS@
 
118
LN_S = @LN_S@
 
119
LTLIBICONV = @LTLIBICONV@
 
120
LTLIBINTL = @LTLIBINTL@
 
121
LTLIBOBJS = @LTLIBOBJS@
 
122
MAKEINFO = @MAKEINFO@
 
123
MKDIR_P = @MKDIR_P@
 
124
MSGFMT = @MSGFMT@
 
125
MSGFMT_015 = @MSGFMT_015@
 
126
MSGMERGE = @MSGMERGE@
 
127
OBJEXT = @OBJEXT@
 
128
PACKAGE = @PACKAGE@
 
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
130
PACKAGE_NAME = @PACKAGE_NAME@
 
131
PACKAGE_STRING = @PACKAGE_STRING@
 
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
133
PACKAGE_URL = @PACKAGE_URL@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PATH_SEPARATOR = @PATH_SEPARATOR@
 
136
POSUB = @POSUB@
 
137
SET_MAKE = @SET_MAKE@
 
138
SHELL = @SHELL@
 
139
SND_UTIL_MAJOR = @SND_UTIL_MAJOR@
 
140
SND_UTIL_MINOR = @SND_UTIL_MINOR@
 
141
SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@
 
142
SND_UTIL_VERSION = @SND_UTIL_VERSION@
 
143
STRIP = @STRIP@
 
144
TESTSOUND = @TESTSOUND@
 
145
USE_NLS = @USE_NLS@
 
146
VERSION = @VERSION@
 
147
XGETTEXT = @XGETTEXT@
 
148
XGETTEXT_015 = @XGETTEXT_015@
 
149
abs_builddir = @abs_builddir@
 
150
abs_srcdir = @abs_srcdir@
 
151
abs_top_builddir = @abs_top_builddir@
 
152
abs_top_srcdir = @abs_top_srcdir@
 
153
ac_ct_CC = @ac_ct_CC@
 
154
am__include = @am__include@
 
155
am__leading_dot = @am__leading_dot@
 
156
am__quote = @am__quote@
 
157
am__tar = @am__tar@
 
158
am__untar = @am__untar@
 
159
bindir = @bindir@
 
160
build = @build@
 
161
build_alias = @build_alias@
 
162
build_cpu = @build_cpu@
 
163
build_os = @build_os@
 
164
build_vendor = @build_vendor@
 
165
builddir = @builddir@
 
166
datadir = @datadir@
 
167
datarootdir = @datarootdir@
 
168
docdir = @docdir@
 
169
dvidir = @dvidir@
 
170
exec_prefix = @exec_prefix@
 
171
host = @host@
 
172
host_alias = @host_alias@
 
173
host_cpu = @host_cpu@
 
174
host_os = @host_os@
 
175
host_vendor = @host_vendor@
 
176
htmldir = @htmldir@
 
177
includedir = @includedir@
 
178
infodir = @infodir@
 
179
install_sh = @install_sh@
 
180
libdir = @libdir@
 
181
libexecdir = @libexecdir@
 
182
localedir = @localedir@
 
183
localstatedir = @localstatedir@
 
184
mandir = @mandir@
 
185
mkdir_p = @mkdir_p@
 
186
ncurses5_config = @ncurses5_config@
 
187
ncursesw5_config = @ncursesw5_config@
 
188
oldincludedir = @oldincludedir@
 
189
pdfdir = @pdfdir@
 
190
prefix = @prefix@
 
191
program_transform_name = @program_transform_name@
 
192
psdir = @psdir@
 
193
sbindir = @sbindir@
 
194
sharedstatedir = @sharedstatedir@
 
195
srcdir = @srcdir@
 
196
sysconfdir = @sysconfdir@
 
197
target_alias = @target_alias@
 
198
top_build_prefix = @top_build_prefix@
 
199
top_builddir = @top_builddir@
 
200
top_srcdir = @top_srcdir@
 
201
xmlto = @xmlto@
 
202
init_files = \
 
203
        00main default help info test \
 
204
        hda
 
205
 
 
206
EXTRA_DIST = $(init_files)
 
207
alsainitdir = $(datadir)/alsa/init
 
208
alsainit_DATA = $(init_files)
 
209
all: all-am
 
210
 
 
211
.SUFFIXES:
 
212
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
213
        @for dep in $?; do \
 
214
          case '$(am__configure_deps)' in \
 
215
            *$$dep*) \
 
216
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
217
                && { if test -f $@; then exit 0; else break; fi; }; \
 
218
              exit 1;; \
 
219
          esac; \
 
220
        done; \
 
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu alsactl/init/Makefile'; \
 
222
        $(am__cd) $(top_srcdir) && \
 
223
          $(AUTOMAKE) --gnu alsactl/init/Makefile
 
224
.PRECIOUS: Makefile
 
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
226
        @case '$?' in \
 
227
          *config.status*) \
 
228
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
229
          *) \
 
230
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
231
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
232
        esac;
 
233
 
 
234
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
236
 
 
237
$(top_srcdir)/configure:  $(am__configure_deps)
 
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
241
$(am__aclocal_m4_deps):
 
242
install-alsainitDATA: $(alsainit_DATA)
 
243
        @$(NORMAL_INSTALL)
 
244
        test -z "$(alsainitdir)" || $(MKDIR_P) "$(DESTDIR)$(alsainitdir)"
 
245
        @list='$(alsainit_DATA)'; test -n "$(alsainitdir)" || list=; \
 
246
        for p in $$list; do \
 
247
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
248
          echo "$$d$$p"; \
 
249
        done | $(am__base_list) | \
 
250
        while read files; do \
 
251
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(alsainitdir)'"; \
 
252
          $(INSTALL_DATA) $$files "$(DESTDIR)$(alsainitdir)" || exit $$?; \
 
253
        done
 
254
 
 
255
uninstall-alsainitDATA:
 
256
        @$(NORMAL_UNINSTALL)
 
257
        @list='$(alsainit_DATA)'; test -n "$(alsainitdir)" || list=; \
 
258
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
259
        test -n "$$files" || exit 0; \
 
260
        echo " ( cd '$(DESTDIR)$(alsainitdir)' && rm -f" $$files ")"; \
 
261
        cd "$(DESTDIR)$(alsainitdir)" && rm -f $$files
 
262
tags: TAGS
 
263
TAGS:
 
264
 
 
265
ctags: CTAGS
 
266
CTAGS:
 
267
 
 
268
 
 
269
distdir: $(DISTFILES)
 
270
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
271
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
272
        list='$(DISTFILES)'; \
 
273
          dist_files=`for file in $$list; do echo $$file; done | \
 
274
          sed -e "s|^$$srcdirstrip/||;t" \
 
275
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
276
        case $$dist_files in \
 
277
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
278
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
279
                           sort -u` ;; \
 
280
        esac; \
 
281
        for file in $$dist_files; do \
 
282
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
283
          if test -d $$d/$$file; then \
 
284
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
285
            if test -d "$(distdir)/$$file"; then \
 
286
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
287
            fi; \
 
288
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
289
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
290
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
291
            fi; \
 
292
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
293
          else \
 
294
            test -f "$(distdir)/$$file" \
 
295
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
296
            || exit 1; \
 
297
          fi; \
 
298
        done
 
299
check-am: all-am
 
300
check: check-am
 
301
all-am: Makefile $(DATA)
 
302
installdirs:
 
303
        for dir in "$(DESTDIR)$(alsainitdir)"; do \
 
304
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
305
        done
 
306
install: install-am
 
307
install-exec: install-exec-am
 
308
install-data: install-data-am
 
309
uninstall: uninstall-am
 
310
 
 
311
install-am: all-am
 
312
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
313
 
 
314
installcheck: installcheck-am
 
315
install-strip:
 
316
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
317
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
318
          `test -z '$(STRIP)' || \
 
319
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
320
mostlyclean-generic:
 
321
 
 
322
clean-generic:
 
323
 
 
324
distclean-generic:
 
325
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
326
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
327
 
 
328
maintainer-clean-generic:
 
329
        @echo "This command is intended for maintainers to use"
 
330
        @echo "it deletes files that may require special tools to rebuild."
 
331
clean: clean-am
 
332
 
 
333
clean-am: clean-generic mostlyclean-am
 
334
 
 
335
distclean: distclean-am
 
336
        -rm -f Makefile
 
337
distclean-am: clean-am distclean-generic
 
338
 
 
339
dvi: dvi-am
 
340
 
 
341
dvi-am:
 
342
 
 
343
html: html-am
 
344
 
 
345
html-am:
 
346
 
 
347
info: info-am
 
348
 
 
349
info-am:
 
350
 
 
351
install-data-am: install-alsainitDATA
 
352
 
 
353
install-dvi: install-dvi-am
 
354
 
 
355
install-dvi-am:
 
356
 
 
357
install-exec-am:
 
358
 
 
359
install-html: install-html-am
 
360
 
 
361
install-html-am:
 
362
 
 
363
install-info: install-info-am
 
364
 
 
365
install-info-am:
 
366
 
 
367
install-man:
 
368
 
 
369
install-pdf: install-pdf-am
 
370
 
 
371
install-pdf-am:
 
372
 
 
373
install-ps: install-ps-am
 
374
 
 
375
install-ps-am:
 
376
 
 
377
installcheck-am:
 
378
 
 
379
maintainer-clean: maintainer-clean-am
 
380
        -rm -f Makefile
 
381
maintainer-clean-am: distclean-am maintainer-clean-generic
 
382
 
 
383
mostlyclean: mostlyclean-am
 
384
 
 
385
mostlyclean-am: mostlyclean-generic
 
386
 
 
387
pdf: pdf-am
 
388
 
 
389
pdf-am:
 
390
 
 
391
ps: ps-am
 
392
 
 
393
ps-am:
 
394
 
 
395
uninstall-am: uninstall-alsainitDATA
 
396
 
 
397
.MAKE: install-am install-strip
 
398
 
 
399
.PHONY: all all-am check check-am clean clean-generic distclean \
 
400
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
401
        install install-alsainitDATA install-am install-data \
 
402
        install-data-am install-dvi install-dvi-am install-exec \
 
403
        install-exec-am install-html install-html-am install-info \
 
404
        install-info-am install-man install-pdf install-pdf-am \
 
405
        install-ps install-ps-am install-strip installcheck \
 
406
        installcheck-am installdirs maintainer-clean \
 
407
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
408
        pdf-am ps ps-am uninstall uninstall-alsainitDATA uninstall-am
 
409
 
 
410
 
 
411
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
412
# Otherwise a system limit (for SysV at least) may be exceeded.
 
413
.NOEXPORT: