~ubuntu-branches/ubuntu/raring/pm-utils/raring-proposed

« back to all changes in this revision

Viewing changes to pm/module.d/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-11-25 15:36:42 UTC
  • mfrom: (1.1.7 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091125153642-2ks4aeo101eyo6uq
Tags: 1.2.6.1-2
* Add 01-modprobe-blacklist.patch: Respect module blacklists when calling
  modprobe on resume. (fd.o #25254)
* Add 02-logging-append.patch: Do not clear the log file on each operation,
  but instead append to it. This makes debugging of several suspends much
  easier. Thanks to James Westby for the patch! (fd.o #25255, LP #410352)
* Add debian/pm-utils.logrotate: Rotate above log file.
* Prevent hibernation after a kernel update:
  - Add debian/kernel-postinst-hibernate-stamp: /etc/kernel/postinst.d/ hook
    to create /var/run/do-not-hibernate stamp.
  - Add debian/no-hibernate-on-kernel-update: sleep.d hook to make
    hibernation fail early if above stamp exists.
  - debian/rules: Install above scripts.
  - Closes: #457515, LP: #350491
* debian/rules: When building on Ubuntu, revert the effect of
  10-debian-defaults.patch; uswsusp is not supported in Ubuntu. Add
  lsb-release build dependency for this.
* debian/control: Add myself to Uploaders: with Michael's consent.
* Add 03-on_ac_power-devkit-power.patch: Try to contact DeviceKit-Power in
  on_ac_power, and if it succeeds, use that. Otherwise fall back to hal.

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(install_sh) -d
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
52
am__install_max = 40
 
53
am__nobase_strip_setup = \
 
54
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
55
am__nobase_strip = \
 
56
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
57
am__nobase_list = $(am__nobase_strip_setup); \
 
58
  for p in $$list; do echo "$$p $$p"; done | \
 
59
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
60
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
61
    if (++n[$$2] == $(am__install_max)) \
 
62
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
63
    END { for (dir in files) print dir, files[dir] }'
 
64
am__base_list = \
 
65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
43
67
am__installdirs = "$(DESTDIR)$(moduledir)"
44
 
dist_moduleSCRIPT_INSTALL = $(INSTALL_SCRIPT)
45
68
SCRIPTS = $(dist_module_SCRIPTS)
46
69
SOURCES =
47
70
DIST_SOURCES =
83
106
PACKAGE_NAME = @PACKAGE_NAME@
84
107
PACKAGE_STRING = @PACKAGE_STRING@
85
108
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
109
PACKAGE_URL = @PACKAGE_URL@
86
110
PACKAGE_VERSION = @PACKAGE_VERSION@
87
111
PATH_SEPARATOR = @PATH_SEPARATOR@
88
112
SBINDIR = @SBINDIR@
152
176
              exit 1;; \
153
177
          esac; \
154
178
        done; \
155
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  pm/module.d/Makefile'; \
156
 
        cd $(top_srcdir) && \
157
 
          $(AUTOMAKE) --gnu  pm/module.d/Makefile
 
179
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pm/module.d/Makefile'; \
 
180
        $(am__cd) $(top_srcdir) && \
 
181
          $(AUTOMAKE) --gnu pm/module.d/Makefile
158
182
.PRECIOUS: Makefile
159
183
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
160
184
        @case '$?' in \
172
196
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
173
197
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
174
198
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
199
$(am__aclocal_m4_deps):
175
200
install-dist_moduleSCRIPTS: $(dist_module_SCRIPTS)
176
201
        @$(NORMAL_INSTALL)
177
202
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
178
 
        @list='$(dist_module_SCRIPTS)'; for p in $$list; do \
 
203
        @list='$(dist_module_SCRIPTS)'; test -n "$(moduledir)" || list=; \
 
204
        for p in $$list; do \
179
205
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
180
 
          if test -f $$d$$p; then \
181
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
182
 
            echo " $(dist_moduleSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
183
 
            $(dist_moduleSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
184
 
          else :; fi; \
185
 
        done
 
206
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
207
        done | \
 
208
        sed -e 'p;s,.*/,,;n' \
 
209
            -e 'h;s|.*|.|' \
 
210
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
211
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
212
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
213
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
214
              if (++n[d] == $(am__install_max)) { \
 
215
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
216
            else { print "f", d "/" $$4, $$1 } } \
 
217
          END { for (d in files) print "f", d, files[d] }' | \
 
218
        while read type dir files; do \
 
219
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
220
             test -z "$$files" || { \
 
221
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(moduledir)$$dir'"; \
 
222
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(moduledir)$$dir" || exit $$?; \
 
223
             } \
 
224
        ; done
186
225
 
187
226
uninstall-dist_moduleSCRIPTS:
188
227
        @$(NORMAL_UNINSTALL)
189
 
        @list='$(dist_module_SCRIPTS)'; for p in $$list; do \
190
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
191
 
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
192
 
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
193
 
        done
 
228
        @list='$(dist_module_SCRIPTS)'; test -n "$(moduledir)" || exit 0; \
 
229
        files=`for p in $$list; do echo "$$p"; done | \
 
230
               sed -e 's,.*/,,;$(transform)'`; \
 
231
        test -n "$$list" || exit 0; \
 
232
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
 
233
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
194
234
tags: TAGS
195
235
TAGS:
196
236
 
214
254
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
215
255
          if test -d $$d/$$file; then \
216
256
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
257
            if test -d "$(distdir)/$$file"; then \
 
258
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
259
            fi; \
217
260
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
218
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
261
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
262
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
219
263
            fi; \
220
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
264
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
221
265
          else \
222
 
            test -f $(distdir)/$$file \
223
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
266
            test -f "$(distdir)/$$file" \
 
267
            || cp -p $$d/$$file "$(distdir)/$$file" \
224
268
            || exit 1; \
225
269
          fi; \
226
270
        done
251
295
 
252
296
distclean-generic:
253
297
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
298
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
254
299
 
255
300
maintainer-clean-generic:
256
301
        @echo "This command is intended for maintainers to use"
269
314
 
270
315
html: html-am
271
316
 
 
317
html-am:
 
318
 
272
319
info: info-am
273
320
 
274
321
info-am:
277
324
 
278
325
install-dvi: install-dvi-am
279
326
 
 
327
install-dvi-am:
 
328
 
280
329
install-exec-am:
281
330
 
282
331
install-html: install-html-am
283
332
 
 
333
install-html-am:
 
334
 
284
335
install-info: install-info-am
285
336
 
 
337
install-info-am:
 
338
 
286
339
install-man:
287
340
 
288
341
install-pdf: install-pdf-am
289
342
 
 
343
install-pdf-am:
 
344
 
290
345
install-ps: install-ps-am
291
346
 
 
347
install-ps-am:
 
348
 
292
349
installcheck-am:
293
350
 
294
351
maintainer-clean: maintainer-clean-am
326
383
 
327
384
clean-local :
328
385
        rm -f *~
 
386
 
329
387
# Tell versions [3.59,3.63) of GNU make to not export all variables.
330
388
# Otherwise a system limit (for SysV at least) may be exceeded.
331
389
.NOEXPORT: