Imported upstream version 1.6.7
[platform/upstream/cryptsetup.git] / lib / 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
18
19 VPATH = @srcdir@
20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 am__make_running_with_option = \
22   case $${target_option-} in \
23       ?) ;; \
24       *) echo "am__make_running_with_option: internal error: invalid" \
25               "target option '$${target_option-}' specified" >&2; \
26          exit 1;; \
27   esac; \
28   has_opt=no; \
29   sane_makeflags=$$MAKEFLAGS; \
30   if $(am__is_gnu_make); then \
31     sane_makeflags=$$MFLAGS; \
32   else \
33     case $$MAKEFLAGS in \
34       *\\[\ \   ]*) \
35         bs=\\; \
36         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
38     esac; \
39   fi; \
40   skip_next=no; \
41   strip_trailopt () \
42   { \
43     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44   }; \
45   for flg in $$sane_makeflags; do \
46     test $$skip_next = yes && { skip_next=no; continue; }; \
47     case $$flg in \
48       *=*|--*) continue;; \
49         -*I) strip_trailopt 'I'; skip_next=yes;; \
50       -*I?*) strip_trailopt 'I';; \
51         -*O) strip_trailopt 'O'; skip_next=yes;; \
52       -*O?*) strip_trailopt 'O';; \
53         -*l) strip_trailopt 'l'; skip_next=yes;; \
54       -*l?*) strip_trailopt 'l';; \
55       -[dEDm]) skip_next=yes;; \
56       -[JT]) skip_next=yes;; \
57     esac; \
58     case $$flg in \
59       *$$target_option*) has_opt=yes; break;; \
60     esac; \
61   done; \
62   test $$has_opt = yes
63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_HEADER = $(INSTALL_DATA)
74 transform = $(program_transform_name)
75 NORMAL_INSTALL = :
76 PRE_INSTALL = :
77 POST_INSTALL = :
78 NORMAL_UNINSTALL = :
79 PRE_UNINSTALL = :
80 POST_UNINSTALL = :
81 build_triplet = @build@
82 host_triplet = @host@
83 subdir = lib
84 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(srcdir)/libcryptsetup.pc.in $(top_srcdir)/depcomp \
86         $(include_HEADERS)
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
89         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
90         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
91         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
92         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
93         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
94         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
95         $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES = libcryptsetup.pc
101 CONFIG_CLEAN_VPATH_FILES =
102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
103 am__vpath_adj = case $$p in \
104     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
105     *) f=$$p;; \
106   esac;
107 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
108 am__install_max = 40
109 am__nobase_strip_setup = \
110   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
111 am__nobase_strip = \
112   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
113 am__nobase_list = $(am__nobase_strip_setup); \
114   for p in $$list; do echo "$$p $$p"; done | \
115   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
116   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
117     if (++n[$$2] == $(am__install_max)) \
118       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
119     END { for (dir in files) print dir, files[dir] }'
120 am__base_list = \
121   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
122   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
123 am__uninstall_files_from_dir = { \
124   test -z "$$files" \
125     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
126     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
127          $(am__cd) "$$dir" && rm -f $$files; }; \
128   }
129 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
130         "$(DESTDIR)$(includedir)"
131 LTLIBRARIES = $(lib_LTLIBRARIES)
132 am_libcryptsetup_la_OBJECTS = libcryptsetup_la-setup.lo \
133         libcryptsetup_la-utils.lo libcryptsetup_la-utils_benchmark.lo \
134         libcryptsetup_la-utils_crypt.lo libcryptsetup_la-utils_loop.lo \
135         libcryptsetup_la-utils_devpath.lo \
136         libcryptsetup_la-utils_wipe.lo libcryptsetup_la-utils_fips.lo \
137         libcryptsetup_la-utils_device.lo \
138         libcryptsetup_la-libdevmapper.lo libcryptsetup_la-volumekey.lo \
139         libcryptsetup_la-random.lo libcryptsetup_la-crypt_plain.lo
140 libcryptsetup_la_OBJECTS = $(am_libcryptsetup_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 = 
145 libcryptsetup_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
146         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
147         $(libcryptsetup_la_CFLAGS) $(CFLAGS) \
148         $(libcryptsetup_la_LDFLAGS) $(LDFLAGS) -o $@
149 AM_V_P = $(am__v_P_@AM_V@)
150 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151 am__v_P_0 = false
152 am__v_P_1 = :
153 AM_V_GEN = $(am__v_GEN_@AM_V@)
154 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155 am__v_GEN_0 = @echo "  GEN     " $@;
156 am__v_GEN_1 = 
157 AM_V_at = $(am__v_at_@AM_V@)
158 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159 am__v_at_0 = @
160 am__v_at_1 = 
161 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
162 depcomp = $(SHELL) $(top_srcdir)/depcomp
163 am__depfiles_maybe = depfiles
164 am__mv = mv -f
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170         $(AM_CFLAGS) $(CFLAGS)
171 AM_V_CC = $(am__v_CC_@AM_V@)
172 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173 am__v_CC_0 = @echo "  CC      " $@;
174 am__v_CC_1 = 
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178         $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181 am__v_CCLD_0 = @echo "  CCLD    " $@;
182 am__v_CCLD_1 = 
183 SOURCES = $(libcryptsetup_la_SOURCES)
184 DIST_SOURCES = $(libcryptsetup_la_SOURCES)
185 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
186         ctags-recursive dvi-recursive html-recursive info-recursive \
187         install-data-recursive install-dvi-recursive \
188         install-exec-recursive install-html-recursive \
189         install-info-recursive install-pdf-recursive \
190         install-ps-recursive install-recursive installcheck-recursive \
191         installdirs-recursive pdf-recursive ps-recursive \
192         tags-recursive uninstall-recursive
193 am__can_run_installinfo = \
194   case $$AM_UPDATE_INFO_DIR in \
195     n|no|NO) false;; \
196     *) (install-info --version) >/dev/null 2>&1;; \
197   esac
198 DATA = $(pkgconfig_DATA)
199 HEADERS = $(include_HEADERS)
200 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
201   distclean-recursive maintainer-clean-recursive
202 am__recursive_targets = \
203   $(RECURSIVE_TARGETS) \
204   $(RECURSIVE_CLEAN_TARGETS) \
205   $(am__extra_recursive_targets)
206 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
207         distdir
208 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
209 # Read a list of newline-separated strings from the standard input,
210 # and print each of them once, without duplicates.  Input order is
211 # *not* preserved.
212 am__uniquify_input = $(AWK) '\
213   BEGIN { nonempty = 0; } \
214   { items[$$0] = 1; nonempty = 1; } \
215   END { if (nonempty) { for (i in items) print i; }; } \
216 '
217 # Make sure the list of sources is unique.  This is necessary because,
218 # e.g., the same source file might be shared among _SOURCES variables
219 # for different programs/libraries.
220 am__define_uniq_tagged_files = \
221   list='$(am__tagged_files)'; \
222   unique=`for i in $$list; do \
223     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224   done | $(am__uniquify_input)`
225 ETAGS = etags
226 CTAGS = ctags
227 DIST_SUBDIRS = $(SUBDIRS)
228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229 am__relativize = \
230   dir0=`pwd`; \
231   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
232   sed_rest='s,^[^/]*/*,,'; \
233   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
234   sed_butlast='s,/*[^/]*$$,,'; \
235   while test -n "$$dir1"; do \
236     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
237     if test "$$first" != "."; then \
238       if test "$$first" = ".."; then \
239         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
240         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
241       else \
242         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
243         if test "$$first2" = "$$first"; then \
244           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
245         else \
246           dir2="../$$dir2"; \
247         fi; \
248         dir0="$$dir0"/"$$first"; \
249       fi; \
250     fi; \
251     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
252   done; \
253   reldir="$$dir2"
254 ACLOCAL = @ACLOCAL@
255 AMTAR = @AMTAR@
256 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
257 AR = @AR@
258 AUTOCONF = @AUTOCONF@
259 AUTOHEADER = @AUTOHEADER@
260 AUTOMAKE = @AUTOMAKE@
261 AWK = @AWK@
262 CC = @CC@
263 CCDEPMODE = @CCDEPMODE@
264 CFLAGS = @CFLAGS@
265 CPP = @CPP@
266 CPPFLAGS = @CPPFLAGS@
267 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
268 CRYPTO_LIBS = @CRYPTO_LIBS@
269 CRYPTO_STATIC_LIBS = @CRYPTO_STATIC_LIBS@
270 CYGPATH_W = @CYGPATH_W@
271 DEFS = @DEFS@
272 DEPDIR = @DEPDIR@
273 DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
274 DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
275 DEVMAPPER_STATIC_CFLAGS = @DEVMAPPER_STATIC_CFLAGS@
276 DEVMAPPER_STATIC_LIBS = @DEVMAPPER_STATIC_LIBS@
277 DLLTOOL = @DLLTOOL@
278 DSYMUTIL = @DSYMUTIL@
279 DUMPBIN = @DUMPBIN@
280 ECHO_C = @ECHO_C@
281 ECHO_N = @ECHO_N@
282 ECHO_T = @ECHO_T@
283 EGREP = @EGREP@
284 EXEEXT = @EXEEXT@
285 FGREP = @FGREP@
286 GMSGFMT = @GMSGFMT@
287 GMSGFMT_015 = @GMSGFMT_015@
288 GREP = @GREP@
289 INSTALL = @INSTALL@
290 INSTALL_DATA = @INSTALL_DATA@
291 INSTALL_PROGRAM = @INSTALL_PROGRAM@
292 INSTALL_SCRIPT = @INSTALL_SCRIPT@
293 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
294 INTLLIBS = @INTLLIBS@
295 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
296 LD = @LD@
297 LDFLAGS = @LDFLAGS@
298 LIBCRYPTSETUP_VERSION = @LIBCRYPTSETUP_VERSION@
299 LIBCRYPTSETUP_VERSION_INFO = @LIBCRYPTSETUP_VERSION_INFO@
300 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
301 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
302 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
303 LIBICONV = @LIBICONV@
304 LIBINTL = @LIBINTL@
305 LIBOBJS = @LIBOBJS@
306 LIBS = @LIBS@
307 LIBTOOL = @LIBTOOL@
308 LIPO = @LIPO@
309 LN_S = @LN_S@
310 LTLIBICONV = @LTLIBICONV@
311 LTLIBINTL = @LTLIBINTL@
312 LTLIBOBJS = @LTLIBOBJS@
313 MAKEINFO = @MAKEINFO@
314 MANIFEST_TOOL = @MANIFEST_TOOL@
315 MKDIR_P = @MKDIR_P@
316 MSGFMT = @MSGFMT@
317 MSGFMT_015 = @MSGFMT_015@
318 MSGMERGE = @MSGMERGE@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 NSS_CFLAGS = @NSS_CFLAGS@
322 NSS_LIBS = @NSS_LIBS@
323 OBJDUMP = @OBJDUMP@
324 OBJEXT = @OBJEXT@
325 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
326 OPENSSL_LIBS = @OPENSSL_LIBS@
327 OPENSSL_STATIC_CFLAGS = @OPENSSL_STATIC_CFLAGS@
328 OPENSSL_STATIC_LIBS = @OPENSSL_STATIC_LIBS@
329 OTOOL = @OTOOL@
330 OTOOL64 = @OTOOL64@
331 PACKAGE = @PACKAGE@
332 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
333 PACKAGE_NAME = @PACKAGE_NAME@
334 PACKAGE_STRING = @PACKAGE_STRING@
335 PACKAGE_TARNAME = @PACKAGE_TARNAME@
336 PACKAGE_URL = @PACKAGE_URL@
337 PACKAGE_VERSION = @PACKAGE_VERSION@
338 PATH_SEPARATOR = @PATH_SEPARATOR@
339 PKG_CONFIG = @PKG_CONFIG@
340 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
341 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
342 POPT_LIBS = @POPT_LIBS@
343 POSUB = @POSUB@
344 PWQUALITY_CFLAGS = @PWQUALITY_CFLAGS@
345 PWQUALITY_LIBS = @PWQUALITY_LIBS@
346 PWQUALITY_STATIC_LIBS = @PWQUALITY_STATIC_LIBS@
347 PYTHON = @PYTHON@
348 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
349 PYTHON_INCLUDES = @PYTHON_INCLUDES@
350 PYTHON_LIBS = @PYTHON_LIBS@
351 PYTHON_PLATFORM = @PYTHON_PLATFORM@
352 PYTHON_PREFIX = @PYTHON_PREFIX@
353 PYTHON_VERSION = @PYTHON_VERSION@
354 RANLIB = @RANLIB@
355 SED = @SED@
356 SET_MAKE = @SET_MAKE@
357 SHELL = @SHELL@
358 STRIP = @STRIP@
359 USE_NLS = @USE_NLS@
360 UUID_LIBS = @UUID_LIBS@
361 VERSION = @VERSION@
362 XGETTEXT = @XGETTEXT@
363 XGETTEXT_015 = @XGETTEXT_015@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
371 am__include = @am__include@
372 am__leading_dot = @am__leading_dot@
373 am__quote = @am__quote@
374 am__tar = @am__tar@
375 am__untar = @am__untar@
376 bindir = @bindir@
377 build = @build@
378 build_alias = @build_alias@
379 build_cpu = @build_cpu@
380 build_os = @build_os@
381 build_vendor = @build_vendor@
382 builddir = @builddir@
383 datadir = @datadir@
384 datarootdir = @datarootdir@
385 docdir = @docdir@
386 dvidir = @dvidir@
387 exec_prefix = @exec_prefix@
388 host = @host@
389 host_alias = @host_alias@
390 host_cpu = @host_cpu@
391 host_os = @host_os@
392 host_vendor = @host_vendor@
393 htmldir = @htmldir@
394 includedir = @includedir@
395 infodir = @infodir@
396 install_sh = @install_sh@
397 libdir = @libdir@
398 libexecdir = @libexecdir@
399 localedir = @localedir@
400 localstatedir = @localstatedir@
401 mandir = @mandir@
402 mkdir_p = @mkdir_p@
403 oldincludedir = @oldincludedir@
404 pdfdir = @pdfdir@
405 pkgpyexecdir = @pkgpyexecdir@
406 pkgpythondir = @pkgpythondir@
407 prefix = @prefix@
408 program_transform_name = @program_transform_name@
409 psdir = @psdir@
410 pyexecdir = @pyexecdir@
411 pythondir = @pythondir@
412 sbindir = @sbindir@
413 sharedstatedir = @sharedstatedir@
414 srcdir = @srcdir@
415 sysconfdir = @sysconfdir@
416 target_alias = @target_alias@
417 top_build_prefix = @top_build_prefix@
418 top_builddir = @top_builddir@
419 top_srcdir = @top_srcdir@
420 SUBDIRS = crypto_backend luks1 loopaes verity tcrypt
421 moduledir = $(libdir)/cryptsetup
422 pkgconfigdir = $(libdir)/pkgconfig
423 pkgconfig_DATA = libcryptsetup.pc
424 AM_CPPFLAGS = -include config.h \
425         -I$(top_srcdir)                         \
426         -I$(top_srcdir)/lib/crypto_backend      \
427         -I$(top_srcdir)/lib/luks1               \
428         -I$(top_srcdir)/lib/loopaes             \
429         -I$(top_srcdir)/lib/verity              \
430         -I$(top_srcdir)/lib/tcrypt              \
431         -DDATADIR=\""$(datadir)"\"              \
432         -DLIBDIR=\""$(libdir)"\"                \
433         -DPREFIX=\""$(prefix)"\"                \
434         -DSYSCONFDIR=\""$(sysconfdir)"\"        \
435         -DVERSION=\""$(VERSION)"\"
436
437 lib_LTLIBRARIES = libcryptsetup.la
438 common_ldadd = \
439         crypto_backend/libcrypto_backend.la     \
440         luks1/libluks1.la                       \
441         loopaes/libloopaes.la                   \
442         verity/libverity.la                     \
443         tcrypt/libtcrypt.la
444
445 libcryptsetup_la_DEPENDENCIES = $(common_ldadd) libcryptsetup.sym
446 libcryptsetup_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \
447         -Wl,--version-script=$(top_srcdir)/lib/libcryptsetup.sym \
448         -version-info @LIBCRYPTSETUP_VERSION_INFO@
449
450 libcryptsetup_la_CFLAGS = -Wall $(AM_CFLAGS) @CRYPTO_CFLAGS@
451 libcryptsetup_la_LIBADD = \
452         @UUID_LIBS@                             \
453         @DEVMAPPER_LIBS@                        \
454         @CRYPTO_LIBS@                           \
455         $(common_ldadd)
456
457 libcryptsetup_la_SOURCES = \
458         setup.c                                 \
459         internal.h                              \
460         bitops.h                                \
461         nls.h                                   \
462         libcryptsetup.h                         \
463         utils.c                                 \
464         utils_benchmark.c                       \
465         utils_crypt.c                           \
466         utils_crypt.h                           \
467         utils_loop.c                            \
468         utils_loop.h                            \
469         utils_devpath.c                         \
470         utils_wipe.c                            \
471         utils_fips.c                            \
472         utils_fips.h                            \
473         utils_device.c                          \
474         libdevmapper.c                          \
475         utils_dm.h                              \
476         volumekey.c                             \
477         random.c                                \
478         crypt_plain.c
479
480 include_HEADERS = libcryptsetup.h
481 EXTRA_DIST = libcryptsetup.pc.in libcryptsetup.sym
482 all: all-recursive
483
484 .SUFFIXES:
485 .SUFFIXES: .c .lo .o .obj
486 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
487         @for dep in $?; do \
488           case '$(am__configure_deps)' in \
489             *$$dep*) \
490               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
491                 && { if test -f $@; then exit 0; else break; fi; }; \
492               exit 1;; \
493           esac; \
494         done; \
495         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
496         $(am__cd) $(top_srcdir) && \
497           $(AUTOMAKE) --gnu lib/Makefile
498 .PRECIOUS: Makefile
499 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
500         @case '$?' in \
501           *config.status*) \
502             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
503           *) \
504             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
505             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
506         esac;
507
508 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
509         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
510
511 $(top_srcdir)/configure:  $(am__configure_deps)
512         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
514         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
515 $(am__aclocal_m4_deps):
516 libcryptsetup.pc: $(top_builddir)/config.status $(srcdir)/libcryptsetup.pc.in
517         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
518
519 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
520         @$(NORMAL_INSTALL)
521         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
522         list2=; for p in $$list; do \
523           if test -f $$p; then \
524             list2="$$list2 $$p"; \
525           else :; fi; \
526         done; \
527         test -z "$$list2" || { \
528           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
529           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
530           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
531           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
532         }
533
534 uninstall-libLTLIBRARIES:
535         @$(NORMAL_UNINSTALL)
536         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
537         for p in $$list; do \
538           $(am__strip_dir) \
539           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
540           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
541         done
542
543 clean-libLTLIBRARIES:
544         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
545         @list='$(lib_LTLIBRARIES)'; \
546         locs=`for p in $$list; do echo $$p; done | \
547               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
548               sort -u`; \
549         test -z "$$locs" || { \
550           echo rm -f $${locs}; \
551           rm -f $${locs}; \
552         }
553
554 libcryptsetup.la: $(libcryptsetup_la_OBJECTS) $(libcryptsetup_la_DEPENDENCIES) $(EXTRA_libcryptsetup_la_DEPENDENCIES) 
555         $(AM_V_CCLD)$(libcryptsetup_la_LINK) -rpath $(libdir) $(libcryptsetup_la_OBJECTS) $(libcryptsetup_la_LIBADD) $(LIBS)
556
557 mostlyclean-compile:
558         -rm -f *.$(OBJEXT)
559
560 distclean-compile:
561         -rm -f *.tab.c
562
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-crypt_plain.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-libdevmapper.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-random.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-setup.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_benchmark.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_crypt.Plo@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_device.Plo@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_devpath.Plo@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_fips.Plo@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_loop.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_wipe.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-volumekey.Plo@am__quote@
576
577 .c.o:
578 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
579 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
583
584 .c.obj:
585 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
586 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
590
591 .c.lo:
592 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
593 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
597
598 libcryptsetup_la-setup.lo: setup.c
599 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-setup.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-setup.Tpo -c -o libcryptsetup_la-setup.lo `test -f 'setup.c' || echo '$(srcdir)/'`setup.c
600 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-setup.Tpo $(DEPDIR)/libcryptsetup_la-setup.Plo
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='setup.c' object='libcryptsetup_la-setup.lo' libtool=yes @AMDEPBACKSLASH@
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-setup.lo `test -f 'setup.c' || echo '$(srcdir)/'`setup.c
604
605 libcryptsetup_la-utils.lo: utils.c
606 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils.Tpo -c -o libcryptsetup_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
607 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils.Tpo $(DEPDIR)/libcryptsetup_la-utils.Plo
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils.c' object='libcryptsetup_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
611
612 libcryptsetup_la-utils_benchmark.lo: utils_benchmark.c
613 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_benchmark.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_benchmark.Tpo -c -o libcryptsetup_la-utils_benchmark.lo `test -f 'utils_benchmark.c' || echo '$(srcdir)/'`utils_benchmark.c
614 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_benchmark.Tpo $(DEPDIR)/libcryptsetup_la-utils_benchmark.Plo
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_benchmark.c' object='libcryptsetup_la-utils_benchmark.lo' libtool=yes @AMDEPBACKSLASH@
616 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_benchmark.lo `test -f 'utils_benchmark.c' || echo '$(srcdir)/'`utils_benchmark.c
618
619 libcryptsetup_la-utils_crypt.lo: utils_crypt.c
620 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_crypt.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_crypt.Tpo -c -o libcryptsetup_la-utils_crypt.lo `test -f 'utils_crypt.c' || echo '$(srcdir)/'`utils_crypt.c
621 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_crypt.Tpo $(DEPDIR)/libcryptsetup_la-utils_crypt.Plo
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_crypt.c' object='libcryptsetup_la-utils_crypt.lo' libtool=yes @AMDEPBACKSLASH@
623 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_crypt.lo `test -f 'utils_crypt.c' || echo '$(srcdir)/'`utils_crypt.c
625
626 libcryptsetup_la-utils_loop.lo: utils_loop.c
627 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_loop.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_loop.Tpo -c -o libcryptsetup_la-utils_loop.lo `test -f 'utils_loop.c' || echo '$(srcdir)/'`utils_loop.c
628 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_loop.Tpo $(DEPDIR)/libcryptsetup_la-utils_loop.Plo
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_loop.c' object='libcryptsetup_la-utils_loop.lo' libtool=yes @AMDEPBACKSLASH@
630 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_loop.lo `test -f 'utils_loop.c' || echo '$(srcdir)/'`utils_loop.c
632
633 libcryptsetup_la-utils_devpath.lo: utils_devpath.c
634 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_devpath.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_devpath.Tpo -c -o libcryptsetup_la-utils_devpath.lo `test -f 'utils_devpath.c' || echo '$(srcdir)/'`utils_devpath.c
635 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_devpath.Tpo $(DEPDIR)/libcryptsetup_la-utils_devpath.Plo
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_devpath.c' object='libcryptsetup_la-utils_devpath.lo' libtool=yes @AMDEPBACKSLASH@
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_devpath.lo `test -f 'utils_devpath.c' || echo '$(srcdir)/'`utils_devpath.c
639
640 libcryptsetup_la-utils_wipe.lo: utils_wipe.c
641 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_wipe.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_wipe.Tpo -c -o libcryptsetup_la-utils_wipe.lo `test -f 'utils_wipe.c' || echo '$(srcdir)/'`utils_wipe.c
642 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_wipe.Tpo $(DEPDIR)/libcryptsetup_la-utils_wipe.Plo
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_wipe.c' object='libcryptsetup_la-utils_wipe.lo' libtool=yes @AMDEPBACKSLASH@
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_wipe.lo `test -f 'utils_wipe.c' || echo '$(srcdir)/'`utils_wipe.c
646
647 libcryptsetup_la-utils_fips.lo: utils_fips.c
648 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_fips.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_fips.Tpo -c -o libcryptsetup_la-utils_fips.lo `test -f 'utils_fips.c' || echo '$(srcdir)/'`utils_fips.c
649 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_fips.Tpo $(DEPDIR)/libcryptsetup_la-utils_fips.Plo
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_fips.c' object='libcryptsetup_la-utils_fips.lo' libtool=yes @AMDEPBACKSLASH@
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_fips.lo `test -f 'utils_fips.c' || echo '$(srcdir)/'`utils_fips.c
653
654 libcryptsetup_la-utils_device.lo: utils_device.c
655 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_device.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_device.Tpo -c -o libcryptsetup_la-utils_device.lo `test -f 'utils_device.c' || echo '$(srcdir)/'`utils_device.c
656 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-utils_device.Tpo $(DEPDIR)/libcryptsetup_la-utils_device.Plo
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils_device.c' object='libcryptsetup_la-utils_device.lo' libtool=yes @AMDEPBACKSLASH@
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_device.lo `test -f 'utils_device.c' || echo '$(srcdir)/'`utils_device.c
660
661 libcryptsetup_la-libdevmapper.lo: libdevmapper.c
662 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-libdevmapper.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-libdevmapper.Tpo -c -o libcryptsetup_la-libdevmapper.lo `test -f 'libdevmapper.c' || echo '$(srcdir)/'`libdevmapper.c
663 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-libdevmapper.Tpo $(DEPDIR)/libcryptsetup_la-libdevmapper.Plo
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libdevmapper.c' object='libcryptsetup_la-libdevmapper.lo' libtool=yes @AMDEPBACKSLASH@
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-libdevmapper.lo `test -f 'libdevmapper.c' || echo '$(srcdir)/'`libdevmapper.c
667
668 libcryptsetup_la-volumekey.lo: volumekey.c
669 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-volumekey.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-volumekey.Tpo -c -o libcryptsetup_la-volumekey.lo `test -f 'volumekey.c' || echo '$(srcdir)/'`volumekey.c
670 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-volumekey.Tpo $(DEPDIR)/libcryptsetup_la-volumekey.Plo
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='volumekey.c' object='libcryptsetup_la-volumekey.lo' libtool=yes @AMDEPBACKSLASH@
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-volumekey.lo `test -f 'volumekey.c' || echo '$(srcdir)/'`volumekey.c
674
675 libcryptsetup_la-random.lo: random.c
676 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-random.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-random.Tpo -c -o libcryptsetup_la-random.lo `test -f 'random.c' || echo '$(srcdir)/'`random.c
677 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-random.Tpo $(DEPDIR)/libcryptsetup_la-random.Plo
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='random.c' object='libcryptsetup_la-random.lo' libtool=yes @AMDEPBACKSLASH@
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-random.lo `test -f 'random.c' || echo '$(srcdir)/'`random.c
681
682 libcryptsetup_la-crypt_plain.lo: crypt_plain.c
683 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-crypt_plain.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-crypt_plain.Tpo -c -o libcryptsetup_la-crypt_plain.lo `test -f 'crypt_plain.c' || echo '$(srcdir)/'`crypt_plain.c
684 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcryptsetup_la-crypt_plain.Tpo $(DEPDIR)/libcryptsetup_la-crypt_plain.Plo
685 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='crypt_plain.c' object='libcryptsetup_la-crypt_plain.lo' libtool=yes @AMDEPBACKSLASH@
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687 @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) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-crypt_plain.lo `test -f 'crypt_plain.c' || echo '$(srcdir)/'`crypt_plain.c
688
689 mostlyclean-libtool:
690         -rm -f *.lo
691
692 clean-libtool:
693         -rm -rf .libs _libs
694 install-pkgconfigDATA: $(pkgconfig_DATA)
695         @$(NORMAL_INSTALL)
696         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
697         if test -n "$$list"; then \
698           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
699           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
700         fi; \
701         for p in $$list; do \
702           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
703           echo "$$d$$p"; \
704         done | $(am__base_list) | \
705         while read files; do \
706           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
707           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
708         done
709
710 uninstall-pkgconfigDATA:
711         @$(NORMAL_UNINSTALL)
712         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
713         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
714         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
715 install-includeHEADERS: $(include_HEADERS)
716         @$(NORMAL_INSTALL)
717         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
718         if test -n "$$list"; then \
719           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
720           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
721         fi; \
722         for p in $$list; do \
723           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
724           echo "$$d$$p"; \
725         done | $(am__base_list) | \
726         while read files; do \
727           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
728           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
729         done
730
731 uninstall-includeHEADERS:
732         @$(NORMAL_UNINSTALL)
733         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
734         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
735         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
736
737 # This directory's subdirectories are mostly independent; you can cd
738 # into them and run 'make' without going through this Makefile.
739 # To change the values of 'make' variables: instead of editing Makefiles,
740 # (1) if the variable is set in 'config.status', edit 'config.status'
741 #     (which will cause the Makefiles to be regenerated when you run 'make');
742 # (2) otherwise, pass the desired values on the 'make' command line.
743 $(am__recursive_targets):
744         @fail=; \
745         if $(am__make_keepgoing); then \
746           failcom='fail=yes'; \
747         else \
748           failcom='exit 1'; \
749         fi; \
750         dot_seen=no; \
751         target=`echo $@ | sed s/-recursive//`; \
752         case "$@" in \
753           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
754           *) list='$(SUBDIRS)' ;; \
755         esac; \
756         for subdir in $$list; do \
757           echo "Making $$target in $$subdir"; \
758           if test "$$subdir" = "."; then \
759             dot_seen=yes; \
760             local_target="$$target-am"; \
761           else \
762             local_target="$$target"; \
763           fi; \
764           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
765           || eval $$failcom; \
766         done; \
767         if test "$$dot_seen" = "no"; then \
768           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
769         fi; test -z "$$fail"
770
771 ID: $(am__tagged_files)
772         $(am__define_uniq_tagged_files); mkid -fID $$unique
773 tags: tags-recursive
774 TAGS: tags
775
776 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
777         set x; \
778         here=`pwd`; \
779         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
780           include_option=--etags-include; \
781           empty_fix=.; \
782         else \
783           include_option=--include; \
784           empty_fix=; \
785         fi; \
786         list='$(SUBDIRS)'; for subdir in $$list; do \
787           if test "$$subdir" = .; then :; else \
788             test ! -f $$subdir/TAGS || \
789               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
790           fi; \
791         done; \
792         $(am__define_uniq_tagged_files); \
793         shift; \
794         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
795           test -n "$$unique" || unique=$$empty_fix; \
796           if test $$# -gt 0; then \
797             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
798               "$$@" $$unique; \
799           else \
800             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
801               $$unique; \
802           fi; \
803         fi
804 ctags: ctags-recursive
805
806 CTAGS: ctags
807 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
808         $(am__define_uniq_tagged_files); \
809         test -z "$(CTAGS_ARGS)$$unique" \
810           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
811              $$unique
812
813 GTAGS:
814         here=`$(am__cd) $(top_builddir) && pwd` \
815           && $(am__cd) $(top_srcdir) \
816           && gtags -i $(GTAGS_ARGS) "$$here"
817 cscopelist: cscopelist-recursive
818
819 cscopelist-am: $(am__tagged_files)
820         list='$(am__tagged_files)'; \
821         case "$(srcdir)" in \
822           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
823           *) sdir=$(subdir)/$(srcdir) ;; \
824         esac; \
825         for i in $$list; do \
826           if test -f "$$i"; then \
827             echo "$(subdir)/$$i"; \
828           else \
829             echo "$$sdir/$$i"; \
830           fi; \
831         done >> $(top_builddir)/cscope.files
832
833 distclean-tags:
834         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
835
836 distdir: $(DISTFILES)
837         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
838         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
839         list='$(DISTFILES)'; \
840           dist_files=`for file in $$list; do echo $$file; done | \
841           sed -e "s|^$$srcdirstrip/||;t" \
842               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
843         case $$dist_files in \
844           */*) $(MKDIR_P) `echo "$$dist_files" | \
845                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
846                            sort -u` ;; \
847         esac; \
848         for file in $$dist_files; do \
849           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
850           if test -d $$d/$$file; then \
851             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
852             if test -d "$(distdir)/$$file"; then \
853               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
854             fi; \
855             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
856               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
857               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
858             fi; \
859             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
860           else \
861             test -f "$(distdir)/$$file" \
862             || cp -p $$d/$$file "$(distdir)/$$file" \
863             || exit 1; \
864           fi; \
865         done
866         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
867           if test "$$subdir" = .; then :; else \
868             $(am__make_dryrun) \
869               || test -d "$(distdir)/$$subdir" \
870               || $(MKDIR_P) "$(distdir)/$$subdir" \
871               || exit 1; \
872             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
873             $(am__relativize); \
874             new_distdir=$$reldir; \
875             dir1=$$subdir; dir2="$(top_distdir)"; \
876             $(am__relativize); \
877             new_top_distdir=$$reldir; \
878             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
879             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
880             ($(am__cd) $$subdir && \
881               $(MAKE) $(AM_MAKEFLAGS) \
882                 top_distdir="$$new_top_distdir" \
883                 distdir="$$new_distdir" \
884                 am__remove_distdir=: \
885                 am__skip_length_check=: \
886                 am__skip_mode_fix=: \
887                 distdir) \
888               || exit 1; \
889           fi; \
890         done
891 check-am: all-am
892 check: check-recursive
893 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
894 installdirs: installdirs-recursive
895 installdirs-am:
896         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
897           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
898         done
899 install: install-recursive
900 install-exec: install-exec-recursive
901 install-data: install-data-recursive
902 uninstall: uninstall-recursive
903
904 install-am: all-am
905         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
906
907 installcheck: installcheck-recursive
908 install-strip:
909         if test -z '$(STRIP)'; then \
910           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
911             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
912               install; \
913         else \
914           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
915             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
916             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
917         fi
918 mostlyclean-generic:
919
920 clean-generic:
921
922 distclean-generic:
923         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
924         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
925
926 maintainer-clean-generic:
927         @echo "This command is intended for maintainers to use"
928         @echo "it deletes files that may require special tools to rebuild."
929 clean: clean-recursive
930
931 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
932         mostlyclean-am
933
934 distclean: distclean-recursive
935         -rm -rf ./$(DEPDIR)
936         -rm -f Makefile
937 distclean-am: clean-am distclean-compile distclean-generic \
938         distclean-tags
939
940 dvi: dvi-recursive
941
942 dvi-am:
943
944 html: html-recursive
945
946 html-am:
947
948 info: info-recursive
949
950 info-am:
951
952 install-data-am: install-includeHEADERS install-pkgconfigDATA
953
954 install-dvi: install-dvi-recursive
955
956 install-dvi-am:
957
958 install-exec-am: install-libLTLIBRARIES
959
960 install-html: install-html-recursive
961
962 install-html-am:
963
964 install-info: install-info-recursive
965
966 install-info-am:
967
968 install-man:
969
970 install-pdf: install-pdf-recursive
971
972 install-pdf-am:
973
974 install-ps: install-ps-recursive
975
976 install-ps-am:
977
978 installcheck-am:
979
980 maintainer-clean: maintainer-clean-recursive
981         -rm -rf ./$(DEPDIR)
982         -rm -f Makefile
983 maintainer-clean-am: distclean-am maintainer-clean-generic
984
985 mostlyclean: mostlyclean-recursive
986
987 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
988         mostlyclean-libtool
989
990 pdf: pdf-recursive
991
992 pdf-am:
993
994 ps: ps-recursive
995
996 ps-am:
997
998 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
999         uninstall-pkgconfigDATA
1000
1001 .MAKE: $(am__recursive_targets) install-am install-strip
1002
1003 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1004         check-am clean clean-generic clean-libLTLIBRARIES \
1005         clean-libtool cscopelist-am ctags ctags-am distclean \
1006         distclean-compile distclean-generic distclean-libtool \
1007         distclean-tags distdir dvi dvi-am html html-am info info-am \
1008         install install-am install-data install-data-am install-dvi \
1009         install-dvi-am install-exec install-exec-am install-html \
1010         install-html-am install-includeHEADERS install-info \
1011         install-info-am install-libLTLIBRARIES install-man install-pdf \
1012         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1013         install-strip installcheck installcheck-am installdirs \
1014         installdirs-am maintainer-clean maintainer-clean-generic \
1015         mostlyclean mostlyclean-compile mostlyclean-generic \
1016         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1017         uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1018         uninstall-pkgconfigDATA
1019
1020
1021 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1022 # Otherwise a system limit (for SysV at least) may be exceeded.
1023 .NOEXPORT: