bcb42e8983e0b39ab79840447eef5428604e48b3
[platform/upstream/cryptsetup.git] / lib / verity / 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
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 subdir = lib/verity
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83         $(top_srcdir)/depcomp
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
86         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
87         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
88         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
89         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
90         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
91         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
92         $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94         $(ACLOCAL_M4)
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_HEADER = $(top_builddir)/config.h
97 CONFIG_CLEAN_FILES =
98 CONFIG_CLEAN_VPATH_FILES =
99 LTLIBRARIES = $(noinst_LTLIBRARIES)
100 libverity_la_LIBADD =
101 am_libverity_la_OBJECTS = libverity_la-verity_hash.lo \
102         libverity_la-verity.lo
103 libverity_la_OBJECTS = $(am_libverity_la_OBJECTS)
104 AM_V_lt = $(am__v_lt_@AM_V@)
105 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
106 am__v_lt_0 = --silent
107 am__v_lt_1 = 
108 libverity_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
109         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libverity_la_CFLAGS) \
110         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo "  GEN     " $@;
118 am__v_GEN_1 = 
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 = 
123 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
124 depcomp = $(SHELL) $(top_srcdir)/depcomp
125 am__depfiles_maybe = depfiles
126 am__mv = mv -f
127 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
131         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
132         $(AM_CFLAGS) $(CFLAGS)
133 AM_V_CC = $(am__v_CC_@AM_V@)
134 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
135 am__v_CC_0 = @echo "  CC      " $@;
136 am__v_CC_1 = 
137 CCLD = $(CC)
138 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
140         $(AM_LDFLAGS) $(LDFLAGS) -o $@
141 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
143 am__v_CCLD_0 = @echo "  CCLD    " $@;
144 am__v_CCLD_1 = 
145 SOURCES = $(libverity_la_SOURCES)
146 DIST_SOURCES = $(libverity_la_SOURCES)
147 am__can_run_installinfo = \
148   case $$AM_UPDATE_INFO_DIR in \
149     n|no|NO) false;; \
150     *) (install-info --version) >/dev/null 2>&1;; \
151   esac
152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 # Read a list of newline-separated strings from the standard input,
154 # and print each of them once, without duplicates.  Input order is
155 # *not* preserved.
156 am__uniquify_input = $(AWK) '\
157   BEGIN { nonempty = 0; } \
158   { items[$$0] = 1; nonempty = 1; } \
159   END { if (nonempty) { for (i in items) print i; }; } \
160 '
161 # Make sure the list of sources is unique.  This is necessary because,
162 # e.g., the same source file might be shared among _SOURCES variables
163 # for different programs/libraries.
164 am__define_uniq_tagged_files = \
165   list='$(am__tagged_files)'; \
166   unique=`for i in $$list; do \
167     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
168   done | $(am__uniquify_input)`
169 ETAGS = etags
170 CTAGS = ctags
171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172 ACLOCAL = @ACLOCAL@
173 AMTAR = @AMTAR@
174 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
175 AR = @AR@
176 AUTOCONF = @AUTOCONF@
177 AUTOHEADER = @AUTOHEADER@
178 AUTOMAKE = @AUTOMAKE@
179 AWK = @AWK@
180 CC = @CC@
181 CCDEPMODE = @CCDEPMODE@
182 CFLAGS = @CFLAGS@
183 CPP = @CPP@
184 CPPFLAGS = @CPPFLAGS@
185 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
186 CRYPTO_LIBS = @CRYPTO_LIBS@
187 CRYPTO_STATIC_LIBS = @CRYPTO_STATIC_LIBS@
188 CYGPATH_W = @CYGPATH_W@
189 DEFS = @DEFS@
190 DEPDIR = @DEPDIR@
191 DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
192 DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
193 DEVMAPPER_STATIC_CFLAGS = @DEVMAPPER_STATIC_CFLAGS@
194 DEVMAPPER_STATIC_LIBS = @DEVMAPPER_STATIC_LIBS@
195 DLLTOOL = @DLLTOOL@
196 DSYMUTIL = @DSYMUTIL@
197 DUMPBIN = @DUMPBIN@
198 ECHO_C = @ECHO_C@
199 ECHO_N = @ECHO_N@
200 ECHO_T = @ECHO_T@
201 EGREP = @EGREP@
202 EXEEXT = @EXEEXT@
203 FGREP = @FGREP@
204 GMSGFMT = @GMSGFMT@
205 GMSGFMT_015 = @GMSGFMT_015@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_DATA = @INSTALL_DATA@
209 INSTALL_PROGRAM = @INSTALL_PROGRAM@
210 INSTALL_SCRIPT = @INSTALL_SCRIPT@
211 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212 INTLLIBS = @INTLLIBS@
213 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
214 LD = @LD@
215 LDFLAGS = @LDFLAGS@
216 LIBCRYPTSETUP_VERSION = @LIBCRYPTSETUP_VERSION@
217 LIBCRYPTSETUP_VERSION_INFO = @LIBCRYPTSETUP_VERSION_INFO@
218 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
219 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
220 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
221 LIBICONV = @LIBICONV@
222 LIBINTL = @LIBINTL@
223 LIBOBJS = @LIBOBJS@
224 LIBS = @LIBS@
225 LIBTOOL = @LIBTOOL@
226 LIPO = @LIPO@
227 LN_S = @LN_S@
228 LTLIBICONV = @LTLIBICONV@
229 LTLIBINTL = @LTLIBINTL@
230 LTLIBOBJS = @LTLIBOBJS@
231 MAKEINFO = @MAKEINFO@
232 MANIFEST_TOOL = @MANIFEST_TOOL@
233 MKDIR_P = @MKDIR_P@
234 MSGFMT = @MSGFMT@
235 MSGFMT_015 = @MSGFMT_015@
236 MSGMERGE = @MSGMERGE@
237 NM = @NM@
238 NMEDIT = @NMEDIT@
239 NSS_CFLAGS = @NSS_CFLAGS@
240 NSS_LIBS = @NSS_LIBS@
241 OBJDUMP = @OBJDUMP@
242 OBJEXT = @OBJEXT@
243 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
244 OPENSSL_LIBS = @OPENSSL_LIBS@
245 OPENSSL_STATIC_CFLAGS = @OPENSSL_STATIC_CFLAGS@
246 OPENSSL_STATIC_LIBS = @OPENSSL_STATIC_LIBS@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 POPT_LIBS = @POPT_LIBS@
261 POSUB = @POSUB@
262 PWQUALITY_CFLAGS = @PWQUALITY_CFLAGS@
263 PWQUALITY_LIBS = @PWQUALITY_LIBS@
264 PWQUALITY_STATIC_LIBS = @PWQUALITY_STATIC_LIBS@
265 PYTHON = @PYTHON@
266 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
267 PYTHON_INCLUDES = @PYTHON_INCLUDES@
268 PYTHON_LIBS = @PYTHON_LIBS@
269 PYTHON_PLATFORM = @PYTHON_PLATFORM@
270 PYTHON_PREFIX = @PYTHON_PREFIX@
271 PYTHON_VERSION = @PYTHON_VERSION@
272 RANLIB = @RANLIB@
273 SED = @SED@
274 SET_MAKE = @SET_MAKE@
275 SHELL = @SHELL@
276 STRIP = @STRIP@
277 USE_NLS = @USE_NLS@
278 UUID_LIBS = @UUID_LIBS@
279 VERSION = @VERSION@
280 XGETTEXT = @XGETTEXT@
281 XGETTEXT_015 = @XGETTEXT_015@
282 abs_builddir = @abs_builddir@
283 abs_srcdir = @abs_srcdir@
284 abs_top_builddir = @abs_top_builddir@
285 abs_top_srcdir = @abs_top_srcdir@
286 ac_ct_AR = @ac_ct_AR@
287 ac_ct_CC = @ac_ct_CC@
288 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
289 am__include = @am__include@
290 am__leading_dot = @am__leading_dot@
291 am__quote = @am__quote@
292 am__tar = @am__tar@
293 am__untar = @am__untar@
294 bindir = @bindir@
295 build = @build@
296 build_alias = @build_alias@
297 build_cpu = @build_cpu@
298 build_os = @build_os@
299 build_vendor = @build_vendor@
300 builddir = @builddir@
301 datadir = @datadir@
302 datarootdir = @datarootdir@
303 docdir = @docdir@
304 dvidir = @dvidir@
305 exec_prefix = @exec_prefix@
306 host = @host@
307 host_alias = @host_alias@
308 host_cpu = @host_cpu@
309 host_os = @host_os@
310 host_vendor = @host_vendor@
311 htmldir = @htmldir@
312 includedir = @includedir@
313 infodir = @infodir@
314 install_sh = @install_sh@
315 libdir = @libdir@
316 libexecdir = @libexecdir@
317 localedir = @localedir@
318 localstatedir = @localstatedir@
319 mandir = @mandir@
320 mkdir_p = @mkdir_p@
321 oldincludedir = @oldincludedir@
322 pdfdir = @pdfdir@
323 pkgpyexecdir = @pkgpyexecdir@
324 pkgpythondir = @pkgpythondir@
325 prefix = @prefix@
326 program_transform_name = @program_transform_name@
327 psdir = @psdir@
328 pyexecdir = @pyexecdir@
329 pythondir = @pythondir@
330 sbindir = @sbindir@
331 sharedstatedir = @sharedstatedir@
332 srcdir = @srcdir@
333 sysconfdir = @sysconfdir@
334 target_alias = @target_alias@
335 top_build_prefix = @top_build_prefix@
336 top_builddir = @top_builddir@
337 top_srcdir = @top_srcdir@
338 moduledir = $(libdir)/cryptsetup
339 noinst_LTLIBRARIES = libverity.la
340 libverity_la_CFLAGS = -Wall $(AM_CFLAGS) @CRYPTO_CFLAGS@
341 libverity_la_SOURCES = \
342         verity_hash.c \
343         verity.c \
344         verity.h
345
346 AM_CPPFLAGS = -include config.h \
347         -I$(top_srcdir)/lib                     \
348         -I$(top_srcdir)/lib/crypto_backend
349
350 all: all-am
351
352 .SUFFIXES:
353 .SUFFIXES: .c .lo .o .obj
354 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
355         @for dep in $?; do \
356           case '$(am__configure_deps)' in \
357             *$$dep*) \
358               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
359                 && { if test -f $@; then exit 0; else break; fi; }; \
360               exit 1;; \
361           esac; \
362         done; \
363         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/verity/Makefile'; \
364         $(am__cd) $(top_srcdir) && \
365           $(AUTOMAKE) --gnu lib/verity/Makefile
366 .PRECIOUS: Makefile
367 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368         @case '$?' in \
369           *config.status*) \
370             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
371           *) \
372             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
373             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
374         esac;
375
376 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
379 $(top_srcdir)/configure:  $(am__configure_deps)
380         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
382         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(am__aclocal_m4_deps):
384
385 clean-noinstLTLIBRARIES:
386         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
387         @list='$(noinst_LTLIBRARIES)'; \
388         locs=`for p in $$list; do echo $$p; done | \
389               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
390               sort -u`; \
391         test -z "$$locs" || { \
392           echo rm -f $${locs}; \
393           rm -f $${locs}; \
394         }
395
396 libverity.la: $(libverity_la_OBJECTS) $(libverity_la_DEPENDENCIES) $(EXTRA_libverity_la_DEPENDENCIES) 
397         $(AM_V_CCLD)$(libverity_la_LINK)  $(libverity_la_OBJECTS) $(libverity_la_LIBADD) $(LIBS)
398
399 mostlyclean-compile:
400         -rm -f *.$(OBJEXT)
401
402 distclean-compile:
403         -rm -f *.tab.c
404
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libverity_la-verity.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libverity_la-verity_hash.Plo@am__quote@
407
408 .c.o:
409 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
410 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
414
415 .c.obj:
416 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
417 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
421
422 .c.lo:
423 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
428
429 libverity_la-verity_hash.lo: verity_hash.c
430 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverity_la_CFLAGS) $(CFLAGS) -MT libverity_la-verity_hash.lo -MD -MP -MF $(DEPDIR)/libverity_la-verity_hash.Tpo -c -o libverity_la-verity_hash.lo `test -f 'verity_hash.c' || echo '$(srcdir)/'`verity_hash.c
431 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libverity_la-verity_hash.Tpo $(DEPDIR)/libverity_la-verity_hash.Plo
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='verity_hash.c' object='libverity_la-verity_hash.lo' libtool=yes @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverity_la_CFLAGS) $(CFLAGS) -c -o libverity_la-verity_hash.lo `test -f 'verity_hash.c' || echo '$(srcdir)/'`verity_hash.c
435
436 libverity_la-verity.lo: verity.c
437 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverity_la_CFLAGS) $(CFLAGS) -MT libverity_la-verity.lo -MD -MP -MF $(DEPDIR)/libverity_la-verity.Tpo -c -o libverity_la-verity.lo `test -f 'verity.c' || echo '$(srcdir)/'`verity.c
438 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libverity_la-verity.Tpo $(DEPDIR)/libverity_la-verity.Plo
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='verity.c' object='libverity_la-verity.lo' libtool=yes @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libverity_la_CFLAGS) $(CFLAGS) -c -o libverity_la-verity.lo `test -f 'verity.c' || echo '$(srcdir)/'`verity.c
442
443 mostlyclean-libtool:
444         -rm -f *.lo
445
446 clean-libtool:
447         -rm -rf .libs _libs
448
449 ID: $(am__tagged_files)
450         $(am__define_uniq_tagged_files); mkid -fID $$unique
451 tags: tags-am
452 TAGS: tags
453
454 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455         set x; \
456         here=`pwd`; \
457         $(am__define_uniq_tagged_files); \
458         shift; \
459         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460           test -n "$$unique" || unique=$$empty_fix; \
461           if test $$# -gt 0; then \
462             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463               "$$@" $$unique; \
464           else \
465             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466               $$unique; \
467           fi; \
468         fi
469 ctags: ctags-am
470
471 CTAGS: ctags
472 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
473         $(am__define_uniq_tagged_files); \
474         test -z "$(CTAGS_ARGS)$$unique" \
475           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476              $$unique
477
478 GTAGS:
479         here=`$(am__cd) $(top_builddir) && pwd` \
480           && $(am__cd) $(top_srcdir) \
481           && gtags -i $(GTAGS_ARGS) "$$here"
482 cscopelist: cscopelist-am
483
484 cscopelist-am: $(am__tagged_files)
485         list='$(am__tagged_files)'; \
486         case "$(srcdir)" in \
487           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
488           *) sdir=$(subdir)/$(srcdir) ;; \
489         esac; \
490         for i in $$list; do \
491           if test -f "$$i"; then \
492             echo "$(subdir)/$$i"; \
493           else \
494             echo "$$sdir/$$i"; \
495           fi; \
496         done >> $(top_builddir)/cscope.files
497
498 distclean-tags:
499         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500
501 distdir: $(DISTFILES)
502         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504         list='$(DISTFILES)'; \
505           dist_files=`for file in $$list; do echo $$file; done | \
506           sed -e "s|^$$srcdirstrip/||;t" \
507               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508         case $$dist_files in \
509           */*) $(MKDIR_P) `echo "$$dist_files" | \
510                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511                            sort -u` ;; \
512         esac; \
513         for file in $$dist_files; do \
514           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515           if test -d $$d/$$file; then \
516             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517             if test -d "$(distdir)/$$file"; then \
518               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519             fi; \
520             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523             fi; \
524             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
525           else \
526             test -f "$(distdir)/$$file" \
527             || cp -p $$d/$$file "$(distdir)/$$file" \
528             || exit 1; \
529           fi; \
530         done
531 check-am: all-am
532 check: check-am
533 all-am: Makefile $(LTLIBRARIES)
534 installdirs:
535 install: install-am
536 install-exec: install-exec-am
537 install-data: install-data-am
538 uninstall: uninstall-am
539
540 install-am: all-am
541         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
542
543 installcheck: installcheck-am
544 install-strip:
545         if test -z '$(STRIP)'; then \
546           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548               install; \
549         else \
550           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
553         fi
554 mostlyclean-generic:
555
556 clean-generic:
557
558 distclean-generic:
559         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
560         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
561
562 maintainer-clean-generic:
563         @echo "This command is intended for maintainers to use"
564         @echo "it deletes files that may require special tools to rebuild."
565 clean: clean-am
566
567 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
568         mostlyclean-am
569
570 distclean: distclean-am
571         -rm -rf ./$(DEPDIR)
572         -rm -f Makefile
573 distclean-am: clean-am distclean-compile distclean-generic \
574         distclean-tags
575
576 dvi: dvi-am
577
578 dvi-am:
579
580 html: html-am
581
582 html-am:
583
584 info: info-am
585
586 info-am:
587
588 install-data-am:
589
590 install-dvi: install-dvi-am
591
592 install-dvi-am:
593
594 install-exec-am:
595
596 install-html: install-html-am
597
598 install-html-am:
599
600 install-info: install-info-am
601
602 install-info-am:
603
604 install-man:
605
606 install-pdf: install-pdf-am
607
608 install-pdf-am:
609
610 install-ps: install-ps-am
611
612 install-ps-am:
613
614 installcheck-am:
615
616 maintainer-clean: maintainer-clean-am
617         -rm -rf ./$(DEPDIR)
618         -rm -f Makefile
619 maintainer-clean-am: distclean-am maintainer-clean-generic
620
621 mostlyclean: mostlyclean-am
622
623 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
624         mostlyclean-libtool
625
626 pdf: pdf-am
627
628 pdf-am:
629
630 ps: ps-am
631
632 ps-am:
633
634 uninstall-am:
635
636 .MAKE: install-am install-strip
637
638 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
639         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
640         ctags-am distclean distclean-compile distclean-generic \
641         distclean-libtool distclean-tags distdir dvi dvi-am html \
642         html-am info info-am install install-am install-data \
643         install-data-am install-dvi install-dvi-am install-exec \
644         install-exec-am install-html install-html-am install-info \
645         install-info-am install-man install-pdf install-pdf-am \
646         install-ps install-ps-am install-strip installcheck \
647         installcheck-am installdirs maintainer-clean \
648         maintainer-clean-generic mostlyclean mostlyclean-compile \
649         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
650         tags tags-am uninstall uninstall-am
651
652
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: