~xnox/debian/sid/cryptsetup/ubuntu

« back to all changes in this revision

Viewing changes to lib/tcrypt/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer, Milan Broz, Steve Langasek, Jonas Meurer
  • Date: 2013-06-28 12:10:41 UTC
  • mfrom: (0.2.11)
  • Revision ID: package-import@ubuntu.com-20130628121041-ek9rtel19yehj31t
Tags: 2:1.6.1-1
[ Milan Broz ]
* new upstream version. (closes: #704827, 707997)
  - default LUKS encryption mode is XTS (aes-xts-plain64) (closes: #714331)
  - adds native support for Truecrypt and compatible on-disk format
  - adds benchmark command
  - adds cryptsetup-reencrypt, a tool to offline reencrypt LUKS device
  - adds veritysetup, a tool for dm-verity block device verification module
* install docs/examples into docs at cryptsetup-dev package.
* fix compilation warnings in askpass.c.

[ Steve Langasek ]
* fix upstart jobs to not cause boot hangs when actually used in
  conjunction with startpar.  (closes: #694499, #677712).
* in connection with the above, make the cryptdisks-early job explicitly
  wait for 'umountfs' on shutdown just like cryptdisks does; otherwise,
  the teardown of the cryptdisks upstart job may cause the cryptdisks-early
  init script run before we're done unmounting filesystems.

[ Jonas Meurer ]
* minor wording fixes to README.initramfs, suggested by intrigeri and Adam
  D. Barrett.
* add bash-completion script for cryptdisks_{start,stop}. Thanks to Claudius
  Hubig for providing a patch. (closes: #700777)
* support specifying key-slot in crypttab. Thanks to Kevin Locke for the
  patch. (closes: #704470)
* remove evms support code from cryptroot initramfs script. (closes: #713918)
* fix location of keyscripts in initramfs documentation. (closes: #697446)
* fix a typo in decrypt_ssl script that prevented stdout from beeing
  redirected to /dev/null. (closes: #700285)
* give full path to blkid in crytproot initramfs script. (closes: #697155)
* export number of previous tries from cryptroot and cryptdisks to
  keyscript. Thanks to Laurens Blankers for the idea. Opens the possibility
  to fallback after a given number of tries for keyscripts. (closes: #438481,
  #471729, #697455)
* improve check for cpu hardware encryption support in initramfs cryptroot
  hook. (closes: #714326)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = @build@
 
53
host_triplet = @host@
 
54
subdir = lib/tcrypt
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
57
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
58
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
59
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
60
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
61
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
62
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
63
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
64
        $(top_srcdir)/configure.ac
 
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
66
        $(ACLOCAL_M4)
 
67
mkinstalldirs = $(install_sh) -d
 
68
CONFIG_HEADER = $(top_builddir)/config.h
 
69
CONFIG_CLEAN_FILES =
 
70
CONFIG_CLEAN_VPATH_FILES =
 
71
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
72
libtcrypt_la_LIBADD =
 
73
am_libtcrypt_la_OBJECTS = libtcrypt_la-tcrypt.lo
 
74
libtcrypt_la_OBJECTS = $(am_libtcrypt_la_OBJECTS)
 
75
libtcrypt_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
76
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtcrypt_la_CFLAGS) \
 
77
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
 
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
85
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
86
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
87
CCLD = $(CC)
 
88
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
89
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
90
        $(LDFLAGS) -o $@
 
91
SOURCES = $(libtcrypt_la_SOURCES)
 
92
DIST_SOURCES = $(libtcrypt_la_SOURCES)
 
93
am__can_run_installinfo = \
 
94
  case $$AM_UPDATE_INFO_DIR in \
 
95
    n|no|NO) false;; \
 
96
    *) (install-info --version) >/dev/null 2>&1;; \
 
97
  esac
 
98
ETAGS = etags
 
99
CTAGS = ctags
 
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
101
ACLOCAL = @ACLOCAL@
 
102
AMTAR = @AMTAR@
 
103
AR = @AR@
 
104
AUTOCONF = @AUTOCONF@
 
105
AUTOHEADER = @AUTOHEADER@
 
106
AUTOMAKE = @AUTOMAKE@
 
107
AWK = @AWK@
 
108
CC = @CC@
 
109
CCDEPMODE = @CCDEPMODE@
 
110
CFLAGS = @CFLAGS@
 
111
CPP = @CPP@
 
112
CPPFLAGS = @CPPFLAGS@
 
113
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
 
114
CRYPTO_LIBS = @CRYPTO_LIBS@
 
115
CRYPTO_STATIC_LIBS = @CRYPTO_STATIC_LIBS@
 
116
CYGPATH_W = @CYGPATH_W@
 
117
DEFS = @DEFS@
 
118
DEPDIR = @DEPDIR@
 
119
DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
 
120
DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
 
121
DEVMAPPER_STATIC_CFLAGS = @DEVMAPPER_STATIC_CFLAGS@
 
122
DEVMAPPER_STATIC_LIBS = @DEVMAPPER_STATIC_LIBS@
 
123
DLLTOOL = @DLLTOOL@
 
124
DSYMUTIL = @DSYMUTIL@
 
125
DUMPBIN = @DUMPBIN@
 
126
ECHO_C = @ECHO_C@
 
127
ECHO_N = @ECHO_N@
 
128
ECHO_T = @ECHO_T@
 
129
EGREP = @EGREP@
 
130
EXEEXT = @EXEEXT@
 
131
FGREP = @FGREP@
 
132
FIPSCHECK_LIBS = @FIPSCHECK_LIBS@
 
133
GMSGFMT = @GMSGFMT@
 
134
GMSGFMT_015 = @GMSGFMT_015@
 
135
GREP = @GREP@
 
136
INSTALL = @INSTALL@
 
137
INSTALL_DATA = @INSTALL_DATA@
 
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
141
INTLLIBS = @INTLLIBS@
 
142
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
143
LD = @LD@
 
144
LDFLAGS = @LDFLAGS@
 
145
LIBCRYPTSETUP_VERSION = @LIBCRYPTSETUP_VERSION@
 
146
LIBCRYPTSETUP_VERSION_FIPS = @LIBCRYPTSETUP_VERSION_FIPS@
 
147
LIBCRYPTSETUP_VERSION_INFO = @LIBCRYPTSETUP_VERSION_INFO@
 
148
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 
149
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 
150
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
151
LIBICONV = @LIBICONV@
 
152
LIBINTL = @LIBINTL@
 
153
LIBOBJS = @LIBOBJS@
 
154
LIBS = @LIBS@
 
155
LIBTOOL = @LIBTOOL@
 
156
LIPO = @LIPO@
 
157
LN_S = @LN_S@
 
158
LTLIBICONV = @LTLIBICONV@
 
159
LTLIBINTL = @LTLIBINTL@
 
160
LTLIBOBJS = @LTLIBOBJS@
 
161
MAKEINFO = @MAKEINFO@
 
162
MANIFEST_TOOL = @MANIFEST_TOOL@
 
163
MKDIR_P = @MKDIR_P@
 
164
MSGFMT = @MSGFMT@
 
165
MSGFMT_015 = @MSGFMT_015@
 
166
MSGMERGE = @MSGMERGE@
 
167
NM = @NM@
 
168
NMEDIT = @NMEDIT@
 
169
NSS_CFLAGS = @NSS_CFLAGS@
 
170
NSS_LIBS = @NSS_LIBS@
 
171
OBJDUMP = @OBJDUMP@
 
172
OBJEXT = @OBJEXT@
 
173
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
174
OPENSSL_LIBS = @OPENSSL_LIBS@
 
175
OTOOL = @OTOOL@
 
176
OTOOL64 = @OTOOL64@
 
177
PACKAGE = @PACKAGE@
 
178
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
179
PACKAGE_NAME = @PACKAGE_NAME@
 
180
PACKAGE_STRING = @PACKAGE_STRING@
 
181
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
182
PACKAGE_URL = @PACKAGE_URL@
 
183
PACKAGE_VERSION = @PACKAGE_VERSION@
 
184
PATH_SEPARATOR = @PATH_SEPARATOR@
 
185
PKG_CONFIG = @PKG_CONFIG@
 
186
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
187
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
188
POPT_LIBS = @POPT_LIBS@
 
189
POSUB = @POSUB@
 
190
PWQUALITY_CFLAGS = @PWQUALITY_CFLAGS@
 
191
PWQUALITY_LIBS = @PWQUALITY_LIBS@
 
192
PWQUALITY_STATIC_LIBS = @PWQUALITY_STATIC_LIBS@
 
193
PYTHON = @PYTHON@
 
194
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
195
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
196
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
197
PYTHON_PREFIX = @PYTHON_PREFIX@
 
198
PYTHON_VERSION = @PYTHON_VERSION@
 
199
RANLIB = @RANLIB@
 
200
SED = @SED@
 
201
SET_MAKE = @SET_MAKE@
 
202
SHELL = @SHELL@
 
203
STRIP = @STRIP@
 
204
USE_NLS = @USE_NLS@
 
205
UUID_LIBS = @UUID_LIBS@
 
206
VERSION = @VERSION@
 
207
XGETTEXT = @XGETTEXT@
 
208
XGETTEXT_015 = @XGETTEXT_015@
 
209
abs_builddir = @abs_builddir@
 
210
abs_srcdir = @abs_srcdir@
 
211
abs_top_builddir = @abs_top_builddir@
 
212
abs_top_srcdir = @abs_top_srcdir@
 
213
ac_ct_AR = @ac_ct_AR@
 
214
ac_ct_CC = @ac_ct_CC@
 
215
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
216
am__include = @am__include@
 
217
am__leading_dot = @am__leading_dot@
 
218
am__quote = @am__quote@
 
219
am__tar = @am__tar@
 
220
am__untar = @am__untar@
 
221
bindir = @bindir@
 
222
build = @build@
 
223
build_alias = @build_alias@
 
224
build_cpu = @build_cpu@
 
225
build_os = @build_os@
 
226
build_vendor = @build_vendor@
 
227
builddir = @builddir@
 
228
datadir = @datadir@
 
229
datarootdir = @datarootdir@
 
230
docdir = @docdir@
 
231
dvidir = @dvidir@
 
232
exec_prefix = @exec_prefix@
 
233
host = @host@
 
234
host_alias = @host_alias@
 
235
host_cpu = @host_cpu@
 
236
host_os = @host_os@
 
237
host_vendor = @host_vendor@
 
238
htmldir = @htmldir@
 
239
includedir = @includedir@
 
240
infodir = @infodir@
 
241
install_sh = @install_sh@
 
242
libdir = @libdir@
 
243
libexecdir = @libexecdir@
 
244
localedir = @localedir@
 
245
localstatedir = @localstatedir@
 
246
mandir = @mandir@
 
247
mkdir_p = @mkdir_p@
 
248
oldincludedir = @oldincludedir@
 
249
pdfdir = @pdfdir@
 
250
pkgpyexecdir = @pkgpyexecdir@
 
251
pkgpythondir = @pkgpythondir@
 
252
prefix = @prefix@
 
253
program_transform_name = @program_transform_name@
 
254
psdir = @psdir@
 
255
pyexecdir = @pyexecdir@
 
256
pythondir = @pythondir@
 
257
sbindir = @sbindir@
 
258
sharedstatedir = @sharedstatedir@
 
259
srcdir = @srcdir@
 
260
sysconfdir = @sysconfdir@
 
261
target_alias = @target_alias@
 
262
top_build_prefix = @top_build_prefix@
 
263
top_builddir = @top_builddir@
 
264
top_srcdir = @top_srcdir@
 
265
moduledir = $(libdir)/cryptsetup
 
266
noinst_LTLIBRARIES = libtcrypt.la
 
267
libtcrypt_la_CFLAGS = -Wall @CRYPTO_CFLAGS@
 
268
libtcrypt_la_SOURCES = \
 
269
        tcrypt.c \
 
270
        tcrypt.h
 
271
 
 
272
AM_CPPFLAGS = -D_GNU_SOURCE                     \
 
273
        -D_LARGEFILE64_SOURCE                   \
 
274
        -D_FILE_OFFSET_BITS=64                  \
 
275
        -I$(top_srcdir)/lib                     \
 
276
        -I$(top_srcdir)/lib/crypto_backend
 
277
 
 
278
all: all-am
 
279
 
 
280
.SUFFIXES:
 
281
.SUFFIXES: .c .lo .o .obj
 
282
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
283
        @for dep in $?; do \
 
284
          case '$(am__configure_deps)' in \
 
285
            *$$dep*) \
 
286
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
287
                && { if test -f $@; then exit 0; else break; fi; }; \
 
288
              exit 1;; \
 
289
          esac; \
 
290
        done; \
 
291
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/tcrypt/Makefile'; \
 
292
        $(am__cd) $(top_srcdir) && \
 
293
          $(AUTOMAKE) --gnu lib/tcrypt/Makefile
 
294
.PRECIOUS: Makefile
 
295
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
296
        @case '$?' in \
 
297
          *config.status*) \
 
298
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
299
          *) \
 
300
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
301
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
302
        esac;
 
303
 
 
304
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
 
 
307
$(top_srcdir)/configure:  $(am__configure_deps)
 
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
309
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
311
$(am__aclocal_m4_deps):
 
312
 
 
313
clean-noinstLTLIBRARIES:
 
314
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
315
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
316
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
317
          test "$$dir" != "$$p" || dir=.; \
 
318
          echo "rm -f \"$${dir}/so_locations\""; \
 
319
          rm -f "$${dir}/so_locations"; \
 
320
        done
 
321
libtcrypt.la: $(libtcrypt_la_OBJECTS) $(libtcrypt_la_DEPENDENCIES) $(EXTRA_libtcrypt_la_DEPENDENCIES) 
 
322
        $(libtcrypt_la_LINK)  $(libtcrypt_la_OBJECTS) $(libtcrypt_la_LIBADD) $(LIBS)
 
323
 
 
324
mostlyclean-compile:
 
325
        -rm -f *.$(OBJEXT)
 
326
 
 
327
distclean-compile:
 
328
        -rm -f *.tab.c
 
329
 
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcrypt_la-tcrypt.Plo@am__quote@
 
331
 
 
332
.c.o:
 
333
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
334
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
337
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
338
 
 
339
.c.obj:
 
340
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
341
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
344
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
345
 
 
346
.c.lo:
 
347
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
348
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
351
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
352
 
 
353
libtcrypt_la-tcrypt.lo: tcrypt.c
 
354
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcrypt_la_CFLAGS) $(CFLAGS) -MT libtcrypt_la-tcrypt.lo -MD -MP -MF $(DEPDIR)/libtcrypt_la-tcrypt.Tpo -c -o libtcrypt_la-tcrypt.lo `test -f 'tcrypt.c' || echo '$(srcdir)/'`tcrypt.c
 
355
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtcrypt_la-tcrypt.Tpo $(DEPDIR)/libtcrypt_la-tcrypt.Plo
 
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tcrypt.c' object='libtcrypt_la-tcrypt.lo' libtool=yes @AMDEPBACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
358
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcrypt_la_CFLAGS) $(CFLAGS) -c -o libtcrypt_la-tcrypt.lo `test -f 'tcrypt.c' || echo '$(srcdir)/'`tcrypt.c
 
359
 
 
360
mostlyclean-libtool:
 
361
        -rm -f *.lo
 
362
 
 
363
clean-libtool:
 
364
        -rm -rf .libs _libs
 
365
 
 
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
367
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
368
        unique=`for i in $$list; do \
 
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
370
          done | \
 
371
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
372
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
373
        mkid -fID $$unique
 
374
tags: TAGS
 
375
 
 
376
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
377
                $(TAGS_FILES) $(LISP)
 
378
        set x; \
 
379
        here=`pwd`; \
 
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
381
        unique=`for i in $$list; do \
 
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
383
          done | \
 
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
386
        shift; \
 
387
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
388
          test -n "$$unique" || unique=$$empty_fix; \
 
389
          if test $$# -gt 0; then \
 
390
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
391
              "$$@" $$unique; \
 
392
          else \
 
393
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
394
              $$unique; \
 
395
          fi; \
 
396
        fi
 
397
ctags: CTAGS
 
398
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
399
                $(TAGS_FILES) $(LISP)
 
400
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
401
        unique=`for i in $$list; do \
 
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
403
          done | \
 
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
406
        test -z "$(CTAGS_ARGS)$$unique" \
 
407
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
408
             $$unique
 
409
 
 
410
GTAGS:
 
411
        here=`$(am__cd) $(top_builddir) && pwd` \
 
412
          && $(am__cd) $(top_srcdir) \
 
413
          && gtags -i $(GTAGS_ARGS) "$$here"
 
414
 
 
415
distclean-tags:
 
416
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
417
 
 
418
distdir: $(DISTFILES)
 
419
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
420
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        list='$(DISTFILES)'; \
 
422
          dist_files=`for file in $$list; do echo $$file; done | \
 
423
          sed -e "s|^$$srcdirstrip/||;t" \
 
424
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
425
        case $$dist_files in \
 
426
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
427
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
428
                           sort -u` ;; \
 
429
        esac; \
 
430
        for file in $$dist_files; do \
 
431
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
432
          if test -d $$d/$$file; then \
 
433
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
434
            if test -d "$(distdir)/$$file"; then \
 
435
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
436
            fi; \
 
437
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
438
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
439
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
440
            fi; \
 
441
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
442
          else \
 
443
            test -f "$(distdir)/$$file" \
 
444
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
445
            || exit 1; \
 
446
          fi; \
 
447
        done
 
448
check-am: all-am
 
449
check: check-am
 
450
all-am: Makefile $(LTLIBRARIES)
 
451
installdirs:
 
452
install: install-am
 
453
install-exec: install-exec-am
 
454
install-data: install-data-am
 
455
uninstall: uninstall-am
 
456
 
 
457
install-am: all-am
 
458
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
459
 
 
460
installcheck: installcheck-am
 
461
install-strip:
 
462
        if test -z '$(STRIP)'; then \
 
463
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
464
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
465
              install; \
 
466
        else \
 
467
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
468
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
469
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
470
        fi
 
471
mostlyclean-generic:
 
472
 
 
473
clean-generic:
 
474
 
 
475
distclean-generic:
 
476
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
477
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
478
 
 
479
maintainer-clean-generic:
 
480
        @echo "This command is intended for maintainers to use"
 
481
        @echo "it deletes files that may require special tools to rebuild."
 
482
clean: clean-am
 
483
 
 
484
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
485
        mostlyclean-am
 
486
 
 
487
distclean: distclean-am
 
488
        -rm -rf ./$(DEPDIR)
 
489
        -rm -f Makefile
 
490
distclean-am: clean-am distclean-compile distclean-generic \
 
491
        distclean-tags
 
492
 
 
493
dvi: dvi-am
 
494
 
 
495
dvi-am:
 
496
 
 
497
html: html-am
 
498
 
 
499
html-am:
 
500
 
 
501
info: info-am
 
502
 
 
503
info-am:
 
504
 
 
505
install-data-am:
 
506
 
 
507
install-dvi: install-dvi-am
 
508
 
 
509
install-dvi-am:
 
510
 
 
511
install-exec-am:
 
512
 
 
513
install-html: install-html-am
 
514
 
 
515
install-html-am:
 
516
 
 
517
install-info: install-info-am
 
518
 
 
519
install-info-am:
 
520
 
 
521
install-man:
 
522
 
 
523
install-pdf: install-pdf-am
 
524
 
 
525
install-pdf-am:
 
526
 
 
527
install-ps: install-ps-am
 
528
 
 
529
install-ps-am:
 
530
 
 
531
installcheck-am:
 
532
 
 
533
maintainer-clean: maintainer-clean-am
 
534
        -rm -rf ./$(DEPDIR)
 
535
        -rm -f Makefile
 
536
maintainer-clean-am: distclean-am maintainer-clean-generic
 
537
 
 
538
mostlyclean: mostlyclean-am
 
539
 
 
540
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
541
        mostlyclean-libtool
 
542
 
 
543
pdf: pdf-am
 
544
 
 
545
pdf-am:
 
546
 
 
547
ps: ps-am
 
548
 
 
549
ps-am:
 
550
 
 
551
uninstall-am:
 
552
 
 
553
.MAKE: install-am install-strip
 
554
 
 
555
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
556
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
557
        distclean-compile distclean-generic distclean-libtool \
 
558
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
559
        install install-am install-data install-data-am install-dvi \
 
560
        install-dvi-am install-exec install-exec-am install-html \
 
561
        install-html-am install-info install-info-am install-man \
 
562
        install-pdf install-pdf-am install-ps install-ps-am \
 
563
        install-strip installcheck installcheck-am installdirs \
 
564
        maintainer-clean maintainer-clean-generic mostlyclean \
 
565
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
566
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
567
 
 
568
 
 
569
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
570
# Otherwise a system limit (for SysV at least) may be exceeded.
 
571
.NOEXPORT: