~ubuntu-branches/ubuntu/oneiric/cryptsetup/oneiric

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-10 17:29:32 UTC
  • mfrom: (0.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090510172932-1e485f99qk3psrg0
Tags: 2:1.0.6+20090405.svn49-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/rules: link dynamically for better security supportability and
      smaller packages.
    + debian/control: Depend on initramfs-tools so system is not potentially
      rendered unbootable.
  - debian/initramfs/cryptroot-script wait for encrypted device to appear,
    report with log_*_msg (debian bug 488271).
  - debian/initramfs/cryptroot-hook: fix support for UUID and LABEL
    correlation between fstab and crypttab (debian bug 522041).
  - debian/askpass.c, debian/initramfs/cryptroot-script: using newline
    escape in passphrase prompt to avoid line-wrapping (debian bug 528133).
* Drop 04_fix_udevsettle_call.patch: fixed upstream differently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
subdir = m4
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
43
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
44
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
45
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
46
 
        $(top_srcdir)/configure.in
47
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
 
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
 
CONFIG_HEADER = $(top_builddir)/config.h
51
 
CONFIG_CLEAN_FILES =
52
 
SOURCES =
53
 
DIST_SOURCES =
54
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
 
ACLOCAL = @ACLOCAL@
56
 
AMDEP_FALSE = @AMDEP_FALSE@
57
 
AMDEP_TRUE = @AMDEP_TRUE@
58
 
AMTAR = @AMTAR@
59
 
AR = @AR@
60
 
AUTOCONF = @AUTOCONF@
61
 
AUTOHEADER = @AUTOHEADER@
62
 
AUTOMAKE = @AUTOMAKE@
63
 
AWK = @AWK@
64
 
BUILD_LIBDEVMAPPER_FALSE = @BUILD_LIBDEVMAPPER_FALSE@
65
 
BUILD_LIBDEVMAPPER_TRUE = @BUILD_LIBDEVMAPPER_TRUE@
66
 
BUILD_LIBGCRYPT_FALSE = @BUILD_LIBGCRYPT_FALSE@
67
 
BUILD_LIBGCRYPT_TRUE = @BUILD_LIBGCRYPT_TRUE@
68
 
CC = @CC@
69
 
CCDEPMODE = @CCDEPMODE@
70
 
CFLAGS = @CFLAGS@
71
 
CPP = @CPP@
72
 
CPPFLAGS = @CPPFLAGS@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
CXXDEPMODE = @CXXDEPMODE@
76
 
CXXFLAGS = @CXXFLAGS@
77
 
CYGPATH_W = @CYGPATH_W@
78
 
DEFS = @DEFS@
79
 
DEPDIR = @DEPDIR@
80
 
DSYMUTIL = @DSYMUTIL@
81
 
DYNAMIC_CRYPTSETUP_FALSE = @DYNAMIC_CRYPTSETUP_FALSE@
82
 
DYNAMIC_CRYPTSETUP_TRUE = @DYNAMIC_CRYPTSETUP_TRUE@
83
 
ECHO = @ECHO@
84
 
ECHO_C = @ECHO_C@
85
 
ECHO_N = @ECHO_N@
86
 
ECHO_T = @ECHO_T@
87
 
EGREP = @EGREP@
88
 
EXEEXT = @EXEEXT@
89
 
F77 = @F77@
90
 
FFLAGS = @FFLAGS@
91
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
92
 
GMSGFMT = @GMSGFMT@
93
 
GMSGFMT_015 = @GMSGFMT_015@
94
 
GREP = @GREP@
95
 
INSTALL_DATA = @INSTALL_DATA@
96
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
97
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
98
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99
 
INTLLIBS = @INTLLIBS@
100
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
101
 
LDFLAGS = @LDFLAGS@
102
 
LIBDEVMAPPER_CFLAGS = @LIBDEVMAPPER_CFLAGS@
103
 
LIBDEVMAPPER_LIBS = @LIBDEVMAPPER_LIBS@
104
 
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
105
 
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
106
 
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
107
 
LIBICONV = @LIBICONV@
108
 
LIBINTL = @LIBINTL@
109
 
LIBOBJS = @LIBOBJS@
110
 
LIBS = @LIBS@
111
 
LIBTOOL = @LIBTOOL@
112
 
LN_S = @LN_S@
113
 
LTLIBICONV = @LTLIBICONV@
114
 
LTLIBINTL = @LTLIBINTL@
115
 
LTLIBOBJS = @LTLIBOBJS@
116
 
MAKEINFO = @MAKEINFO@
117
 
MSGFMT = @MSGFMT@
118
 
MSGFMT_015 = @MSGFMT_015@
119
 
MSGMERGE = @MSGMERGE@
120
 
NMEDIT = @NMEDIT@
121
 
OBJEXT = @OBJEXT@
122
 
PACKAGE = @PACKAGE@
123
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124
 
PACKAGE_NAME = @PACKAGE_NAME@
125
 
PACKAGE_STRING = @PACKAGE_STRING@
126
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
127
 
PACKAGE_VERSION = @PACKAGE_VERSION@
128
 
PATH_SEPARATOR = @PATH_SEPARATOR@
129
 
POPT_LIBS = @POPT_LIBS@
130
 
POSUB = @POSUB@
131
 
RANLIB = @RANLIB@
132
 
SED = @SED@
133
 
SET_MAKE = @SET_MAKE@
134
 
SHARED_LIBDEVMAPPER_FALSE = @SHARED_LIBDEVMAPPER_FALSE@
135
 
SHARED_LIBDEVMAPPER_TRUE = @SHARED_LIBDEVMAPPER_TRUE@
136
 
SHARED_LIBGCRYPT_FALSE = @SHARED_LIBGCRYPT_FALSE@
137
 
SHARED_LIBGCRYPT_TRUE = @SHARED_LIBGCRYPT_TRUE@
138
 
SHELL = @SHELL@
139
 
STATIC_CRYPTSETUP_FALSE = @STATIC_CRYPTSETUP_FALSE@
140
 
STATIC_CRYPTSETUP_TRUE = @STATIC_CRYPTSETUP_TRUE@
141
 
STATIC_LIBRARY_FALSE = @STATIC_LIBRARY_FALSE@
142
 
STATIC_LIBRARY_TRUE = @STATIC_LIBRARY_TRUE@
143
 
STRIP = @STRIP@
144
 
USE_NLS = @USE_NLS@
145
 
UUID_LIBS = @UUID_LIBS@
146
 
VERSION = @VERSION@
147
 
XGETTEXT = @XGETTEXT@
148
 
XGETTEXT_015 = @XGETTEXT_015@
149
 
ac_ct_CC = @ac_ct_CC@
150
 
ac_ct_CXX = @ac_ct_CXX@
151
 
ac_ct_F77 = @ac_ct_F77@
152
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
153
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
154
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
155
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
156
 
am__include = @am__include@
157
 
am__leading_dot = @am__leading_dot@
158
 
am__quote = @am__quote@
159
 
am__tar = @am__tar@
160
 
am__untar = @am__untar@
161
 
bindir = @bindir@
162
 
build = @build@
163
 
build_alias = @build_alias@
164
 
build_cpu = @build_cpu@
165
 
build_os = @build_os@
166
 
build_vendor = @build_vendor@
167
 
datadir = @datadir@
168
 
datarootdir = @datarootdir@
169
 
docdir = @docdir@
170
 
dvidir = @dvidir@
171
 
exec_prefix = @exec_prefix@
172
 
host = @host@
173
 
host_alias = @host_alias@
174
 
host_cpu = @host_cpu@
175
 
host_os = @host_os@
176
 
host_vendor = @host_vendor@
177
 
htmldir = @htmldir@
178
 
includedir = @includedir@
179
 
infodir = @infodir@
180
 
install_sh = @install_sh@
181
 
libdir = @libdir@
182
 
libexecdir = @libexecdir@
183
 
localedir = @localedir@
184
 
localstatedir = @localstatedir@
185
 
mandir = @mandir@
186
 
mkdir_p = @mkdir_p@
187
 
oldincludedir = @oldincludedir@
188
 
pdfdir = @pdfdir@
189
 
prefix = @prefix@
190
 
program_transform_name = @program_transform_name@
191
 
psdir = @psdir@
192
 
sbindir = @sbindir@
193
 
sharedstatedir = @sharedstatedir@
194
 
sysconfdir = @sysconfdir@
195
 
target_alias = @target_alias@
196
 
EXTRA_DIST = glibc2.m4 intmax.m4 inttypes-h.m4 lock.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4
197
 
all: all-am
198
 
 
199
 
.SUFFIXES:
200
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
201
 
        @for dep in $?; do \
202
 
          case '$(am__configure_deps)' in \
203
 
            *$$dep*) \
204
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205
 
                && exit 0; \
206
 
              exit 1;; \
207
 
          esac; \
208
 
        done; \
209
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  m4/Makefile'; \
210
 
        cd $(top_srcdir) && \
211
 
          $(AUTOMAKE) --gnu  m4/Makefile
212
 
.PRECIOUS: Makefile
213
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214
 
        @case '$?' in \
215
 
          *config.status*) \
216
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217
 
          *) \
218
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220
 
        esac;
221
 
 
222
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
 
 
225
 
$(top_srcdir)/configure:  $(am__configure_deps)
226
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
228
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229
 
 
230
 
mostlyclean-libtool:
231
 
        -rm -f *.lo
232
 
 
233
 
clean-libtool:
234
 
        -rm -rf .libs _libs
235
 
 
236
 
distclean-libtool:
237
 
        -rm -f libtool
238
 
uninstall-info-am:
239
 
tags: TAGS
240
 
TAGS:
241
 
 
242
 
ctags: CTAGS
243
 
CTAGS:
244
 
 
245
 
 
246
 
distdir: $(DISTFILES)
247
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
248
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
249
 
        list='$(DISTFILES)'; for file in $$list; do \
250
 
          case $$file in \
251
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
252
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
253
 
          esac; \
254
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
255
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
256
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
257
 
            dir="/$$dir"; \
258
 
            $(mkdir_p) "$(distdir)$$dir"; \
259
 
          else \
260
 
            dir=''; \
261
 
          fi; \
262
 
          if test -d $$d/$$file; then \
263
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
264
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
265
 
            fi; \
266
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
267
 
          else \
268
 
            test -f $(distdir)/$$file \
269
 
            || cp -p $$d/$$file $(distdir)/$$file \
270
 
            || exit 1; \
271
 
          fi; \
272
 
        done
273
 
check-am: all-am
274
 
check: check-am
275
 
all-am: Makefile
276
 
installdirs:
277
 
install: install-am
278
 
install-exec: install-exec-am
279
 
install-data: install-data-am
280
 
uninstall: uninstall-am
281
 
 
282
 
install-am: all-am
283
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
284
 
 
285
 
installcheck: installcheck-am
286
 
install-strip:
287
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
288
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
289
 
          `test -z '$(STRIP)' || \
290
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
291
 
mostlyclean-generic:
292
 
 
293
 
clean-generic:
294
 
 
295
 
distclean-generic:
296
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
297
 
 
298
 
maintainer-clean-generic:
299
 
        @echo "This command is intended for maintainers to use"
300
 
        @echo "it deletes files that may require special tools to rebuild."
301
 
clean: clean-am
302
 
 
303
 
clean-am: clean-generic clean-libtool mostlyclean-am
304
 
 
305
 
distclean: distclean-am
306
 
        -rm -f Makefile
307
 
distclean-am: clean-am distclean-generic distclean-libtool
308
 
 
309
 
dvi: dvi-am
310
 
 
311
 
dvi-am:
312
 
 
313
 
html: html-am
314
 
 
315
 
info: info-am
316
 
 
317
 
info-am:
318
 
 
319
 
install-data-am:
320
 
 
321
 
install-exec-am:
322
 
 
323
 
install-info: install-info-am
324
 
 
325
 
install-man:
326
 
 
327
 
installcheck-am:
328
 
 
329
 
maintainer-clean: maintainer-clean-am
330
 
        -rm -f Makefile
331
 
maintainer-clean-am: distclean-am maintainer-clean-generic
332
 
 
333
 
mostlyclean: mostlyclean-am
334
 
 
335
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
336
 
 
337
 
pdf: pdf-am
338
 
 
339
 
pdf-am:
340
 
 
341
 
ps: ps-am
342
 
 
343
 
ps-am:
344
 
 
345
 
uninstall-am: uninstall-info-am
346
 
 
347
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
348
 
        distclean distclean-generic distclean-libtool distdir dvi \
349
 
        dvi-am html html-am info info-am install install-am \
350
 
        install-data install-data-am install-exec install-exec-am \
351
 
        install-info install-info-am install-man install-strip \
352
 
        installcheck installcheck-am installdirs maintainer-clean \
353
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
354
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
355
 
        uninstall-info-am
356
 
 
357
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
358
 
# Otherwise a system limit (for SysV at least) may be exceeded.
359
 
.NOEXPORT: