Include 'sys/sysmacros.h' for GCC-9
[platform/upstream/cryptsetup.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) 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;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
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)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
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)
86 subdir = tests
87 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88         $(top_srcdir)/depcomp
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) \
99         $(ACLOCAL_M4)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
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
111 am__v_lt_1 = 
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@)
123 am__v_P_0 = false
124 am__v_P_1 = :
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     " $@;
128 am__v_GEN_1 = 
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 = 
133 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
134 depcomp = $(SHELL) $(top_srcdir)/depcomp
135 am__depfiles_maybe = depfiles
136 am__mv = mv -f
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      " $@;
146 am__v_CC_1 = 
147 CCLD = $(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    " $@;
154 am__v_CCLD_1 = 
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 \
159     n|no|NO) false;; \
160     *) (install-info --version) >/dev/null 2>&1;; \
161   esac
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
165 # *not* preserved.
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; }; } \
170 '
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)`
179 ETAGS = etags
180 CTAGS = ctags
181 am__tty_colors_dummy = \
182   mgn= red= grn= lgn= blu= brg= std=; \
183   am__color_tests=no
184 am__tty_colors = { \
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; \
192   fi; \
193   if test $$am__color_tests = yes; then \
194     red='\e[0;31m'; \
195     grn='\e[0;32m'; \
196     lgn='\e[1;32m'; \
197     blu='\e[1;34m'; \
198     mgn='\e[0;35m'; \
199     brg='\e[1m'; \
200     std='\e[m'; \
201   fi; \
202 }
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 ACLOCAL = @ACLOCAL@
205 AMTAR = @AMTAR@
206 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207 AR = @AR@
208 AUTOCONF = @AUTOCONF@
209 AUTOHEADER = @AUTOHEADER@
210 AUTOMAKE = @AUTOMAKE@
211 AWK = @AWK@
212 CC = @CC@
213 CCDEPMODE = @CCDEPMODE@
214 CFLAGS = @CFLAGS@
215 CPP = @CPP@
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@
221 DEFS = @DEFS@
222 DEPDIR = @DEPDIR@
223 DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
224 DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
225 DEVMAPPER_STATIC_CFLAGS = @DEVMAPPER_STATIC_CFLAGS@
226 DEVMAPPER_STATIC_LIBS = @DEVMAPPER_STATIC_LIBS@
227 DLLTOOL = @DLLTOOL@
228 DSYMUTIL = @DSYMUTIL@
229 DUMPBIN = @DUMPBIN@
230 ECHO_C = @ECHO_C@
231 ECHO_N = @ECHO_N@
232 ECHO_T = @ECHO_T@
233 EGREP = @EGREP@
234 EXEEXT = @EXEEXT@
235 FGREP = @FGREP@
236 GMSGFMT = @GMSGFMT@
237 GMSGFMT_015 = @GMSGFMT_015@
238 GREP = @GREP@
239 INSTALL = @INSTALL@
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@
246 LD = @LD@
247 LDFLAGS = @LDFLAGS@
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@
254 LIBINTL = @LIBINTL@
255 LIBOBJS = @LIBOBJS@
256 LIBS = @LIBS@
257 LIBTOOL = @LIBTOOL@
258 LIPO = @LIPO@
259 LN_S = @LN_S@
260 LTLIBICONV = @LTLIBICONV@
261 LTLIBINTL = @LTLIBINTL@
262 LTLIBOBJS = @LTLIBOBJS@
263 MAKEINFO = @MAKEINFO@
264 MANIFEST_TOOL = @MANIFEST_TOOL@
265 MKDIR_P = @MKDIR_P@
266 MSGFMT = @MSGFMT@
267 MSGFMT_015 = @MSGFMT_015@
268 MSGMERGE = @MSGMERGE@
269 NM = @NM@
270 NMEDIT = @NMEDIT@
271 NSS_CFLAGS = @NSS_CFLAGS@
272 NSS_LIBS = @NSS_LIBS@
273 OBJDUMP = @OBJDUMP@
274 OBJEXT = @OBJEXT@
275 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
276 OPENSSL_LIBS = @OPENSSL_LIBS@
277 OPENSSL_STATIC_CFLAGS = @OPENSSL_STATIC_CFLAGS@
278 OPENSSL_STATIC_LIBS = @OPENSSL_STATIC_LIBS@
279 OTOOL = @OTOOL@
280 OTOOL64 = @OTOOL64@
281 PACKAGE = @PACKAGE@
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@
293 POSUB = @POSUB@
294 PWQUALITY_CFLAGS = @PWQUALITY_CFLAGS@
295 PWQUALITY_LIBS = @PWQUALITY_LIBS@
296 PWQUALITY_STATIC_LIBS = @PWQUALITY_STATIC_LIBS@
297 PYTHON = @PYTHON@
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@
304 RANLIB = @RANLIB@
305 SED = @SED@
306 SET_MAKE = @SET_MAKE@
307 SHELL = @SHELL@
308 STRIP = @STRIP@
309 USE_NLS = @USE_NLS@
310 UUID_LIBS = @UUID_LIBS@
311 VERSION = @VERSION@
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@
324 am__tar = @am__tar@
325 am__untar = @am__untar@
326 bindir = @bindir@
327 build = @build@
328 build_alias = @build_alias@
329 build_cpu = @build_cpu@
330 build_os = @build_os@
331 build_vendor = @build_vendor@
332 builddir = @builddir@
333 datadir = @datadir@
334 datarootdir = @datarootdir@
335 docdir = @docdir@
336 dvidir = @dvidir@
337 exec_prefix = @exec_prefix@
338 host = @host@
339 host_alias = @host_alias@
340 host_cpu = @host_cpu@
341 host_os = @host_os@
342 host_vendor = @host_vendor@
343 htmldir = @htmldir@
344 includedir = @includedir@
345 infodir = @infodir@
346 install_sh = @install_sh@
347 libdir = @libdir@
348 libexecdir = @libexecdir@
349 localedir = @localedir@
350 localstatedir = @localstatedir@
351 mandir = @mandir@
352 mkdir_p = @mkdir_p@
353 oldincludedir = @oldincludedir@
354 pdfdir = @pdfdir@
355 pkgpyexecdir = @pkgpyexecdir@
356 pkgpythondir = @pkgpythondir@
357 prefix = @prefix@
358 program_transform_name = @program_transform_name@
359 psdir = @psdir@
360 pyexecdir = @pyexecdir@
361 pythondir = @pythondir@
362 sbindir = @sbindir@
363 sharedstatedir = @sharedstatedir@
364 srcdir = @srcdir@
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 \
380         verity-compat-test \
381         reencryption-compat-test \
382         tcrypt-compat-test \
383         luks1-compat-test \
384         device-test \
385         cryptsetup-valg-supps valg.sh valg-api.sh
386
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
395 all: all-am
396
397 .SUFFIXES:
398 .SUFFIXES: .c .lo .o .obj
399 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
400         @for dep in $?; do \
401           case '$(am__configure_deps)' in \
402             *$$dep*) \
403               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
404                 && { if test -f $@; then exit 0; else break; fi; }; \
405               exit 1;; \
406           esac; \
407         done; \
408         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
409         $(am__cd) $(top_srcdir) && \
410           $(AUTOMAKE) --gnu tests/Makefile
411 .PRECIOUS: Makefile
412 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
413         @case '$?' in \
414           *config.status*) \
415             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
416           *) \
417             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
418             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
419         esac;
420
421 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
422         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423
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):
429
430 clean-checkPROGRAMS:
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; \
437         rm -f $$list
438
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)
442
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)
446
447 mostlyclean-compile:
448         -rm -f *.$(OBJEXT)
449
450 distclean-compile:
451         -rm -f *.tab.c
452
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@
456
457 .c.o:
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 $@ $<
463
464 .c.obj:
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) '$<'`
470
471 .c.lo:
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 $@ $<
477
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
484
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`
491
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
498
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`
505
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
512
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`
519
520 mostlyclean-libtool:
521         -rm -f *.lo
522
523 clean-libtool:
524         -rm -rf .libs _libs
525
526 ID: $(am__tagged_files)
527         $(am__define_uniq_tagged_files); mkid -fID $$unique
528 tags: tags-am
529 TAGS: tags
530
531 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532         set x; \
533         here=`pwd`; \
534         $(am__define_uniq_tagged_files); \
535         shift; \
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) \
540               "$$@" $$unique; \
541           else \
542             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543               $$unique; \
544           fi; \
545         fi
546 ctags: ctags-am
547
548 CTAGS: ctags
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) \
553              $$unique
554
555 GTAGS:
556         here=`$(am__cd) $(top_builddir) && pwd` \
557           && $(am__cd) $(top_srcdir) \
558           && gtags -i $(GTAGS_ARGS) "$$here"
559 cscopelist: cscopelist-am
560
561 cscopelist-am: $(am__tagged_files)
562         list='$(am__tagged_files)'; \
563         case "$(srcdir)" in \
564           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565           *) sdir=$(subdir)/$(srcdir) ;; \
566         esac; \
567         for i in $$list; do \
568           if test -f "$$i"; then \
569             echo "$(subdir)/$$i"; \
570           else \
571             echo "$$sdir/$$i"; \
572           fi; \
573         done >> $(top_builddir)/cscope.files
574
575 distclean-tags:
576         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577
578 check-TESTS: $(TESTS)
579         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
580         srcdir=$(srcdir); export srcdir; \
581         list=' $(TESTS) '; \
582         $(am__tty_colors); \
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; \
595               ;; \
596               *) \
597                 col=$$grn; res=PASS; \
598               ;; \
599               esac; \
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; \
606               ;; \
607               *) \
608                 failed=`expr $$failed + 1`; \
609                 col=$$red; res=FAIL; \
610               ;; \
611               esac; \
612             else \
613               skip=`expr $$skip + 1`; \
614               col=$$blu; res=SKIP; \
615             fi; \
616             echo "$${col}$$res$${std}: $$tst"; \
617           done; \
618           if test "$$all" -eq 1; then \
619             tests="test"; \
620             All=""; \
621           else \
622             tests="tests"; \
623             All="All "; \
624           fi; \
625           if test "$$failed" -eq 0; then \
626             if test "$$xfail" -eq 0; then \
627               banner="$$All$$all $$tests passed"; \
628             else \
629               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
630               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
631             fi; \
632           else \
633             if test "$$xpass" -eq 0; then \
634               banner="$$failed of $$all $$tests failed"; \
635             else \
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)"; \
638             fi; \
639           fi; \
640           dashes="$$banner"; \
641           skipped=""; \
642           if test "$$skip" -ne 0; then \
643             if test "$$skip" -eq 1; then \
644               skipped="($$skip test was not run)"; \
645             else \
646               skipped="($$skip tests were not run)"; \
647             fi; \
648             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
649               dashes="$$skipped"; \
650           fi; \
651           report=""; \
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` || \
655               dashes="$$report"; \
656           fi; \
657           dashes=`echo "$$dashes" | sed s/./=/g`; \
658           if test "$$failed" -eq 0; then \
659             col="$$grn"; \
660           else \
661             col="$$red"; \
662           fi; \
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; \
669         else :; fi
670
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,/[^/]*$$,,' | \
681                            sort -u` ;; \
682         esac; \
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 {} \;; \
689             fi; \
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 {} \;; \
693             fi; \
694             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
695           else \
696             test -f "$(distdir)/$$file" \
697             || cp -p $$d/$$file "$(distdir)/$$file" \
698             || exit 1; \
699           fi; \
700         done
701 check-am: all-am
702         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
703         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
704 check: check-am
705 all-am: Makefile
706 installdirs:
707 install: install-am
708 install-exec: install-exec-am
709 install-data: install-data-am
710 uninstall: uninstall-am
711
712 install-am: all-am
713         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
714
715 installcheck: installcheck-am
716 install-strip:
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 \
720               install; \
721         else \
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; \
725         fi
726 mostlyclean-generic:
727
728 clean-generic:
729         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
730
731 distclean-generic:
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)
734
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."
738 clean: clean-am
739
740 clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
741         mostlyclean-am
742
743 distclean: distclean-am
744         -rm -rf ./$(DEPDIR)
745         -rm -f Makefile
746 distclean-am: clean-am distclean-compile distclean-generic \
747         distclean-tags
748
749 dvi: dvi-am
750
751 dvi-am:
752
753 html: html-am
754
755 html-am:
756
757 info: info-am
758
759 info-am:
760
761 install-data-am:
762
763 install-dvi: install-dvi-am
764
765 install-dvi-am:
766
767 install-exec-am:
768
769 install-html: install-html-am
770
771 install-html-am:
772
773 install-info: install-info-am
774
775 install-info-am:
776
777 install-man:
778
779 install-pdf: install-pdf-am
780
781 install-pdf-am:
782
783 install-ps: install-ps-am
784
785 install-ps-am:
786
787 installcheck-am:
788
789 maintainer-clean: maintainer-clean-am
790         -rm -rf ./$(DEPDIR)
791         -rm -f Makefile
792 maintainer-clean-am: distclean-am maintainer-clean-generic
793
794 mostlyclean: mostlyclean-am
795
796 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
797         mostlyclean-libtool
798
799 pdf: pdf-am
800
801 pdf-am:
802
803 ps: ps-am
804
805 ps-am:
806
807 uninstall-am:
808
809 .MAKE: check-am install-am install-strip
810
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
824
825 clean-local:
826         -rm -rf tcrypt-images luks1-images
827
828 compatimage.img:
829         @bzip2 -k -d compatimage.img.bz2
830
831 valgrind-check: api-test differ
832         @VALG=1 ./compat-test
833         @INFOSTRING="api-test-000" ./valg-api.sh ./api-test
834
835 .PHONY: valgrind-check
836
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.
839 .NOEXPORT: