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

« back to all changes in this revision

Viewing changes to scripts/suse-10.1/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.
25
26
 
26
27
VPATH = @srcdir@
27
28
pkgdatadir = $(datadir)/@PACKAGE@
 
29
pkgincludedir = $(includedir)/@PACKAGE@
28
30
pkglibdir = $(libdir)/@PACKAGE@
29
 
pkgincludedir = $(includedir)/@PACKAGE@
 
31
pkglibexecdir = $(libexecdir)/@PACKAGE@
30
32
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31
33
install_sh_DATA = $(install_sh) -c -m 644
32
34
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/config.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
SCRIPTS = $(dist_noinst_SCRIPTS)
55
58
SOURCES =
56
59
DIST_SOURCES =
68
71
CFLAGS = @CFLAGS@
69
72
CPP = @CPP@
70
73
CPPFLAGS = @CPPFLAGS@
71
 
CXX = @CXX@
72
 
CXXCPP = @CXXCPP@
73
 
CXXDEPMODE = @CXXDEPMODE@
74
 
CXXFLAGS = @CXXFLAGS@
75
74
CYGPATH_W = @CYGPATH_W@
76
75
DEFS = @DEFS@
77
76
DEPDIR = @DEPDIR@
78
 
ECHO = @ECHO@
 
77
DSYMUTIL = @DSYMUTIL@
 
78
DUMPBIN = @DUMPBIN@
79
79
ECHO_C = @ECHO_C@
80
80
ECHO_N = @ECHO_N@
81
81
ECHO_T = @ECHO_T@
82
82
EGREP = @EGREP@
83
83
EXEEXT = @EXEEXT@
84
 
F77 = @F77@
85
84
FBSPLASH_CFLAGS = @FBSPLASH_CFLAGS@
86
85
FBSPLASH_LIBS = @FBSPLASH_LIBS@
87
 
FFLAGS = @FFLAGS@
 
86
FGREP = @FGREP@
88
87
GREP = @GREP@
89
88
INSTALL = @INSTALL@
90
89
INSTALL_DATA = @INSTALL_DATA@
91
90
INSTALL_PROGRAM = @INSTALL_PROGRAM@
92
91
INSTALL_SCRIPT = @INSTALL_SCRIPT@
93
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
93
LD = @LD@
94
94
LDFLAGS = @LDFLAGS@
95
95
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
96
96
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
101
101
LIBTOOL = @LIBTOOL@
102
102
LIBX86_CFLAGS = @LIBX86_CFLAGS@
103
103
LIBX86_LIBS = @LIBX86_LIBS@
 
104
LIPO = @LIPO@
104
105
LN_S = @LN_S@
105
106
LTLIBOBJS = @LTLIBOBJS@
106
107
LZO_CFLAGS = @LZO_CFLAGS@
109
110
MAKEINFO = @MAKEINFO@
110
111
MKDIR_P = @MKDIR_P@
111
112
MKNOD = @MKNOD@
 
113
NM = @NM@
 
114
NMEDIT = @NMEDIT@
 
115
OBJDUMP = @OBJDUMP@
112
116
OBJEXT = @OBJEXT@
 
117
OTOOL = @OTOOL@
 
118
OTOOL64 = @OTOOL64@
113
119
PACKAGE = @PACKAGE@
114
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115
121
PACKAGE_NAME = @PACKAGE_NAME@
116
122
PACKAGE_STRING = @PACKAGE_STRING@
117
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
124
PACKAGE_URL = @PACKAGE_URL@
118
125
PACKAGE_VERSION = @PACKAGE_VERSION@
119
126
PATH_SEPARATOR = @PATH_SEPARATOR@
 
127
PERL = @PERL@
120
128
PKG_CONFIG = @PKG_CONFIG@
 
129
PTHREAD_LIBS = @PTHREAD_LIBS@
121
130
RANLIB = @RANLIB@
122
131
RESUME_DEVICE = @RESUME_DEVICE@
123
132
SED = @SED@
132
141
abs_top_builddir = @abs_top_builddir@
133
142
abs_top_srcdir = @abs_top_srcdir@
134
143
ac_ct_CC = @ac_ct_CC@
135
 
ac_ct_CXX = @ac_ct_CXX@
136
 
ac_ct_F77 = @ac_ct_F77@
 
144
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
137
145
am__include = @am__include@
138
146
am__leading_dot = @am__leading_dot@
139
147
am__quote = @am__quote@
167
175
libexecdir = @libexecdir@
168
176
localedir = @localedir@
169
177
localstatedir = @localstatedir@
 
178
lt_ECHO = @lt_ECHO@
170
179
mandir = @mandir@
171
180
mkdir_p = @mkdir_p@
172
181
oldincludedir = @oldincludedir@
179
188
srcdir = @srcdir@
180
189
sysconfdir = @sysconfdir@
181
190
target_alias = @target_alias@
 
191
top_build_prefix = @top_build_prefix@
182
192
top_builddir = @top_builddir@
183
193
top_srcdir = @top_srcdir@
 
194
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
184
195
dist_noinst_SCRIPTS = \
185
196
        modify-system-files.sh
186
197
 
195
206
        @for dep in $?; do \
196
207
          case '$(am__configure_deps)' in \
197
208
            *$$dep*) \
198
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
199
 
                && exit 0; \
 
209
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
210
                && { if test -f $@; then exit 0; else break; fi; }; \
200
211
              exit 1;; \
201
212
          esac; \
202
213
        done; \
203
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scripts/suse-10.1/Makefile'; \
204
 
        cd $(top_srcdir) && \
205
 
          $(AUTOMAKE) --gnu  scripts/suse-10.1/Makefile
 
214
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/suse-10.1/Makefile'; \
 
215
        $(am__cd) $(top_srcdir) && \
 
216
          $(AUTOMAKE) --gnu scripts/suse-10.1/Makefile
206
217
.PRECIOUS: Makefile
207
218
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208
219
        @case '$?' in \
220
231
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
232
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
234
$(am__aclocal_m4_deps):
223
235
 
224
236
mostlyclean-libtool:
225
237
        -rm -f *.lo
249
261
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
250
262
          if test -d $$d/$$file; then \
251
263
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
264
            if test -d "$(distdir)/$$file"; then \
 
265
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
266
            fi; \
252
267
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
253
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
268
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
269
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
254
270
            fi; \
255
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
271
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
256
272
          else \
257
 
            test -f $(distdir)/$$file \
258
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
273
            test -f "$(distdir)/$$file" \
 
274
            || cp -p $$d/$$file "$(distdir)/$$file" \
259
275
            || exit 1; \
260
276
          fi; \
261
277
        done
283
299
 
284
300
distclean-generic:
285
301
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
302
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
286
303
 
287
304
maintainer-clean-generic:
288
305
        @echo "This command is intended for maintainers to use"
289
306
        @echo "it deletes files that may require special tools to rebuild."
 
307
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
290
308
clean: clean-am
291
309
 
292
310
clean-am: clean-generic clean-libtool mostlyclean-am
301
319
 
302
320
html: html-am
303
321
 
 
322
html-am:
 
323
 
304
324
info: info-am
305
325
 
306
326
info-am:
309
329
 
310
330
install-dvi: install-dvi-am
311
331
 
 
332
install-dvi-am:
 
333
 
312
334
install-exec-am:
313
335
 
314
336
install-html: install-html-am
315
337
 
 
338
install-html-am:
 
339
 
316
340
install-info: install-info-am
317
341
 
 
342
install-info-am:
 
343
 
318
344
install-man:
319
345
 
320
346
install-pdf: install-pdf-am
321
347
 
 
348
install-pdf-am:
 
349
 
322
350
install-ps: install-ps-am
323
351
 
 
352
install-ps-am:
 
353
 
324
354
installcheck-am:
325
355
 
326
356
maintainer-clean: maintainer-clean-am
354
384
        maintainer-clean-generic mostlyclean mostlyclean-generic \
355
385
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
356
386
 
 
387
 
357
388
# Tell versions [3.59,3.63) of GNU make to not export all variables.
358
389
# Otherwise a system limit (for SysV at least) may be exceeded.
359
390
.NOEXPORT: