~ubuntu-branches/ubuntu/wily/hal-info/wily

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-12-01 19:33:17 UTC
  • mfrom: (1.3.9 upstream) (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091201193317-fd1m9b7rlky1m4as
Tags: 20091130-1
* New upstream release.
  - Recognize Creative MuVo 100 as USB music player. (Closes: #544235)
* Switch patch management system to quilt.
* Bump Standards-Version to 3.8.3. No further changes.
* debian/patches/15-suspend-quirks-asus-A2D.patch
  - Apply correct suspend quirks for ASUS A2D laptops. (Closes: #525552)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
39
41
mkinstalldirs = $(install_sh) -d
40
42
CONFIG_HEADER = $(top_builddir)/config.h
41
43
CONFIG_CLEAN_FILES =
 
44
CONFIG_CLEAN_VPATH_FILES =
42
45
SOURCES =
43
46
DIST_SOURCES =
44
47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
80
PACKAGE_NAME = @PACKAGE_NAME@
78
81
PACKAGE_STRING = @PACKAGE_STRING@
79
82
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
83
PACKAGE_URL = @PACKAGE_URL@
80
84
PACKAGE_VERSION = @PACKAGE_VERSION@
81
85
PATH_SEPARATOR = @PATH_SEPARATOR@
82
86
PKG_CONFIG = @PKG_CONFIG@
142
146
              exit 1;; \
143
147
          esac; \
144
148
        done; \
145
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
146
 
        cd $(top_srcdir) && \
147
 
          $(AUTOMAKE) --gnu  tools/Makefile
 
149
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
 
150
        $(am__cd) $(top_srcdir) && \
 
151
          $(AUTOMAKE) --gnu tools/Makefile
148
152
.PRECIOUS: Makefile
149
153
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
150
154
        @case '$?' in \
162
166
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
163
167
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
164
168
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
169
$(am__aclocal_m4_deps):
165
170
tags: TAGS
166
171
TAGS:
167
172
 
185
190
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
186
191
          if test -d $$d/$$file; then \
187
192
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
193
            if test -d "$(distdir)/$$file"; then \
 
194
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
195
            fi; \
188
196
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
189
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
197
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
198
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
190
199
            fi; \
191
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
200
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
192
201
          else \
193
 
            test -f $(distdir)/$$file \
194
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
202
            test -f "$(distdir)/$$file" \
 
203
            || cp -p $$d/$$file "$(distdir)/$$file" \
195
204
            || exit 1; \
196
205
          fi; \
197
206
        done
219
228
 
220
229
distclean-generic:
221
230
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
231
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
222
232
 
223
233
maintainer-clean-generic:
224
234
        @echo "This command is intended for maintainers to use"
237
247
 
238
248
html: html-am
239
249
 
 
250
html-am:
 
251
 
240
252
info: info-am
241
253
 
242
254
info-am:
245
257
 
246
258
install-dvi: install-dvi-am
247
259
 
 
260
install-dvi-am:
 
261
 
248
262
install-exec-am:
249
263
 
250
264
install-html: install-html-am
251
265
 
 
266
install-html-am:
 
267
 
252
268
install-info: install-info-am
253
269
 
 
270
install-info-am:
 
271
 
254
272
install-man:
255
273
 
256
274
install-pdf: install-pdf-am
257
275
 
 
276
install-pdf-am:
 
277
 
258
278
install-ps: install-ps-am
259
279
 
 
280
install-ps-am:
 
281
 
260
282
installcheck-am:
261
283
 
262
284
maintainer-clean: maintainer-clean-am
295
317
 
296
318
clean-local :
297
319
        rm -f *~
 
320
 
298
321
# Tell versions [3.59,3.63) of GNU make to not export all variables.
299
322
# Otherwise a system limit (for SysV at least) may be exceeded.
300
323
.NOEXPORT: