~ubuntu-branches/ubuntu/intrepid/alsa-utils/intrepid-proposed

« back to all changes in this revision

Viewing changes to utils/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-07-05 17:28:22 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060705172822-i8qc1x6zyu8upokb
Tags: 1.0.11-4ubuntu1
* Merge from debian unstable:
  - debian/asoundconf: Drop Ubuntu delta (whitespace-only).
  - debian/control: Retain delta (see 1.0.10-1ubuntu5 for rationale).
  - debian/dirs:
    + Retain delta (keep sbin but drop lib/udev; see below for
      debian/udev.script).
    + Remove usr/share/lintian/overrides (see 1.0.11-1 for
      rationale).
  - debian/init:
    + Retain /sbin/alsactl delta.
    + Drop shell quoting delta [both $() and `` being valid POSIX].
    + Retain delta for earlier exit with $TARGET_CARD.
  - debian/modprobe-post-install-part: Drop (see 1.0.10-1ubuntu5 for
    rationale).
  - debian/{postinst,rules}:
    + Retain deltas (/etc/udev/rules.d/85-alsa.rules).
    + Don't install lintian override.
  - debian/udev.script: Drop (instead hack debian/{init,udev.rules}).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
 
17
16
srcdir = @srcdir@
18
17
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
21
20
pkglibdir = $(libdir)/@PACKAGE@
22
21
pkgincludedir = $(includedir)/@PACKAGE@
23
22
top_builddir = ..
24
 
 
25
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
24
INSTALL = @INSTALL@
27
25
install_sh_DATA = $(install_sh) -c -m 644
35
33
NORMAL_UNINSTALL = :
36
34
PRE_UNINSTALL = :
37
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
38
37
host_triplet = @host@
 
38
subdir = utils
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
40
        $(srcdir)/alsa-utils.spec.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
43
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
44
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
45
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
46
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
 
47
        $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
CONFIG_HEADER = $(top_builddir)/include/aconfig.h
 
52
CONFIG_CLEAN_FILES = alsa-utils.spec
 
53
SOURCES =
 
54
DIST_SOURCES =
 
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
56
ACLOCAL = @ACLOCAL@
40
57
ALSAMIXER_FALSE = @ALSAMIXER_FALSE@
41
58
ALSAMIXER_TRUE = @ALSAMIXER_TRUE@
109
126
am__include = @am__include@
110
127
am__leading_dot = @am__leading_dot@
111
128
am__quote = @am__quote@
 
129
am__tar = @am__tar@
 
130
am__untar = @am__untar@
112
131
bindir = @bindir@
113
132
build = @build@
114
133
build_alias = @build_alias@
129
148
libexecdir = @libexecdir@
130
149
localstatedir = @localstatedir@
131
150
mandir = @mandir@
 
151
mkdir_p = @mkdir_p@
132
152
oldincludedir = @oldincludedir@
133
153
prefix = @prefix@
134
154
program_transform_name = @program_transform_name@
137
157
sysconfdir = @sysconfdir@
138
158
target_alias = @target_alias@
139
159
EXTRA_DIST = buildrpm
140
 
subdir = utils
141
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
142
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
143
 
CONFIG_HEADER = $(top_builddir)/include/aconfig.h
144
 
CONFIG_CLEAN_FILES = alsa-utils.spec
145
 
DIST_SOURCES =
146
 
DIST_COMMON = Makefile.am Makefile.in alsa-utils.spec.in
147
160
all: all-am
148
161
 
149
162
.SUFFIXES:
150
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
163
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
164
        @for dep in $?; do \
 
165
          case '$(am__configure_deps)' in \
 
166
            *$$dep*) \
 
167
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
168
                && exit 0; \
 
169
              exit 1;; \
 
170
          esac; \
 
171
        done; \
 
172
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  utils/Makefile'; \
151
173
        cd $(top_srcdir) && \
152
174
          $(AUTOMAKE) --foreign  utils/Makefile
153
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
154
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
155
 
alsa-utils.spec: $(top_builddir)/config.status alsa-utils.spec.in
 
175
.PRECIOUS: Makefile
 
176
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
177
        @case '$?' in \
 
178
          *config.status*) \
 
179
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
180
          *) \
 
181
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
182
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
183
        esac;
 
184
 
 
185
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
186
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
187
 
 
188
$(top_srcdir)/configure:  $(am__configure_deps)
 
189
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
190
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
191
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
192
alsa-utils.spec: $(top_builddir)/config.status $(srcdir)/alsa-utils.spec.in
156
193
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
157
194
uninstall-info-am:
158
195
tags: TAGS
161
198
ctags: CTAGS
162
199
CTAGS:
163
200
 
164
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165
 
 
166
 
top_distdir = ..
167
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
168
201
 
169
202
distdir: $(DISTFILES)
170
203
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
178
211
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
179
212
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
180
213
            dir="/$$dir"; \
181
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
214
            $(mkdir_p) "$(distdir)$$dir"; \
182
215
          else \
183
216
            dir=''; \
184
217
          fi; \
196
229
check-am: all-am
197
230
check: check-am
198
231
all-am: Makefile
199
 
 
200
232
installdirs:
201
233
install: install-am
202
234
install-exec: install-exec-am
209
241
installcheck: installcheck-am
210
242
install-strip:
211
243
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
212
 
          INSTALL_STRIP_FLAG=-s \
 
244
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
213
245
          `test -z '$(STRIP)' || \
214
246
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
215
247
mostlyclean-generic:
217
249
clean-generic:
218
250
 
219
251
distclean-generic:
220
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
252
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
221
253
 
222
254
maintainer-clean-generic:
223
255
        @echo "This command is intended for maintainers to use"
227
259
clean-am: clean-generic mostlyclean-am
228
260
 
229
261
distclean: distclean-am
230
 
 
 
262
        -rm -f Makefile
231
263
distclean-am: clean-am distclean-generic
232
264
 
233
265
dvi: dvi-am
234
266
 
235
267
dvi-am:
236
268
 
 
269
html: html-am
 
270
 
237
271
info: info-am
238
272
 
239
273
info-am:
249
283
installcheck-am:
250
284
 
251
285
maintainer-clean: maintainer-clean-am
252
 
 
 
286
        -rm -f Makefile
253
287
maintainer-clean-am: distclean-am maintainer-clean-generic
254
288
 
255
289
mostlyclean: mostlyclean-am
267
301
uninstall-am: uninstall-info-am
268
302
 
269
303
.PHONY: all all-am check check-am clean clean-generic distclean \
270
 
        distclean-generic distdir dvi dvi-am info info-am install \
271
 
        install-am install-data install-data-am install-exec \
 
304
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
305
        install install-am install-data install-data-am install-exec \
272
306
        install-exec-am install-info install-info-am install-man \
273
307
        install-strip installcheck installcheck-am installdirs \
274
308
        maintainer-clean maintainer-clean-generic mostlyclean \