1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
4 # Copyright (C) 1994-2013 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.
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
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
56 *$$target_option*) has_opt=yes; break;; \
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
78 build_triplet = @build@
80 TESTS = api-test$(EXEEXT) compat-test loopaes-test align-test \
81 discards-test mode-test password-hash-test tcrypt-compat-test \
82 luks1-compat-test device-test $(am__append_1) $(am__append_2)
83 @VERITYSETUP_TRUE@am__append_1 = verity-compat-test
84 @REENCRYPT_TRUE@am__append_2 = reencryption-compat-test
85 check_PROGRAMS = api-test$(EXEEXT) differ$(EXEEXT)
87 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
91 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
92 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
93 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
96 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
97 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_VPATH_FILES =
104 am_api_test_OBJECTS = api_test-api-test.$(OBJEXT) \
105 api_test-utils_loop.$(OBJEXT)
106 api_test_OBJECTS = $(am_api_test_OBJECTS)
107 api_test_DEPENDENCIES = ../lib/libcryptsetup.la
108 AM_V_lt = $(am__v_lt_@AM_V@)
109 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110 am__v_lt_0 = --silent
112 api_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
113 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(api_test_CFLAGS) \
114 $(CFLAGS) $(api_test_LDFLAGS) $(LDFLAGS) -o $@
115 am_differ_OBJECTS = differ-differ.$(OBJEXT)
116 differ_OBJECTS = $(am_differ_OBJECTS)
117 differ_LDADD = $(LDADD)
118 differ_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(differ_CFLAGS) $(CFLAGS) \
120 $(AM_LDFLAGS) $(LDFLAGS) -o $@
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
134 depcomp = $(SHELL) $(top_srcdir)/depcomp
135 am__depfiles_maybe = depfiles
137 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
138 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
141 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
142 $(AM_CFLAGS) $(CFLAGS)
143 AM_V_CC = $(am__v_CC_@AM_V@)
144 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
145 am__v_CC_0 = @echo " CC " $@;
148 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
149 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150 $(AM_LDFLAGS) $(LDFLAGS) -o $@
151 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
152 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
153 am__v_CCLD_0 = @echo " CCLD " $@;
155 SOURCES = $(api_test_SOURCES) $(differ_SOURCES)
156 DIST_SOURCES = $(api_test_SOURCES) $(differ_SOURCES)
157 am__can_run_installinfo = \
158 case $$AM_UPDATE_INFO_DIR in \
160 *) (install-info --version) >/dev/null 2>&1;; \
162 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163 # Read a list of newline-separated strings from the standard input,
164 # and print each of them once, without duplicates. Input order is
166 am__uniquify_input = $(AWK) '\
167 BEGIN { nonempty = 0; } \
168 { items[$$0] = 1; nonempty = 1; } \
169 END { if (nonempty) { for (i in items) print i; }; } \
171 # Make sure the list of sources is unique. This is necessary because,
172 # e.g., the same source file might be shared among _SOURCES variables
173 # for different programs/libraries.
174 am__define_uniq_tagged_files = \
175 list='$(am__tagged_files)'; \
176 unique=`for i in $$list; do \
177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178 done | $(am__uniquify_input)`
181 am__tty_colors_dummy = \
182 mgn= red= grn= lgn= blu= brg= std=; \
185 $(am__tty_colors_dummy); \
186 if test "X$(AM_COLOR_TESTS)" = Xno; then \
187 am__color_tests=no; \
188 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
189 am__color_tests=yes; \
190 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
191 am__color_tests=yes; \
193 if test $$am__color_tests = yes; then \
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 AUTOCONF = @AUTOCONF@
209 AUTOHEADER = @AUTOHEADER@
210 AUTOMAKE = @AUTOMAKE@
213 CCDEPMODE = @CCDEPMODE@
216 CPPFLAGS = @CPPFLAGS@
217 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
218 CRYPTO_LIBS = @CRYPTO_LIBS@
219 CRYPTO_STATIC_LIBS = @CRYPTO_STATIC_LIBS@
220 CYGPATH_W = @CYGPATH_W@
223 DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
224 DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
225 DEVMAPPER_STATIC_CFLAGS = @DEVMAPPER_STATIC_CFLAGS@
226 DEVMAPPER_STATIC_LIBS = @DEVMAPPER_STATIC_LIBS@
228 DSYMUTIL = @DSYMUTIL@
237 GMSGFMT_015 = @GMSGFMT_015@
240 INSTALL_DATA = @INSTALL_DATA@
241 INSTALL_PROGRAM = @INSTALL_PROGRAM@
242 INSTALL_SCRIPT = @INSTALL_SCRIPT@
243 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244 INTLLIBS = @INTLLIBS@
245 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
248 LIBCRYPTSETUP_VERSION = @LIBCRYPTSETUP_VERSION@
249 LIBCRYPTSETUP_VERSION_INFO = @LIBCRYPTSETUP_VERSION_INFO@
250 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
251 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
252 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
253 LIBICONV = @LIBICONV@
260 LTLIBICONV = @LTLIBICONV@
261 LTLIBINTL = @LTLIBINTL@
262 LTLIBOBJS = @LTLIBOBJS@
263 MAKEINFO = @MAKEINFO@
264 MANIFEST_TOOL = @MANIFEST_TOOL@
267 MSGFMT_015 = @MSGFMT_015@
268 MSGMERGE = @MSGMERGE@
271 NSS_CFLAGS = @NSS_CFLAGS@
272 NSS_LIBS = @NSS_LIBS@
275 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
276 OPENSSL_LIBS = @OPENSSL_LIBS@
277 OPENSSL_STATIC_CFLAGS = @OPENSSL_STATIC_CFLAGS@
278 OPENSSL_STATIC_LIBS = @OPENSSL_STATIC_LIBS@
282 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283 PACKAGE_NAME = @PACKAGE_NAME@
284 PACKAGE_STRING = @PACKAGE_STRING@
285 PACKAGE_TARNAME = @PACKAGE_TARNAME@
286 PACKAGE_URL = @PACKAGE_URL@
287 PACKAGE_VERSION = @PACKAGE_VERSION@
288 PATH_SEPARATOR = @PATH_SEPARATOR@
289 PKG_CONFIG = @PKG_CONFIG@
290 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
291 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
292 POPT_LIBS = @POPT_LIBS@
294 PWQUALITY_CFLAGS = @PWQUALITY_CFLAGS@
295 PWQUALITY_LIBS = @PWQUALITY_LIBS@
296 PWQUALITY_STATIC_LIBS = @PWQUALITY_STATIC_LIBS@
298 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
299 PYTHON_INCLUDES = @PYTHON_INCLUDES@
300 PYTHON_LIBS = @PYTHON_LIBS@
301 PYTHON_PLATFORM = @PYTHON_PLATFORM@
302 PYTHON_PREFIX = @PYTHON_PREFIX@
303 PYTHON_VERSION = @PYTHON_VERSION@
306 SET_MAKE = @SET_MAKE@
310 UUID_LIBS = @UUID_LIBS@
312 XGETTEXT = @XGETTEXT@
313 XGETTEXT_015 = @XGETTEXT_015@
314 abs_builddir = @abs_builddir@
315 abs_srcdir = @abs_srcdir@
316 abs_top_builddir = @abs_top_builddir@
317 abs_top_srcdir = @abs_top_srcdir@
318 ac_ct_AR = @ac_ct_AR@
319 ac_ct_CC = @ac_ct_CC@
320 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
321 am__include = @am__include@
322 am__leading_dot = @am__leading_dot@
323 am__quote = @am__quote@
325 am__untar = @am__untar@
328 build_alias = @build_alias@
329 build_cpu = @build_cpu@
330 build_os = @build_os@
331 build_vendor = @build_vendor@
332 builddir = @builddir@
334 datarootdir = @datarootdir@
337 exec_prefix = @exec_prefix@
339 host_alias = @host_alias@
340 host_cpu = @host_cpu@
342 host_vendor = @host_vendor@
344 includedir = @includedir@
346 install_sh = @install_sh@
348 libexecdir = @libexecdir@
349 localedir = @localedir@
350 localstatedir = @localstatedir@
353 oldincludedir = @oldincludedir@
355 pkgpyexecdir = @pkgpyexecdir@
356 pkgpythondir = @pkgpythondir@
358 program_transform_name = @program_transform_name@
360 pyexecdir = @pyexecdir@
361 pythondir = @pythondir@
363 sharedstatedir = @sharedstatedir@
365 sysconfdir = @sysconfdir@
366 target_alias = @target_alias@
367 top_build_prefix = @top_build_prefix@
368 top_builddir = @top_builddir@
369 top_srcdir = @top_srcdir@
370 EXTRA_DIST = compatimage.img.bz2 compatv10image.img.bz2 \
371 img_fs_ext4.img.bz2 img_fs_vfat.img.bz2 img_fs_xfs.img.bz2 \
372 valid_header_file.bz2 \
373 evil_hdr-payload_overwrite.bz2 \
374 evil_hdr-stripes_payload_dmg.bz2 \
375 evil_hdr-luks_hdr_damage.bz2 \
376 evil_hdr-small_luks_device.bz2 \
377 tcrypt-images.tar.bz2 \
378 luks1-images.tar.bz2 \
379 compat-test loopaes-test align-test discards-test mode-test password-hash-test \
381 reencryption-compat-test \
385 cryptsetup-valg-supps valg.sh valg-api.sh
387 CLEANFILES = cryptsetup-tst* valglog*
388 differ_SOURCES = differ.c
389 differ_CFLAGS = $(AM_CFLAGS) -Wall -O2
390 api_test_SOURCES = api-test.c $(top_srcdir)/lib/utils_loop.c
391 api_test_LDADD = ../lib/libcryptsetup.la
392 api_test_LDFLAGS = $(AM_LDFLAGS) -static
393 api_test_CFLAGS = -g -Wall -O0 $(AM_CFLAGS) -I$(top_srcdir)/lib/ -I$(top_srcdir)/lib/luks1
394 api_test_CPPFLAGS = $(AM_CPPFLAGS) -include config.h
398 .SUFFIXES: .c .lo .o .obj
399 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
401 case '$(am__configure_deps)' in \
403 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
404 && { if test -f $@; then exit 0; else break; fi; }; \
408 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
409 $(am__cd) $(top_srcdir) && \
410 $(AUTOMAKE) --gnu tests/Makefile
412 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
417 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
418 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
421 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424 $(top_srcdir)/configure: $(am__configure_deps)
425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428 $(am__aclocal_m4_deps):
431 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
432 echo " rm -f" $$list; \
433 rm -f $$list || exit $$?; \
434 test -n "$(EXEEXT)" || exit 0; \
435 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
436 echo " rm -f" $$list; \
439 api-test$(EXEEXT): $(api_test_OBJECTS) $(api_test_DEPENDENCIES) $(EXTRA_api_test_DEPENDENCIES)
440 @rm -f api-test$(EXEEXT)
441 $(AM_V_CCLD)$(api_test_LINK) $(api_test_OBJECTS) $(api_test_LDADD) $(LIBS)
443 differ$(EXEEXT): $(differ_OBJECTS) $(differ_DEPENDENCIES) $(EXTRA_differ_DEPENDENCIES)
444 @rm -f differ$(EXEEXT)
445 $(AM_V_CCLD)$(differ_LINK) $(differ_OBJECTS) $(differ_LDADD) $(LIBS)
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api_test-api-test.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api_test-utils_loop.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/differ-differ.Po@am__quote@
458 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
465 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
466 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
472 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
473 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
478 api_test-api-test.o: api-test.c
479 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -MT api_test-api-test.o -MD -MP -MF $(DEPDIR)/api_test-api-test.Tpo -c -o api_test-api-test.o `test -f 'api-test.c' || echo '$(srcdir)/'`api-test.c
480 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/api_test-api-test.Tpo $(DEPDIR)/api_test-api-test.Po
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api-test.c' object='api_test-api-test.o' libtool=no @AMDEPBACKSLASH@
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -c -o api_test-api-test.o `test -f 'api-test.c' || echo '$(srcdir)/'`api-test.c
485 api_test-api-test.obj: api-test.c
486 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -MT api_test-api-test.obj -MD -MP -MF $(DEPDIR)/api_test-api-test.Tpo -c -o api_test-api-test.obj `if test -f 'api-test.c'; then $(CYGPATH_W) 'api-test.c'; else $(CYGPATH_W) '$(srcdir)/api-test.c'; fi`
487 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/api_test-api-test.Tpo $(DEPDIR)/api_test-api-test.Po
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api-test.c' object='api_test-api-test.obj' libtool=no @AMDEPBACKSLASH@
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -c -o api_test-api-test.obj `if test -f 'api-test.c'; then $(CYGPATH_W) 'api-test.c'; else $(CYGPATH_W) '$(srcdir)/api-test.c'; fi`
492 api_test-utils_loop.o: $(top_srcdir)/lib/utils_loop.c
493 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -MT api_test-utils_loop.o -MD -MP -MF $(DEPDIR)/api_test-utils_loop.Tpo -c -o api_test-utils_loop.o `test -f '$(top_srcdir)/lib/utils_loop.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/utils_loop.c
494 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/api_test-utils_loop.Tpo $(DEPDIR)/api_test-utils_loop.Po
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/lib/utils_loop.c' object='api_test-utils_loop.o' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -c -o api_test-utils_loop.o `test -f '$(top_srcdir)/lib/utils_loop.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/utils_loop.c
499 api_test-utils_loop.obj: $(top_srcdir)/lib/utils_loop.c
500 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -MT api_test-utils_loop.obj -MD -MP -MF $(DEPDIR)/api_test-utils_loop.Tpo -c -o api_test-utils_loop.obj `if test -f '$(top_srcdir)/lib/utils_loop.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/utils_loop.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/utils_loop.c'; fi`
501 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/api_test-utils_loop.Tpo $(DEPDIR)/api_test-utils_loop.Po
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(top_srcdir)/lib/utils_loop.c' object='api_test-utils_loop.obj' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(api_test_CPPFLAGS) $(CPPFLAGS) $(api_test_CFLAGS) $(CFLAGS) -c -o api_test-utils_loop.obj `if test -f '$(top_srcdir)/lib/utils_loop.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/utils_loop.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/utils_loop.c'; fi`
506 differ-differ.o: differ.c
507 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(differ_CFLAGS) $(CFLAGS) -MT differ-differ.o -MD -MP -MF $(DEPDIR)/differ-differ.Tpo -c -o differ-differ.o `test -f 'differ.c' || echo '$(srcdir)/'`differ.c
508 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/differ-differ.Tpo $(DEPDIR)/differ-differ.Po
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='differ.c' object='differ-differ.o' libtool=no @AMDEPBACKSLASH@
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(differ_CFLAGS) $(CFLAGS) -c -o differ-differ.o `test -f 'differ.c' || echo '$(srcdir)/'`differ.c
513 differ-differ.obj: differ.c
514 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(differ_CFLAGS) $(CFLAGS) -MT differ-differ.obj -MD -MP -MF $(DEPDIR)/differ-differ.Tpo -c -o differ-differ.obj `if test -f 'differ.c'; then $(CYGPATH_W) 'differ.c'; else $(CYGPATH_W) '$(srcdir)/differ.c'; fi`
515 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/differ-differ.Tpo $(DEPDIR)/differ-differ.Po
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='differ.c' object='differ-differ.obj' libtool=no @AMDEPBACKSLASH@
517 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(differ_CFLAGS) $(CFLAGS) -c -o differ-differ.obj `if test -f 'differ.c'; then $(CYGPATH_W) 'differ.c'; else $(CYGPATH_W) '$(srcdir)/differ.c'; fi`
526 ID: $(am__tagged_files)
527 $(am__define_uniq_tagged_files); mkid -fID $$unique
531 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534 $(am__define_uniq_tagged_files); \
536 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
537 test -n "$$unique" || unique=$$empty_fix; \
538 if test $$# -gt 0; then \
539 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
549 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
550 $(am__define_uniq_tagged_files); \
551 test -z "$(CTAGS_ARGS)$$unique" \
552 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556 here=`$(am__cd) $(top_builddir) && pwd` \
557 && $(am__cd) $(top_srcdir) \
558 && gtags -i $(GTAGS_ARGS) "$$here"
559 cscopelist: cscopelist-am
561 cscopelist-am: $(am__tagged_files)
562 list='$(am__tagged_files)'; \
563 case "$(srcdir)" in \
564 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565 *) sdir=$(subdir)/$(srcdir) ;; \
567 for i in $$list; do \
568 if test -f "$$i"; then \
569 echo "$(subdir)/$$i"; \
573 done >> $(top_builddir)/cscope.files
576 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578 check-TESTS: $(TESTS)
579 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
580 srcdir=$(srcdir); export srcdir; \
583 if test -n "$$list"; then \
584 for tst in $$list; do \
585 if test -f ./$$tst; then dir=./; \
586 elif test -f $$tst; then dir=; \
587 else dir="$(srcdir)/"; fi; \
588 if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
589 all=`expr $$all + 1`; \
590 case " $(XFAIL_TESTS) " in \
591 *[\ \ ]$$tst[\ \ ]*) \
592 xpass=`expr $$xpass + 1`; \
593 failed=`expr $$failed + 1`; \
594 col=$$red; res=XPASS; \
597 col=$$grn; res=PASS; \
600 elif test $$? -ne 77; then \
601 all=`expr $$all + 1`; \
602 case " $(XFAIL_TESTS) " in \
603 *[\ \ ]$$tst[\ \ ]*) \
604 xfail=`expr $$xfail + 1`; \
605 col=$$lgn; res=XFAIL; \
608 failed=`expr $$failed + 1`; \
609 col=$$red; res=FAIL; \
613 skip=`expr $$skip + 1`; \
614 col=$$blu; res=SKIP; \
616 echo "$${col}$$res$${std}: $$tst"; \
618 if test "$$all" -eq 1; then \
625 if test "$$failed" -eq 0; then \
626 if test "$$xfail" -eq 0; then \
627 banner="$$All$$all $$tests passed"; \
629 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
630 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
633 if test "$$xpass" -eq 0; then \
634 banner="$$failed of $$all $$tests failed"; \
636 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
637 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
642 if test "$$skip" -ne 0; then \
643 if test "$$skip" -eq 1; then \
644 skipped="($$skip test was not run)"; \
646 skipped="($$skip tests were not run)"; \
648 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
649 dashes="$$skipped"; \
652 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
653 report="Please report to $(PACKAGE_BUGREPORT)"; \
654 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
657 dashes=`echo "$$dashes" | sed s/./=/g`; \
658 if test "$$failed" -eq 0; then \
663 echo "$${col}$$dashes$${std}"; \
664 echo "$${col}$$banner$${std}"; \
665 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
666 test -z "$$report" || echo "$${col}$$report$${std}"; \
667 echo "$${col}$$dashes$${std}"; \
668 test "$$failed" -eq 0; \
671 distdir: $(DISTFILES)
672 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
673 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
674 list='$(DISTFILES)'; \
675 dist_files=`for file in $$list; do echo $$file; done | \
676 sed -e "s|^$$srcdirstrip/||;t" \
677 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
678 case $$dist_files in \
679 */*) $(MKDIR_P) `echo "$$dist_files" | \
680 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
683 for file in $$dist_files; do \
684 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
685 if test -d $$d/$$file; then \
686 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
687 if test -d "$(distdir)/$$file"; then \
688 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
691 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
692 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
696 test -f "$(distdir)/$$file" \
697 || cp -p $$d/$$file "$(distdir)/$$file" \
702 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
703 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
708 install-exec: install-exec-am
709 install-data: install-data-am
710 uninstall: uninstall-am
713 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
715 installcheck: installcheck-am
717 if test -z '$(STRIP)'; then \
718 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
729 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
732 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
733 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
735 maintainer-clean-generic:
736 @echo "This command is intended for maintainers to use"
737 @echo "it deletes files that may require special tools to rebuild."
740 clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
743 distclean: distclean-am
746 distclean-am: clean-am distclean-compile distclean-generic \
763 install-dvi: install-dvi-am
769 install-html: install-html-am
773 install-info: install-info-am
779 install-pdf: install-pdf-am
783 install-ps: install-ps-am
789 maintainer-clean: maintainer-clean-am
792 maintainer-clean-am: distclean-am maintainer-clean-generic
794 mostlyclean: mostlyclean-am
796 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
809 .MAKE: check-am install-am install-strip
811 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
812 clean-checkPROGRAMS clean-generic clean-libtool clean-local \
813 cscopelist-am ctags ctags-am distclean distclean-compile \
814 distclean-generic distclean-libtool distclean-tags distdir dvi \
815 dvi-am html html-am info info-am install install-am \
816 install-data install-data-am install-dvi install-dvi-am \
817 install-exec install-exec-am install-html install-html-am \
818 install-info install-info-am install-man install-pdf \
819 install-pdf-am install-ps install-ps-am install-strip \
820 installcheck installcheck-am installdirs maintainer-clean \
821 maintainer-clean-generic mostlyclean mostlyclean-compile \
822 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
823 tags tags-am uninstall uninstall-am
826 -rm -rf tcrypt-images luks1-images
829 @bzip2 -k -d compatimage.img.bz2
831 valgrind-check: api-test differ
832 @VALG=1 ./compat-test
833 @INFOSTRING="api-test-000" ./valg-api.sh ./api-test
835 .PHONY: valgrind-check
837 # Tell versions [3.59,3.63) of GNU make to not export all variables.
838 # Otherwise a system limit (for SysV at least) may be exceeded.