~ubuntu-branches/debian/stretch/uswsusp/stretch

« back to all changes in this revision

Viewing changes to scripts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodolfo García Peñas (kix), Rodolfo García Peñas (kix), Closes: #552484, #576803, #528483, Closes: #495111, #595125, #486352, #433872, #590233, Closes: #550725, #549118, Closes: #437094, #586674, #547158, #567604, Closes: #520705, Anibal Monsalve Salazar
  • Date: 2011-03-14 08:26:16 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110314082616-7mjcl6tfzsv22arm
Tags: 1.0-1
[ Rodolfo García Peñas (kix) ]
* New 1.0 version [Closes: #589743, #578496, #617534]
* A lot of new machines. 
  [Closes: #552484, #576803, #528483] 
  [Closes: #495111, #595125, #486352, #433872, #590233] 
* A new length for addressing 
  [Closes: #550725, #549118]
  (http://lkml.org/lkml/2009/11/3/377)
* Support for Kernel Mode Set (KMS) 
  [Closes: #437094, #586674, #547158, #567604]
* Switch to dpkg-source 3.0 (quilt) format
* Compiled without splash support. 
  libsplash is not included in stable, many bugs.
* Moved the manpage file "suspend.conf.8" to manual section 5.
  [Closes: #520705]

[ Anibal Monsalve Salazar ]
* Update uploaders list

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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  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.
24
25
 
25
26
VPATH = @srcdir@
26
27
pkgdatadir = $(datadir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
27
29
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
31
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
32
install_sh_DATA = $(install_sh) -c -m 644
31
33
install_sh_PROGRAM = $(install_sh) -c
50
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = $(top_builddir)/config.h
52
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
SCRIPTS = $(dist_noinst_SCRIPTS)
54
57
SOURCES =
55
58
DIST_SOURCES =
62
65
        ps-recursive uninstall-recursive
63
66
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
67
  distclean-recursive maintainer-clean-recursive
 
68
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
69
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
70
        distdir
65
71
ETAGS = etags
66
72
CTAGS = ctags
67
73
DIST_SUBDIRS = $(SUBDIRS)
68
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
75
am__relativize = \
 
76
  dir0=`pwd`; \
 
77
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
78
  sed_rest='s,^[^/]*/*,,'; \
 
79
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
80
  sed_butlast='s,/*[^/]*$$,,'; \
 
81
  while test -n "$$dir1"; do \
 
82
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
83
    if test "$$first" != "."; then \
 
84
      if test "$$first" = ".."; then \
 
85
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
86
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
87
      else \
 
88
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
89
        if test "$$first2" = "$$first"; then \
 
90
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
91
        else \
 
92
          dir2="../$$dir2"; \
 
93
        fi; \
 
94
        dir0="$$dir0"/"$$first"; \
 
95
      fi; \
 
96
    fi; \
 
97
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
98
  done; \
 
99
  reldir="$$dir2"
69
100
ACLOCAL = @ACLOCAL@
70
101
AMTAR = @AMTAR@
71
102
AR = @AR@
78
109
CFLAGS = @CFLAGS@
79
110
CPP = @CPP@
80
111
CPPFLAGS = @CPPFLAGS@
81
 
CXX = @CXX@
82
 
CXXCPP = @CXXCPP@
83
 
CXXDEPMODE = @CXXDEPMODE@
84
 
CXXFLAGS = @CXXFLAGS@
85
112
CYGPATH_W = @CYGPATH_W@
86
113
DEFS = @DEFS@
87
114
DEPDIR = @DEPDIR@
88
 
ECHO = @ECHO@
 
115
DSYMUTIL = @DSYMUTIL@
 
116
DUMPBIN = @DUMPBIN@
89
117
ECHO_C = @ECHO_C@
90
118
ECHO_N = @ECHO_N@
91
119
ECHO_T = @ECHO_T@
92
120
EGREP = @EGREP@
93
121
EXEEXT = @EXEEXT@
94
 
F77 = @F77@
95
122
FBSPLASH_CFLAGS = @FBSPLASH_CFLAGS@
96
123
FBSPLASH_LIBS = @FBSPLASH_LIBS@
97
 
FFLAGS = @FFLAGS@
 
124
FGREP = @FGREP@
98
125
GREP = @GREP@
99
126
INSTALL = @INSTALL@
100
127
INSTALL_DATA = @INSTALL_DATA@
101
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
103
130
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
131
LD = @LD@
104
132
LDFLAGS = @LDFLAGS@
105
133
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
106
134
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
111
139
LIBTOOL = @LIBTOOL@
112
140
LIBX86_CFLAGS = @LIBX86_CFLAGS@
113
141
LIBX86_LIBS = @LIBX86_LIBS@
 
142
LIPO = @LIPO@
114
143
LN_S = @LN_S@
115
144
LTLIBOBJS = @LTLIBOBJS@
116
145
LZO_CFLAGS = @LZO_CFLAGS@
119
148
MAKEINFO = @MAKEINFO@
120
149
MKDIR_P = @MKDIR_P@
121
150
MKNOD = @MKNOD@
 
151
NM = @NM@
 
152
NMEDIT = @NMEDIT@
 
153
OBJDUMP = @OBJDUMP@
122
154
OBJEXT = @OBJEXT@
 
155
OTOOL = @OTOOL@
 
156
OTOOL64 = @OTOOL64@
123
157
PACKAGE = @PACKAGE@
124
158
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125
159
PACKAGE_NAME = @PACKAGE_NAME@
126
160
PACKAGE_STRING = @PACKAGE_STRING@
127
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_URL = @PACKAGE_URL@
128
163
PACKAGE_VERSION = @PACKAGE_VERSION@
129
164
PATH_SEPARATOR = @PATH_SEPARATOR@
 
165
PERL = @PERL@
130
166
PKG_CONFIG = @PKG_CONFIG@
 
167
PTHREAD_LIBS = @PTHREAD_LIBS@
131
168
RANLIB = @RANLIB@
132
169
RESUME_DEVICE = @RESUME_DEVICE@
133
170
SED = @SED@
142
179
abs_top_builddir = @abs_top_builddir@
143
180
abs_top_srcdir = @abs_top_srcdir@
144
181
ac_ct_CC = @ac_ct_CC@
145
 
ac_ct_CXX = @ac_ct_CXX@
146
 
ac_ct_F77 = @ac_ct_F77@
 
182
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
147
183
am__include = @am__include@
148
184
am__leading_dot = @am__leading_dot@
149
185
am__quote = @am__quote@
177
213
libexecdir = @libexecdir@
178
214
localedir = @localedir@
179
215
localstatedir = @localstatedir@
 
216
lt_ECHO = @lt_ECHO@
180
217
mandir = @mandir@
181
218
mkdir_p = @mkdir_p@
182
219
oldincludedir = @oldincludedir@
189
226
srcdir = @srcdir@
190
227
sysconfdir = @sysconfdir@
191
228
target_alias = @target_alias@
 
229
top_build_prefix = @top_build_prefix@
192
230
top_builddir = @top_builddir@
193
231
top_srcdir = @top_srcdir@
 
232
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
194
233
SUBDIRS = \
195
234
        suse-10.1
196
235
 
205
244
        @for dep in $?; do \
206
245
          case '$(am__configure_deps)' in \
207
246
            *$$dep*) \
208
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
209
 
                && exit 0; \
 
247
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
248
                && { if test -f $@; then exit 0; else break; fi; }; \
210
249
              exit 1;; \
211
250
          esac; \
212
251
        done; \
213
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scripts/Makefile'; \
214
 
        cd $(top_srcdir) && \
215
 
          $(AUTOMAKE) --gnu  scripts/Makefile
 
252
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
 
253
        $(am__cd) $(top_srcdir) && \
 
254
          $(AUTOMAKE) --gnu scripts/Makefile
216
255
.PRECIOUS: Makefile
217
256
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218
257
        @case '$?' in \
230
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
270
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
232
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
$(am__aclocal_m4_deps):
233
273
 
234
274
mostlyclean-libtool:
235
275
        -rm -f *.lo
244
284
#     (which will cause the Makefiles to be regenerated when you run `make');
245
285
# (2) otherwise, pass the desired values on the `make' command line.
246
286
$(RECURSIVE_TARGETS):
247
 
        @failcom='exit 1'; \
 
287
        @fail= failcom='exit 1'; \
248
288
        for f in x $$MAKEFLAGS; do \
249
289
          case $$f in \
250
290
            *=* | --[!k]*);; \
261
301
          else \
262
302
            local_target="$$target"; \
263
303
          fi; \
264
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
304
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
265
305
          || eval $$failcom; \
266
306
        done; \
267
307
        if test "$$dot_seen" = "no"; then \
269
309
        fi; test -z "$$fail"
270
310
 
271
311
$(RECURSIVE_CLEAN_TARGETS):
272
 
        @failcom='exit 1'; \
 
312
        @fail= failcom='exit 1'; \
273
313
        for f in x $$MAKEFLAGS; do \
274
314
          case $$f in \
275
315
            *=* | --[!k]*);; \
295
335
          else \
296
336
            local_target="$$target"; \
297
337
          fi; \
298
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
338
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
299
339
          || eval $$failcom; \
300
340
        done && test -z "$$fail"
301
341
tags-recursive:
302
342
        list='$(SUBDIRS)'; for subdir in $$list; do \
303
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
343
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
304
344
        done
305
345
ctags-recursive:
306
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
307
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
347
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
308
348
        done
309
349
 
310
350
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312
352
        unique=`for i in $$list; do \
313
353
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
354
          done | \
315
 
          $(AWK) '    { files[$$0] = 1; } \
316
 
               END { for (i in files) print i; }'`; \
 
355
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
356
              END { if (nonempty) { for (i in files) print i; }; }'`; \
317
357
        mkid -fID $$unique
318
358
tags: TAGS
319
359
 
320
360
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
321
361
                $(TAGS_FILES) $(LISP)
322
 
        tags=; \
 
362
        set x; \
323
363
        here=`pwd`; \
324
364
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
325
365
          include_option=--etags-include; \
331
371
        list='$(SUBDIRS)'; for subdir in $$list; do \
332
372
          if test "$$subdir" = .; then :; else \
333
373
            test ! -f $$subdir/TAGS || \
334
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
374
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
335
375
          fi; \
336
376
        done; \
337
377
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338
378
        unique=`for i in $$list; do \
339
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
380
          done | \
341
 
          $(AWK) '    { files[$$0] = 1; } \
342
 
               END { for (i in files) print i; }'`; \
343
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
381
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
382
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
383
        shift; \
 
384
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
344
385
          test -n "$$unique" || unique=$$empty_fix; \
345
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346
 
            $$tags $$unique; \
 
386
          if test $$# -gt 0; then \
 
387
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
388
              "$$@" $$unique; \
 
389
          else \
 
390
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
391
              $$unique; \
 
392
          fi; \
347
393
        fi
348
394
ctags: CTAGS
349
395
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350
396
                $(TAGS_FILES) $(LISP)
351
 
        tags=; \
352
 
        here=`pwd`; \
353
397
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354
398
        unique=`for i in $$list; do \
355
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
400
          done | \
357
 
          $(AWK) '    { files[$$0] = 1; } \
358
 
               END { for (i in files) print i; }'`; \
359
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
403
        test -z "$(CTAGS_ARGS)$$unique" \
360
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
361
 
             $$tags $$unique
 
405
             $$unique
362
406
 
363
407
GTAGS:
364
408
        here=`$(am__cd) $(top_builddir) && pwd` \
365
 
          && cd $(top_srcdir) \
366
 
          && gtags -i $(GTAGS_ARGS) $$here
 
409
          && $(am__cd) $(top_srcdir) \
 
410
          && gtags -i $(GTAGS_ARGS) "$$here"
367
411
 
368
412
distclean-tags:
369
413
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
428
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
385
429
          if test -d $$d/$$file; then \
386
430
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
431
            if test -d "$(distdir)/$$file"; then \
 
432
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
433
            fi; \
387
434
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
435
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389
437
            fi; \
390
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
438
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
391
439
          else \
392
 
            test -f $(distdir)/$$file \
393
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
440
            test -f "$(distdir)/$$file" \
 
441
            || cp -p $$d/$$file "$(distdir)/$$file" \
394
442
            || exit 1; \
395
443
          fi; \
396
444
        done
397
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
445
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
398
446
          if test "$$subdir" = .; then :; else \
399
447
            test -d "$(distdir)/$$subdir" \
400
448
            || $(MKDIR_P) "$(distdir)/$$subdir" \
401
449
            || exit 1; \
402
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
403
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
404
 
            (cd $$subdir && \
 
450
          fi; \
 
451
        done
 
452
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
453
          if test "$$subdir" = .; then :; else \
 
454
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
455
            $(am__relativize); \
 
456
            new_distdir=$$reldir; \
 
457
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
458
            $(am__relativize); \
 
459
            new_top_distdir=$$reldir; \
 
460
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
461
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
462
            ($(am__cd) $$subdir && \
405
463
              $(MAKE) $(AM_MAKEFLAGS) \
406
 
                top_distdir="$$top_distdir" \
407
 
                distdir="$$distdir/$$subdir" \
 
464
                top_distdir="$$new_top_distdir" \
 
465
                distdir="$$new_distdir" \
408
466
                am__remove_distdir=: \
409
467
                am__skip_length_check=: \
 
468
                am__skip_mode_fix=: \
410
469
                distdir) \
411
470
              || exit 1; \
412
471
          fi; \
436
495
 
437
496
distclean-generic:
438
497
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
498
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
439
499
 
440
500
maintainer-clean-generic:
441
501
        @echo "This command is intended for maintainers to use"
442
502
        @echo "it deletes files that may require special tools to rebuild."
 
503
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
443
504
clean: clean-recursive
444
505
 
445
506
clean-am: clean-generic clean-libtool mostlyclean-am
454
515
 
455
516
html: html-recursive
456
517
 
 
518
html-am:
 
519
 
457
520
info: info-recursive
458
521
 
459
522
info-am:
462
525
 
463
526
install-dvi: install-dvi-recursive
464
527
 
 
528
install-dvi-am:
 
529
 
465
530
install-exec-am:
466
531
 
467
532
install-html: install-html-recursive
468
533
 
 
534
install-html-am:
 
535
 
469
536
install-info: install-info-recursive
470
537
 
 
538
install-info-am:
 
539
 
471
540
install-man:
472
541
 
473
542
install-pdf: install-pdf-recursive
474
543
 
 
544
install-pdf-am:
 
545
 
475
546
install-ps: install-ps-recursive
476
547
 
 
548
install-ps-am:
 
549
 
477
550
installcheck-am:
478
551
 
479
552
maintainer-clean: maintainer-clean-recursive
494
567
 
495
568
uninstall-am:
496
569
 
497
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
498
 
        install-strip
 
570
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
571
        install-am install-strip tags-recursive
499
572
 
500
573
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
501
574
        all all-am check check-am clean clean-generic clean-libtool \
511
584
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
512
585
        uninstall uninstall-am
513
586
 
 
587
 
514
588
# Tell versions [3.59,3.63) of GNU make to not export all variables.
515
589
# Otherwise a system limit (for SysV at least) may be exceeded.
516
590
.NOEXPORT: