Include 'sys/sysmacros.h' for GCC-9
[platform/upstream/cryptsetup.git] / python / 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 = python
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 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
100 am__vpath_adj = case $$p in \
101     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102     *) f=$$p;; \
103   esac;
104 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
105 am__install_max = 40
106 am__nobase_strip_setup = \
107   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
108 am__nobase_strip = \
109   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
110 am__nobase_list = $(am__nobase_strip_setup); \
111   for p in $$list; do echo "$$p $$p"; done | \
112   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
113   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
114     if (++n[$$2] == $(am__install_max)) \
115       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
116     END { for (dir in files) print dir, files[dir] }'
117 am__base_list = \
118   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
119   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
120 am__uninstall_files_from_dir = { \
121   test -z "$$files" \
122     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
123     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
124          $(am__cd) "$$dir" && rm -f $$files; }; \
125   }
126 am__installdirs = "$(DESTDIR)$(pyexecdir)"
127 LTLIBRARIES = $(pyexec_LTLIBRARIES)
128 am__DEPENDENCIES_1 =
129 @PYTHON_CRYPTSETUP_TRUE@pycryptsetup_la_DEPENDENCIES =  \
130 @PYTHON_CRYPTSETUP_TRUE@        $(top_builddir)/lib/libcryptsetup.la \
131 @PYTHON_CRYPTSETUP_TRUE@        $(am__DEPENDENCIES_1)
132 am__pycryptsetup_la_SOURCES_DIST = pycryptsetup.c
133 @PYTHON_CRYPTSETUP_TRUE@am_pycryptsetup_la_OBJECTS =  \
134 @PYTHON_CRYPTSETUP_TRUE@        pycryptsetup_la-pycryptsetup.lo
135 pycryptsetup_la_OBJECTS = $(am_pycryptsetup_la_OBJECTS)
136 AM_V_lt = $(am__v_lt_@AM_V@)
137 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 am__v_lt_0 = --silent
139 am__v_lt_1 = 
140 pycryptsetup_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
141         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
142         $(AM_CFLAGS) $(CFLAGS) $(pycryptsetup_la_LDFLAGS) $(LDFLAGS) \
143         -o $@
144 @PYTHON_CRYPTSETUP_TRUE@am_pycryptsetup_la_rpath = -rpath $(pyexecdir)
145 AM_V_P = $(am__v_P_@AM_V@)
146 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 am__v_P_0 = false
148 am__v_P_1 = :
149 AM_V_GEN = $(am__v_GEN_@AM_V@)
150 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151 am__v_GEN_0 = @echo "  GEN     " $@;
152 am__v_GEN_1 = 
153 AM_V_at = $(am__v_at_@AM_V@)
154 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155 am__v_at_0 = @
156 am__v_at_1 = 
157 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__depfiles_maybe = depfiles
160 am__mv = mv -f
161 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
165         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
166         $(AM_CFLAGS) $(CFLAGS)
167 AM_V_CC = $(am__v_CC_@AM_V@)
168 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169 am__v_CC_0 = @echo "  CC      " $@;
170 am__v_CC_1 = 
171 CCLD = $(CC)
172 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174         $(AM_LDFLAGS) $(LDFLAGS) -o $@
175 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
176 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
177 am__v_CCLD_0 = @echo "  CCLD    " $@;
178 am__v_CCLD_1 = 
179 SOURCES = $(pycryptsetup_la_SOURCES)
180 DIST_SOURCES = $(am__pycryptsetup_la_SOURCES_DIST)
181 am__can_run_installinfo = \
182   case $$AM_UPDATE_INFO_DIR in \
183     n|no|NO) false;; \
184     *) (install-info --version) >/dev/null 2>&1;; \
185   esac
186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
187 # Read a list of newline-separated strings from the standard input,
188 # and print each of them once, without duplicates.  Input order is
189 # *not* preserved.
190 am__uniquify_input = $(AWK) '\
191   BEGIN { nonempty = 0; } \
192   { items[$$0] = 1; nonempty = 1; } \
193   END { if (nonempty) { for (i in items) print i; }; } \
194 '
195 # Make sure the list of sources is unique.  This is necessary because,
196 # e.g., the same source file might be shared among _SOURCES variables
197 # for different programs/libraries.
198 am__define_uniq_tagged_files = \
199   list='$(am__tagged_files)'; \
200   unique=`for i in $$list; do \
201     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202   done | $(am__uniquify_input)`
203 ETAGS = etags
204 CTAGS = ctags
205 am__tty_colors_dummy = \
206   mgn= red= grn= lgn= blu= brg= std=; \
207   am__color_tests=no
208 am__tty_colors = { \
209   $(am__tty_colors_dummy); \
210   if test "X$(AM_COLOR_TESTS)" = Xno; then \
211     am__color_tests=no; \
212   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
213     am__color_tests=yes; \
214   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
215     am__color_tests=yes; \
216   fi; \
217   if test $$am__color_tests = yes; then \
218     red='\e[0;31m'; \
219     grn='\e[0;32m'; \
220     lgn='\e[1;32m'; \
221     blu='\e[1;34m'; \
222     mgn='\e[0;35m'; \
223     brg='\e[1m'; \
224     std='\e[m'; \
225   fi; \
226 }
227 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228 ACLOCAL = @ACLOCAL@
229 AMTAR = @AMTAR@
230 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231 AR = @AR@
232 AUTOCONF = @AUTOCONF@
233 AUTOHEADER = @AUTOHEADER@
234 AUTOMAKE = @AUTOMAKE@
235 AWK = @AWK@
236 CC = @CC@
237 CCDEPMODE = @CCDEPMODE@
238 CFLAGS = @CFLAGS@
239 CPP = @CPP@
240 CPPFLAGS = @CPPFLAGS@
241 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
242 CRYPTO_LIBS = @CRYPTO_LIBS@
243 CRYPTO_STATIC_LIBS = @CRYPTO_STATIC_LIBS@
244 CYGPATH_W = @CYGPATH_W@
245 DEFS = @DEFS@
246 DEPDIR = @DEPDIR@
247 DEVMAPPER_CFLAGS = @DEVMAPPER_CFLAGS@
248 DEVMAPPER_LIBS = @DEVMAPPER_LIBS@
249 DEVMAPPER_STATIC_CFLAGS = @DEVMAPPER_STATIC_CFLAGS@
250 DEVMAPPER_STATIC_LIBS = @DEVMAPPER_STATIC_LIBS@
251 DLLTOOL = @DLLTOOL@
252 DSYMUTIL = @DSYMUTIL@
253 DUMPBIN = @DUMPBIN@
254 ECHO_C = @ECHO_C@
255 ECHO_N = @ECHO_N@
256 ECHO_T = @ECHO_T@
257 EGREP = @EGREP@
258 EXEEXT = @EXEEXT@
259 FGREP = @FGREP@
260 GMSGFMT = @GMSGFMT@
261 GMSGFMT_015 = @GMSGFMT_015@
262 GREP = @GREP@
263 INSTALL = @INSTALL@
264 INSTALL_DATA = @INSTALL_DATA@
265 INSTALL_PROGRAM = @INSTALL_PROGRAM@
266 INSTALL_SCRIPT = @INSTALL_SCRIPT@
267 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268 INTLLIBS = @INTLLIBS@
269 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
270 LD = @LD@
271 LDFLAGS = @LDFLAGS@
272 LIBCRYPTSETUP_VERSION = @LIBCRYPTSETUP_VERSION@
273 LIBCRYPTSETUP_VERSION_INFO = @LIBCRYPTSETUP_VERSION_INFO@
274 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
275 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
276 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
277 LIBICONV = @LIBICONV@
278 LIBINTL = @LIBINTL@
279 LIBOBJS = @LIBOBJS@
280 LIBS = @LIBS@
281 LIBTOOL = @LIBTOOL@
282 LIPO = @LIPO@
283 LN_S = @LN_S@
284 LTLIBICONV = @LTLIBICONV@
285 LTLIBINTL = @LTLIBINTL@
286 LTLIBOBJS = @LTLIBOBJS@
287 MAKEINFO = @MAKEINFO@
288 MANIFEST_TOOL = @MANIFEST_TOOL@
289 MKDIR_P = @MKDIR_P@
290 MSGFMT = @MSGFMT@
291 MSGFMT_015 = @MSGFMT_015@
292 MSGMERGE = @MSGMERGE@
293 NM = @NM@
294 NMEDIT = @NMEDIT@
295 NSS_CFLAGS = @NSS_CFLAGS@
296 NSS_LIBS = @NSS_LIBS@
297 OBJDUMP = @OBJDUMP@
298 OBJEXT = @OBJEXT@
299 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
300 OPENSSL_LIBS = @OPENSSL_LIBS@
301 OPENSSL_STATIC_CFLAGS = @OPENSSL_STATIC_CFLAGS@
302 OPENSSL_STATIC_LIBS = @OPENSSL_STATIC_LIBS@
303 OTOOL = @OTOOL@
304 OTOOL64 = @OTOOL64@
305 PACKAGE = @PACKAGE@
306 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307 PACKAGE_NAME = @PACKAGE_NAME@
308 PACKAGE_STRING = @PACKAGE_STRING@
309 PACKAGE_TARNAME = @PACKAGE_TARNAME@
310 PACKAGE_URL = @PACKAGE_URL@
311 PACKAGE_VERSION = @PACKAGE_VERSION@
312 PATH_SEPARATOR = @PATH_SEPARATOR@
313 PKG_CONFIG = @PKG_CONFIG@
314 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
315 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
316 POPT_LIBS = @POPT_LIBS@
317 POSUB = @POSUB@
318 PWQUALITY_CFLAGS = @PWQUALITY_CFLAGS@
319 PWQUALITY_LIBS = @PWQUALITY_LIBS@
320 PWQUALITY_STATIC_LIBS = @PWQUALITY_STATIC_LIBS@
321 PYTHON = @PYTHON@
322 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
323 PYTHON_INCLUDES = @PYTHON_INCLUDES@
324 PYTHON_LIBS = @PYTHON_LIBS@
325 PYTHON_PLATFORM = @PYTHON_PLATFORM@
326 PYTHON_PREFIX = @PYTHON_PREFIX@
327 PYTHON_VERSION = @PYTHON_VERSION@
328 RANLIB = @RANLIB@
329 SED = @SED@
330 SET_MAKE = @SET_MAKE@
331 SHELL = @SHELL@
332 STRIP = @STRIP@
333 USE_NLS = @USE_NLS@
334 UUID_LIBS = @UUID_LIBS@
335 VERSION = @VERSION@
336 XGETTEXT = @XGETTEXT@
337 XGETTEXT_015 = @XGETTEXT_015@
338 abs_builddir = @abs_builddir@
339 abs_srcdir = @abs_srcdir@
340 abs_top_builddir = @abs_top_builddir@
341 abs_top_srcdir = @abs_top_srcdir@
342 ac_ct_AR = @ac_ct_AR@
343 ac_ct_CC = @ac_ct_CC@
344 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
345 am__include = @am__include@
346 am__leading_dot = @am__leading_dot@
347 am__quote = @am__quote@
348 am__tar = @am__tar@
349 am__untar = @am__untar@
350 bindir = @bindir@
351 build = @build@
352 build_alias = @build_alias@
353 build_cpu = @build_cpu@
354 build_os = @build_os@
355 build_vendor = @build_vendor@
356 builddir = @builddir@
357 datadir = @datadir@
358 datarootdir = @datarootdir@
359 docdir = @docdir@
360 dvidir = @dvidir@
361 exec_prefix = @exec_prefix@
362 host = @host@
363 host_alias = @host_alias@
364 host_cpu = @host_cpu@
365 host_os = @host_os@
366 host_vendor = @host_vendor@
367 htmldir = @htmldir@
368 includedir = @includedir@
369 infodir = @infodir@
370 install_sh = @install_sh@
371 libdir = @libdir@
372 libexecdir = @libexecdir@
373 localedir = @localedir@
374 localstatedir = @localstatedir@
375 mandir = @mandir@
376 mkdir_p = @mkdir_p@
377 oldincludedir = @oldincludedir@
378 pdfdir = @pdfdir@
379 pkgpyexecdir = @pkgpyexecdir@
380 pkgpythondir = @pkgpythondir@
381 prefix = @prefix@
382 program_transform_name = @program_transform_name@
383 psdir = @psdir@
384 pyexecdir = @pyexecdir@
385 pythondir = @pythondir@
386 sbindir = @sbindir@
387 sharedstatedir = @sharedstatedir@
388 srcdir = @srcdir@
389 sysconfdir = @sysconfdir@
390 target_alias = @target_alias@
391 top_build_prefix = @top_build_prefix@
392 top_builddir = @top_builddir@
393 top_srcdir = @top_srcdir@
394 AM_CPPFLAGS = -include $(top_srcdir)/config.h -I$(top_srcdir)/lib $(PYTHON_INCLUDES)
395 EXTRA_DIST = pycryptsetup-test.py
396 CLEANFILES = *.img
397 @PYTHON_CRYPTSETUP_TRUE@TESTS = pycryptsetup-test.py
398 @PYTHON_CRYPTSETUP_TRUE@pyexec_LTLIBRARIES = pycryptsetup.la
399 @PYTHON_CRYPTSETUP_TRUE@pycryptsetup_la_SOURCES = pycryptsetup.c
400 @PYTHON_CRYPTSETUP_TRUE@pycryptsetup_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS) -fno-strict-aliasing
401 @PYTHON_CRYPTSETUP_TRUE@pycryptsetup_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
402 @PYTHON_CRYPTSETUP_TRUE@pycryptsetup_la_LIBADD = $(top_builddir)/lib/libcryptsetup.la $(PYTHON_LIBS)
403 all: all-am
404
405 .SUFFIXES:
406 .SUFFIXES: .c .lo .o .obj
407 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
408         @for dep in $?; do \
409           case '$(am__configure_deps)' in \
410             *$$dep*) \
411               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
412                 && { if test -f $@; then exit 0; else break; fi; }; \
413               exit 1;; \
414           esac; \
415         done; \
416         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/Makefile'; \
417         $(am__cd) $(top_srcdir) && \
418           $(AUTOMAKE) --gnu python/Makefile
419 .PRECIOUS: Makefile
420 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
421         @case '$?' in \
422           *config.status*) \
423             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
424           *) \
425             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
426             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
427         esac;
428
429 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431
432 $(top_srcdir)/configure:  $(am__configure_deps)
433         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
435         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436 $(am__aclocal_m4_deps):
437
438 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
439         @$(NORMAL_INSTALL)
440         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
441         list2=; for p in $$list; do \
442           if test -f $$p; then \
443             list2="$$list2 $$p"; \
444           else :; fi; \
445         done; \
446         test -z "$$list2" || { \
447           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
448           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
449           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
450           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
451         }
452
453 uninstall-pyexecLTLIBRARIES:
454         @$(NORMAL_UNINSTALL)
455         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
456         for p in $$list; do \
457           $(am__strip_dir) \
458           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
459           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
460         done
461
462 clean-pyexecLTLIBRARIES:
463         -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
464         @list='$(pyexec_LTLIBRARIES)'; \
465         locs=`for p in $$list; do echo $$p; done | \
466               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
467               sort -u`; \
468         test -z "$$locs" || { \
469           echo rm -f $${locs}; \
470           rm -f $${locs}; \
471         }
472
473 pycryptsetup.la: $(pycryptsetup_la_OBJECTS) $(pycryptsetup_la_DEPENDENCIES) $(EXTRA_pycryptsetup_la_DEPENDENCIES) 
474         $(AM_V_CCLD)$(pycryptsetup_la_LINK) $(am_pycryptsetup_la_rpath) $(pycryptsetup_la_OBJECTS) $(pycryptsetup_la_LIBADD) $(LIBS)
475
476 mostlyclean-compile:
477         -rm -f *.$(OBJEXT)
478
479 distclean-compile:
480         -rm -f *.tab.c
481
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pycryptsetup_la-pycryptsetup.Plo@am__quote@
483
484 .c.o:
485 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
486 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
490
491 .c.obj:
492 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
493 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
497
498 .c.lo:
499 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
500 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
504
505 pycryptsetup_la-pycryptsetup.lo: pycryptsetup.c
506 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pycryptsetup_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pycryptsetup_la-pycryptsetup.lo -MD -MP -MF $(DEPDIR)/pycryptsetup_la-pycryptsetup.Tpo -c -o pycryptsetup_la-pycryptsetup.lo `test -f 'pycryptsetup.c' || echo '$(srcdir)/'`pycryptsetup.c
507 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/pycryptsetup_la-pycryptsetup.Tpo $(DEPDIR)/pycryptsetup_la-pycryptsetup.Plo
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pycryptsetup.c' object='pycryptsetup_la-pycryptsetup.lo' libtool=yes @AMDEPBACKSLASH@
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pycryptsetup_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pycryptsetup_la-pycryptsetup.lo `test -f 'pycryptsetup.c' || echo '$(srcdir)/'`pycryptsetup.c
511
512 mostlyclean-libtool:
513         -rm -f *.lo
514
515 clean-libtool:
516         -rm -rf .libs _libs
517
518 ID: $(am__tagged_files)
519         $(am__define_uniq_tagged_files); mkid -fID $$unique
520 tags: tags-am
521 TAGS: tags
522
523 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524         set x; \
525         here=`pwd`; \
526         $(am__define_uniq_tagged_files); \
527         shift; \
528         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
529           test -n "$$unique" || unique=$$empty_fix; \
530           if test $$# -gt 0; then \
531             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532               "$$@" $$unique; \
533           else \
534             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535               $$unique; \
536           fi; \
537         fi
538 ctags: ctags-am
539
540 CTAGS: ctags
541 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542         $(am__define_uniq_tagged_files); \
543         test -z "$(CTAGS_ARGS)$$unique" \
544           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545              $$unique
546
547 GTAGS:
548         here=`$(am__cd) $(top_builddir) && pwd` \
549           && $(am__cd) $(top_srcdir) \
550           && gtags -i $(GTAGS_ARGS) "$$here"
551 cscopelist: cscopelist-am
552
553 cscopelist-am: $(am__tagged_files)
554         list='$(am__tagged_files)'; \
555         case "$(srcdir)" in \
556           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
557           *) sdir=$(subdir)/$(srcdir) ;; \
558         esac; \
559         for i in $$list; do \
560           if test -f "$$i"; then \
561             echo "$(subdir)/$$i"; \
562           else \
563             echo "$$sdir/$$i"; \
564           fi; \
565         done >> $(top_builddir)/cscope.files
566
567 distclean-tags:
568         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569
570 check-TESTS: $(TESTS)
571         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
572         srcdir=$(srcdir); export srcdir; \
573         list=' $(TESTS) '; \
574         $(am__tty_colors); \
575         if test -n "$$list"; then \
576           for tst in $$list; do \
577             if test -f ./$$tst; then dir=./; \
578             elif test -f $$tst; then dir=; \
579             else dir="$(srcdir)/"; fi; \
580             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
581               all=`expr $$all + 1`; \
582               case " $(XFAIL_TESTS) " in \
583               *[\ \     ]$$tst[\ \      ]*) \
584                 xpass=`expr $$xpass + 1`; \
585                 failed=`expr $$failed + 1`; \
586                 col=$$red; res=XPASS; \
587               ;; \
588               *) \
589                 col=$$grn; res=PASS; \
590               ;; \
591               esac; \
592             elif test $$? -ne 77; then \
593               all=`expr $$all + 1`; \
594               case " $(XFAIL_TESTS) " in \
595               *[\ \     ]$$tst[\ \      ]*) \
596                 xfail=`expr $$xfail + 1`; \
597                 col=$$lgn; res=XFAIL; \
598               ;; \
599               *) \
600                 failed=`expr $$failed + 1`; \
601                 col=$$red; res=FAIL; \
602               ;; \
603               esac; \
604             else \
605               skip=`expr $$skip + 1`; \
606               col=$$blu; res=SKIP; \
607             fi; \
608             echo "$${col}$$res$${std}: $$tst"; \
609           done; \
610           if test "$$all" -eq 1; then \
611             tests="test"; \
612             All=""; \
613           else \
614             tests="tests"; \
615             All="All "; \
616           fi; \
617           if test "$$failed" -eq 0; then \
618             if test "$$xfail" -eq 0; then \
619               banner="$$All$$all $$tests passed"; \
620             else \
621               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
622               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
623             fi; \
624           else \
625             if test "$$xpass" -eq 0; then \
626               banner="$$failed of $$all $$tests failed"; \
627             else \
628               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
629               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
630             fi; \
631           fi; \
632           dashes="$$banner"; \
633           skipped=""; \
634           if test "$$skip" -ne 0; then \
635             if test "$$skip" -eq 1; then \
636               skipped="($$skip test was not run)"; \
637             else \
638               skipped="($$skip tests were not run)"; \
639             fi; \
640             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
641               dashes="$$skipped"; \
642           fi; \
643           report=""; \
644           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
645             report="Please report to $(PACKAGE_BUGREPORT)"; \
646             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
647               dashes="$$report"; \
648           fi; \
649           dashes=`echo "$$dashes" | sed s/./=/g`; \
650           if test "$$failed" -eq 0; then \
651             col="$$grn"; \
652           else \
653             col="$$red"; \
654           fi; \
655           echo "$${col}$$dashes$${std}"; \
656           echo "$${col}$$banner$${std}"; \
657           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
658           test -z "$$report" || echo "$${col}$$report$${std}"; \
659           echo "$${col}$$dashes$${std}"; \
660           test "$$failed" -eq 0; \
661         else :; fi
662
663 distdir: $(DISTFILES)
664         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
665         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
666         list='$(DISTFILES)'; \
667           dist_files=`for file in $$list; do echo $$file; done | \
668           sed -e "s|^$$srcdirstrip/||;t" \
669               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
670         case $$dist_files in \
671           */*) $(MKDIR_P) `echo "$$dist_files" | \
672                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
673                            sort -u` ;; \
674         esac; \
675         for file in $$dist_files; do \
676           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
677           if test -d $$d/$$file; then \
678             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
679             if test -d "$(distdir)/$$file"; then \
680               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681             fi; \
682             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
683               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
684               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
685             fi; \
686             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
687           else \
688             test -f "$(distdir)/$$file" \
689             || cp -p $$d/$$file "$(distdir)/$$file" \
690             || exit 1; \
691           fi; \
692         done
693 check-am: all-am
694         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
695 check: check-am
696 all-am: Makefile $(LTLIBRARIES)
697 installdirs:
698         for dir in "$(DESTDIR)$(pyexecdir)"; do \
699           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
700         done
701 install: install-am
702 install-exec: install-exec-am
703 install-data: install-data-am
704 uninstall: uninstall-am
705
706 install-am: all-am
707         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
708
709 installcheck: installcheck-am
710 install-strip:
711         if test -z '$(STRIP)'; then \
712           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714               install; \
715         else \
716           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
719         fi
720 mostlyclean-generic:
721
722 clean-generic:
723         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
724
725 distclean-generic:
726         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
727         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
728
729 maintainer-clean-generic:
730         @echo "This command is intended for maintainers to use"
731         @echo "it deletes files that may require special tools to rebuild."
732 clean: clean-am
733
734 clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
735         mostlyclean-am
736
737 distclean: distclean-am
738         -rm -rf ./$(DEPDIR)
739         -rm -f Makefile
740 distclean-am: clean-am distclean-compile distclean-generic \
741         distclean-tags
742
743 dvi: dvi-am
744
745 dvi-am:
746
747 html: html-am
748
749 html-am:
750
751 info: info-am
752
753 info-am:
754
755 install-data-am:
756
757 install-dvi: install-dvi-am
758
759 install-dvi-am:
760
761 install-exec-am: install-pyexecLTLIBRARIES
762
763 install-html: install-html-am
764
765 install-html-am:
766
767 install-info: install-info-am
768
769 install-info-am:
770
771 install-man:
772
773 install-pdf: install-pdf-am
774
775 install-pdf-am:
776
777 install-ps: install-ps-am
778
779 install-ps-am:
780
781 installcheck-am:
782
783 maintainer-clean: maintainer-clean-am
784         -rm -rf ./$(DEPDIR)
785         -rm -f Makefile
786 maintainer-clean-am: distclean-am maintainer-clean-generic
787
788 mostlyclean: mostlyclean-am
789
790 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
791         mostlyclean-libtool
792
793 pdf: pdf-am
794
795 pdf-am:
796
797 ps: ps-am
798
799 ps-am:
800
801 uninstall-am: uninstall-pyexecLTLIBRARIES
802
803 .MAKE: check-am install-am install-strip
804
805 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
806         clean-generic clean-libtool clean-pyexecLTLIBRARIES \
807         cscopelist-am ctags ctags-am distclean distclean-compile \
808         distclean-generic distclean-libtool distclean-tags distdir dvi \
809         dvi-am html html-am info info-am install install-am \
810         install-data install-data-am install-dvi install-dvi-am \
811         install-exec install-exec-am install-html install-html-am \
812         install-info install-info-am install-man install-pdf \
813         install-pdf-am install-ps install-ps-am \
814         install-pyexecLTLIBRARIES install-strip installcheck \
815         installcheck-am installdirs maintainer-clean \
816         maintainer-clean-generic mostlyclean mostlyclean-compile \
817         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
818         tags tags-am uninstall uninstall-am \
819         uninstall-pyexecLTLIBRARIES
820
821 @PYTHON_CRYPTSETUP_FALSE@all:
822
823 # Tell versions [3.59,3.63) of GNU make to not export all variables.
824 # Otherwise a system limit (for SysV at least) may be exceeded.
825 .NOEXPORT: