Reduce size by removing unnecessary dependencies
[platform/upstream/ecryptfs-utils.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.3 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 # Copyright (C) 2006 Michael Halcrow <mhalcrow@us.ibm.com>
18 #  
19 # This file is free software; as a special exception the author gives
20 # unlimited permission to copy and/or distribute it, with or without 
21 # modifications, as long as this notice is preserved.
22
23 # This program is distributed in the hope that it will be useful, but
24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
25 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26
27 VPATH = @srcdir@
28 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = .
93 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
94         $(top_srcdir)/configure $(am__configure_deps) \
95         $(srcdir)/config.h.in $(dist_doc_DATA) AUTHORS COPYING \
96         ChangeLog INSTALL NEWS README THANKS compile config.guess \
97         config.sub depcomp install-sh missing py-compile ltmain.sh
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
100         $(top_srcdir)/m4/ac_python_devel.m4 \
101         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
102         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104         $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106         $(ACLOCAL_M4)
107 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108  configure.lineno config.status.lineno
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES =
112 CONFIG_CLEAN_VPATH_FILES =
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo "  GEN     " $@;
120 am__v_GEN_1 = 
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123 am__v_at_0 = @
124 am__v_at_1 = 
125 SOURCES =
126 DIST_SOURCES =
127 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
128         ctags-recursive dvi-recursive html-recursive info-recursive \
129         install-data-recursive install-dvi-recursive \
130         install-exec-recursive install-html-recursive \
131         install-info-recursive install-pdf-recursive \
132         install-ps-recursive install-recursive installcheck-recursive \
133         installdirs-recursive pdf-recursive ps-recursive \
134         tags-recursive uninstall-recursive
135 am__can_run_installinfo = \
136   case $$AM_UPDATE_INFO_DIR in \
137     n|no|NO) false;; \
138     *) (install-info --version) >/dev/null 2>&1;; \
139   esac
140 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141 am__vpath_adj = case $$p in \
142     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143     *) f=$$p;; \
144   esac;
145 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146 am__install_max = 40
147 am__nobase_strip_setup = \
148   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149 am__nobase_strip = \
150   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151 am__nobase_list = $(am__nobase_strip_setup); \
152   for p in $$list; do echo "$$p $$p"; done | \
153   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155     if (++n[$$2] == $(am__install_max)) \
156       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157     END { for (dir in files) print dir, files[dir] }'
158 am__base_list = \
159   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161 am__uninstall_files_from_dir = { \
162   test -z "$$files" \
163     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165          $(am__cd) "$$dir" && rm -f $$files; }; \
166   }
167 am__installdirs = "$(DESTDIR)$(docdir)"
168 DATA = $(dist_doc_DATA)
169 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
170   distclean-recursive maintainer-clean-recursive
171 am__recursive_targets = \
172   $(RECURSIVE_TARGETS) \
173   $(RECURSIVE_CLEAN_TARGETS) \
174   $(am__extra_recursive_targets)
175 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176         cscope distdir dist dist-all distcheck
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
178         $(LISP)config.h.in
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates.  Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183   BEGIN { nonempty = 0; } \
184   { items[$$0] = 1; nonempty = 1; } \
185   END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique.  This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191   list='$(am__tagged_files)'; \
192   unique=`for i in $$list; do \
193     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194   done | $(am__uniquify_input)`
195 ETAGS = etags
196 CTAGS = ctags
197 CSCOPE = cscope
198 DIST_SUBDIRS = $(SUBDIRS)
199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200 distdir = $(PACKAGE)-$(VERSION)
201 top_distdir = $(distdir)
202 am__remove_distdir = \
203   if test -d "$(distdir)"; then \
204     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
205       && rm -rf "$(distdir)" \
206       || { sleep 5 && rm -rf "$(distdir)"; }; \
207   else :; fi
208 am__post_remove_distdir = $(am__remove_distdir)
209 am__relativize = \
210   dir0=`pwd`; \
211   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
212   sed_rest='s,^[^/]*/*,,'; \
213   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
214   sed_butlast='s,/*[^/]*$$,,'; \
215   while test -n "$$dir1"; do \
216     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
217     if test "$$first" != "."; then \
218       if test "$$first" = ".."; then \
219         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
220         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
221       else \
222         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223         if test "$$first2" = "$$first"; then \
224           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
225         else \
226           dir2="../$$dir2"; \
227         fi; \
228         dir0="$$dir0"/"$$first"; \
229       fi; \
230     fi; \
231     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
232   done; \
233   reldir="$$dir2"
234 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
235 GZIP_ENV = --best
236 DIST_TARGETS = dist-bzip2 dist-gzip
237 distuninstallcheck_listfiles = find . -type f -print
238 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
239   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
240 distcleancheck_listfiles = find . -type f -print
241 ACLOCAL = @ACLOCAL@
242 ALL_LINGUAS = @ALL_LINGUAS@
243 AMTAR = @AMTAR@
244 AM_CPPFLAGS = @AM_CPPFLAGS@
245 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246 AR = @AR@
247 AUTOCONF = @AUTOCONF@
248 AUTOHEADER = @AUTOHEADER@
249 AUTOMAKE = @AUTOMAKE@
250 AWK = @AWK@
251 CATALOGS = @CATALOGS@
252 CATOBJEXT = @CATOBJEXT@
253 CC = @CC@
254 CCDEPMODE = @CCDEPMODE@
255 CFLAGS = @CFLAGS@
256 CPP = @CPP@
257 CPPFLAGS = @CPPFLAGS@
258 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
259 CRYPTO_LIBS = @CRYPTO_LIBS@
260 CYGPATH_W = @CYGPATH_W@
261 DATADIRNAME = @DATADIRNAME@
262 DEFS = @DEFS@
263 DEPDIR = @DEPDIR@
264 DLLTOOL = @DLLTOOL@
265 DSYMUTIL = @DSYMUTIL@
266 DUMPBIN = @DUMPBIN@
267 DVIPS = @DVIPS@
268 ECHO_C = @ECHO_C@
269 ECHO_N = @ECHO_N@
270 ECHO_T = @ECHO_T@
271 EGREP = @EGREP@
272 EXEEXT = @EXEEXT@
273 FGREP = @FGREP@
274 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
275 GMOFILES = @GMOFILES@
276 GMSGFMT = @GMSGFMT@
277 GPGME_CFLAGS = @GPGME_CFLAGS@
278 GPGME_LIBS = @GPGME_LIBS@
279 GREP = @GREP@
280 GTK_CFLAGS = @GTK_CFLAGS@
281 GTK_LIBS = @GTK_LIBS@
282 INSTALL = @INSTALL@
283 INSTALL_DATA = @INSTALL_DATA@
284 INSTALL_PROGRAM = @INSTALL_PROGRAM@
285 INSTALL_SCRIPT = @INSTALL_SCRIPT@
286 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
287 INSTOBJEXT = @INSTOBJEXT@
288 INTLLIBS = @INTLLIBS@
289 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
290 INTLTOOL_MERGE = @INTLTOOL_MERGE@
291 INTLTOOL_PERL = @INTLTOOL_PERL@
292 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
293 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
294 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
295 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
296 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
297 KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
298 KEYUTILS_LIBS = @KEYUTILS_LIBS@
299 LATEX = @LATEX@
300 LATEX2HTML = @LATEX2HTML@
301 LD = @LD@
302 LDFLAGS = @LDFLAGS@
303 LIBECRYPTFS_LT_AGE = @LIBECRYPTFS_LT_AGE@
304 LIBECRYPTFS_LT_CURRENT = @LIBECRYPTFS_LT_CURRENT@
305 LIBECRYPTFS_LT_REVISION = @LIBECRYPTFS_LT_REVISION@
306 LIBOBJS = @LIBOBJS@
307 LIBS = @LIBS@
308 LIBTOOL = @LIBTOOL@
309 LIPO = @LIPO@
310 LN_S = @LN_S@
311 LOCALEDIR = @LOCALEDIR@
312 LTLIBOBJS = @LTLIBOBJS@
313 MAKEINFO = @MAKEINFO@
314 MANIFEST_TOOL = @MANIFEST_TOOL@
315 MKDIR_P = @MKDIR_P@
316 MKINSTALLDIRS = @MKINSTALLDIRS@
317 MSGFMT = @MSGFMT@
318 MSGFMT_OPTS = @MSGFMT_OPTS@
319 MSGMERGE = @MSGMERGE@
320 NM = @NM@
321 NMEDIT = @NMEDIT@
322 NSS_CFLAGS = @NSS_CFLAGS@
323 NSS_LIBS = @NSS_LIBS@
324 OBJDUMP = @OBJDUMP@
325 OBJEXT = @OBJEXT@
326 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
327 OPENSSL_LIBS = @OPENSSL_LIBS@
328 OTOOL = @OTOOL@
329 OTOOL64 = @OTOOL64@
330 PACKAGE = @PACKAGE@
331 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
332 PACKAGE_NAME = @PACKAGE_NAME@
333 PACKAGE_STRING = @PACKAGE_STRING@
334 PACKAGE_TARNAME = @PACKAGE_TARNAME@
335 PACKAGE_URL = @PACKAGE_URL@
336 PACKAGE_VERSION = @PACKAGE_VERSION@
337 PAM_CFLAGS = @PAM_CFLAGS@
338 PAM_LIBS = @PAM_LIBS@
339 PATH_SEPARATOR = @PATH_SEPARATOR@
340 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
341 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
342 PKG_CONFIG = @PKG_CONFIG@
343 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
344 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
345 POD2MAN = @POD2MAN@
346 POFILES = @POFILES@
347 POSUB = @POSUB@
348 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
349 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
350 PS2PDF = @PS2PDF@
351 PYTHON = @PYTHON@
352 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
353 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
354 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
355 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
356 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
357 PYTHON_PLATFORM = @PYTHON_PLATFORM@
358 PYTHON_PREFIX = @PYTHON_PREFIX@
359 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
360 PYTHON_VERSION = @PYTHON_VERSION@
361 RANLIB = @RANLIB@
362 SED = @SED@
363 SET_MAKE = @SET_MAKE@
364 SHELL = @SHELL@
365 STRIP = @STRIP@
366 SWIG = @SWIG@
367 SWIG_LIB = @SWIG_LIB@
368 SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
369 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
370 TAR = @TAR@
371 TSPI_CFLAGS = @TSPI_CFLAGS@
372 TSPI_LIBS = @TSPI_LIBS@
373 USE_NLS = @USE_NLS@
374 VERSION = @VERSION@
375 XGETTEXT = @XGETTEXT@
376 abs_builddir = @abs_builddir@
377 abs_srcdir = @abs_srcdir@
378 abs_top_builddir = @abs_top_builddir@
379 abs_top_srcdir = @abs_top_srcdir@
380 ac_ct_AR = @ac_ct_AR@
381 ac_ct_CC = @ac_ct_CC@
382 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
383 am__include = @am__include@
384 am__leading_dot = @am__leading_dot@
385 am__quote = @am__quote@
386 am__tar = @am__tar@
387 am__untar = @am__untar@
388 bindir = @bindir@
389 build = @build@
390 build_alias = @build_alias@
391 build_cpu = @build_cpu@
392 build_os = @build_os@
393 build_vendor = @build_vendor@
394 builddir = @builddir@
395 datadir = @datadir@
396 datarootdir = @datarootdir@
397 docdir = @docdir@
398 dvidir = @dvidir@
399 ecryptfskeymoddir = @ecryptfskeymoddir@
400 exec_prefix = @exec_prefix@
401 host = @host@
402 host_alias = @host_alias@
403 host_cpu = @host_cpu@
404 host_os = @host_os@
405 host_vendor = @host_vendor@
406 htmldir = @htmldir@
407 includedir = @includedir@
408 infodir = @infodir@
409 install_sh = @install_sh@
410 intltool__v_merge_options_ = @intltool__v_merge_options_@
411 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
412 libdir = @libdir@
413 libexecdir = @libexecdir@
414 localedir = @localedir@
415 localstatedir = @localstatedir@
416 mandir = @mandir@
417 mkdir_p = @mkdir_p@
418 oldincludedir = @oldincludedir@
419 pamdir = @pamdir@
420 pamlibdir = @pamlibdir@
421 pdfdir = @pdfdir@
422 pkgconfigdir = @pkgconfigdir@
423 pkgpyexecdir = @pkgpyexecdir@
424 pkgpythondir = @pkgpythondir@
425 prefix = @prefix@
426 program_transform_name = @program_transform_name@
427 psdir = @psdir@
428 pyexecdir = @pyexecdir@
429 pythondir = @pythondir@
430 rootsbindir = @rootsbindir@
431 sbindir = @sbindir@
432 sharedstatedir = @sharedstatedir@
433 srcdir = @srcdir@
434 sysconfdir = @sysconfdir@
435 target = @target@
436 target_alias = @target_alias@
437 target_cpu = @target_cpu@
438 target_os = @target_os@
439 target_vendor = @target_vendor@
440 top_build_prefix = @top_build_prefix@
441 top_builddir = @top_builddir@
442 top_srcdir = @top_srcdir@
443 AUTOMAKE_OPTIONS = foreign dist-bzip2
444 ACLOCAL_AMFLAGS = -I m4
445 MAINTAINERCLEANFILES = \
446         config.log config.status \
447         $(srcdir)/Makefile.in \
448         $(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
449         $(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
450         $(srcdir)/compile $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
451         $(srcdir)/config.guess $(srcdir)/config.sub \
452         $(srcdir)/m4/ltsugar.m4 $(srcdir)/m4/libtool.m4 \
453         $(srcdir)/m4/ltversion.m4 $(srcdir)/m4/lt~obsolete.m4 \
454         $(srcdir)/m4/ltoptions.m4 \
455         $(srcdir)/debian
456
457 SUBDIRS = doc src po tests
458 EXTRA_DIST = autogen.sh
459 dist_doc_DATA = README
460 all: config.h
461         $(MAKE) $(AM_MAKEFLAGS) all-recursive
462
463 .SUFFIXES:
464 am--refresh: Makefile
465         @:
466 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
467         @for dep in $?; do \
468           case '$(am__configure_deps)' in \
469             *$$dep*) \
470               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
471               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
472                 && exit 0; \
473               exit 1;; \
474           esac; \
475         done; \
476         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
477         $(am__cd) $(top_srcdir) && \
478           $(AUTOMAKE) --foreign Makefile
479 .PRECIOUS: Makefile
480 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
481         @case '$?' in \
482           *config.status*) \
483             echo ' $(SHELL) ./config.status'; \
484             $(SHELL) ./config.status;; \
485           *) \
486             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
487             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
488         esac;
489
490 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
491         $(SHELL) ./config.status --recheck
492
493 $(top_srcdir)/configure:  $(am__configure_deps)
494         $(am__cd) $(srcdir) && $(AUTOCONF)
495 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
496         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
497 $(am__aclocal_m4_deps):
498
499 config.h: stamp-h1
500         @if test ! -f $@; then rm -f stamp-h1; else :; fi
501         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
502
503 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
504         @rm -f stamp-h1
505         cd $(top_builddir) && $(SHELL) ./config.status config.h
506 $(srcdir)/config.h.in:  $(am__configure_deps) 
507         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
508         rm -f stamp-h1
509         touch $@
510
511 distclean-hdr:
512         -rm -f config.h stamp-h1
513
514 mostlyclean-libtool:
515         -rm -f *.lo
516
517 clean-libtool:
518         -rm -rf .libs _libs
519
520 distclean-libtool:
521         -rm -f libtool config.lt
522 install-dist_docDATA: $(dist_doc_DATA)
523         @$(NORMAL_INSTALL)
524         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
525         if test -n "$$list"; then \
526           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
527           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
528         fi; \
529         for p in $$list; do \
530           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
531           echo "$$d$$p"; \
532         done | $(am__base_list) | \
533         while read files; do \
534           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
535           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
536         done
537
538 uninstall-dist_docDATA:
539         @$(NORMAL_UNINSTALL)
540         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
541         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
542         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
543
544 # This directory's subdirectories are mostly independent; you can cd
545 # into them and run 'make' without going through this Makefile.
546 # To change the values of 'make' variables: instead of editing Makefiles,
547 # (1) if the variable is set in 'config.status', edit 'config.status'
548 #     (which will cause the Makefiles to be regenerated when you run 'make');
549 # (2) otherwise, pass the desired values on the 'make' command line.
550 $(am__recursive_targets):
551         @fail=; \
552         if $(am__make_keepgoing); then \
553           failcom='fail=yes'; \
554         else \
555           failcom='exit 1'; \
556         fi; \
557         dot_seen=no; \
558         target=`echo $@ | sed s/-recursive//`; \
559         case "$@" in \
560           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
561           *) list='$(SUBDIRS)' ;; \
562         esac; \
563         for subdir in $$list; do \
564           echo "Making $$target in $$subdir"; \
565           if test "$$subdir" = "."; then \
566             dot_seen=yes; \
567             local_target="$$target-am"; \
568           else \
569             local_target="$$target"; \
570           fi; \
571           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
572           || eval $$failcom; \
573         done; \
574         if test "$$dot_seen" = "no"; then \
575           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
576         fi; test -z "$$fail"
577
578 ID: $(am__tagged_files)
579         $(am__define_uniq_tagged_files); mkid -fID $$unique
580 tags: tags-recursive
581 TAGS: tags
582
583 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
584         set x; \
585         here=`pwd`; \
586         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
587           include_option=--etags-include; \
588           empty_fix=.; \
589         else \
590           include_option=--include; \
591           empty_fix=; \
592         fi; \
593         list='$(SUBDIRS)'; for subdir in $$list; do \
594           if test "$$subdir" = .; then :; else \
595             test ! -f $$subdir/TAGS || \
596               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
597           fi; \
598         done; \
599         $(am__define_uniq_tagged_files); \
600         shift; \
601         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
602           test -n "$$unique" || unique=$$empty_fix; \
603           if test $$# -gt 0; then \
604             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605               "$$@" $$unique; \
606           else \
607             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
608               $$unique; \
609           fi; \
610         fi
611 ctags: ctags-recursive
612
613 CTAGS: ctags
614 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
615         $(am__define_uniq_tagged_files); \
616         test -z "$(CTAGS_ARGS)$$unique" \
617           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
618              $$unique
619
620 GTAGS:
621         here=`$(am__cd) $(top_builddir) && pwd` \
622           && $(am__cd) $(top_srcdir) \
623           && gtags -i $(GTAGS_ARGS) "$$here"
624 cscope: cscope.files
625         test ! -s cscope.files \
626           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
627 clean-cscope:
628         -rm -f cscope.files
629 cscope.files: clean-cscope cscopelist
630 cscopelist: cscopelist-recursive
631
632 cscopelist-am: $(am__tagged_files)
633         list='$(am__tagged_files)'; \
634         case "$(srcdir)" in \
635           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
636           *) sdir=$(subdir)/$(srcdir) ;; \
637         esac; \
638         for i in $$list; do \
639           if test -f "$$i"; then \
640             echo "$(subdir)/$$i"; \
641           else \
642             echo "$$sdir/$$i"; \
643           fi; \
644         done >> $(top_builddir)/cscope.files
645
646 distclean-tags:
647         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
648         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
649
650 distdir: $(DISTFILES)
651         $(am__remove_distdir)
652         test -d "$(distdir)" || mkdir "$(distdir)"
653         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
654         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
655         list='$(DISTFILES)'; \
656           dist_files=`for file in $$list; do echo $$file; done | \
657           sed -e "s|^$$srcdirstrip/||;t" \
658               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
659         case $$dist_files in \
660           */*) $(MKDIR_P) `echo "$$dist_files" | \
661                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
662                            sort -u` ;; \
663         esac; \
664         for file in $$dist_files; do \
665           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
666           if test -d $$d/$$file; then \
667             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
668             if test -d "$(distdir)/$$file"; then \
669               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
670             fi; \
671             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
672               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
673               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
674             fi; \
675             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
676           else \
677             test -f "$(distdir)/$$file" \
678             || cp -p $$d/$$file "$(distdir)/$$file" \
679             || exit 1; \
680           fi; \
681         done
682         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
683           if test "$$subdir" = .; then :; else \
684             $(am__make_dryrun) \
685               || test -d "$(distdir)/$$subdir" \
686               || $(MKDIR_P) "$(distdir)/$$subdir" \
687               || exit 1; \
688             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
689             $(am__relativize); \
690             new_distdir=$$reldir; \
691             dir1=$$subdir; dir2="$(top_distdir)"; \
692             $(am__relativize); \
693             new_top_distdir=$$reldir; \
694             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
695             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
696             ($(am__cd) $$subdir && \
697               $(MAKE) $(AM_MAKEFLAGS) \
698                 top_distdir="$$new_top_distdir" \
699                 distdir="$$new_distdir" \
700                 am__remove_distdir=: \
701                 am__skip_length_check=: \
702                 am__skip_mode_fix=: \
703                 distdir) \
704               || exit 1; \
705           fi; \
706         done
707         $(MAKE) $(AM_MAKEFLAGS) \
708           top_distdir="$(top_distdir)" distdir="$(distdir)" \
709           dist-hook
710         -test -n "$(am__skip_mode_fix)" \
711         || find "$(distdir)" -type d ! -perm -755 \
712                 -exec chmod u+rwx,go+rx {} \; -o \
713           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
714           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
715           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
716         || chmod -R a+r "$(distdir)"
717 dist-gzip: distdir
718         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
719         $(am__post_remove_distdir)
720 dist-bzip2: distdir
721         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
722         $(am__post_remove_distdir)
723
724 dist-lzip: distdir
725         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
726         $(am__post_remove_distdir)
727
728 dist-xz: distdir
729         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
730         $(am__post_remove_distdir)
731
732 dist-tarZ: distdir
733         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
734         $(am__post_remove_distdir)
735
736 dist-shar: distdir
737         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
738         $(am__post_remove_distdir)
739
740 dist-zip: distdir
741         -rm -f $(distdir).zip
742         zip -rq $(distdir).zip $(distdir)
743         $(am__post_remove_distdir)
744
745 dist dist-all:
746         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
747         $(am__post_remove_distdir)
748
749 # This target untars the dist file and tries a VPATH configuration.  Then
750 # it guarantees that the distribution is self-contained by making another
751 # tarfile.
752 distcheck: dist
753         case '$(DIST_ARCHIVES)' in \
754         *.tar.gz*) \
755           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
756         *.tar.bz2*) \
757           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
758         *.tar.lz*) \
759           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
760         *.tar.xz*) \
761           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
762         *.tar.Z*) \
763           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
764         *.shar.gz*) \
765           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
766         *.zip*) \
767           unzip $(distdir).zip ;;\
768         esac
769         chmod -R a-w $(distdir)
770         chmod u+w $(distdir)
771         mkdir $(distdir)/_build $(distdir)/_inst
772         chmod a-w $(distdir)
773         test -d $(distdir)/_build || exit 0; \
774         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
775           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
776           && am__cwd=`pwd` \
777           && $(am__cd) $(distdir)/_build \
778           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
779             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
780             $(DISTCHECK_CONFIGURE_FLAGS) \
781           && $(MAKE) $(AM_MAKEFLAGS) \
782           && $(MAKE) $(AM_MAKEFLAGS) dvi \
783           && $(MAKE) $(AM_MAKEFLAGS) check \
784           && $(MAKE) $(AM_MAKEFLAGS) install \
785           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
786           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
787           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
788                 distuninstallcheck \
789           && chmod -R a-w "$$dc_install_base" \
790           && ({ \
791                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
792                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
793                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
794                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
795                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
796               } || { rm -rf "$$dc_destdir"; exit 1; }) \
797           && rm -rf "$$dc_destdir" \
798           && $(MAKE) $(AM_MAKEFLAGS) dist \
799           && rm -rf $(DIST_ARCHIVES) \
800           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
801           && cd "$$am__cwd" \
802           || exit 1
803         $(am__post_remove_distdir)
804         @(echo "$(distdir) archives ready for distribution: "; \
805           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
806           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
807 distuninstallcheck:
808         @test -n '$(distuninstallcheck_dir)' || { \
809           echo 'ERROR: trying to run $@ with an empty' \
810                '$$(distuninstallcheck_dir)' >&2; \
811           exit 1; \
812         }; \
813         $(am__cd) '$(distuninstallcheck_dir)' || { \
814           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
815           exit 1; \
816         }; \
817         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
818            || { echo "ERROR: files left after uninstall:" ; \
819                 if test -n "$(DESTDIR)"; then \
820                   echo "  (check DESTDIR support)"; \
821                 fi ; \
822                 $(distuninstallcheck_listfiles) ; \
823                 exit 1; } >&2
824 distcleancheck: distclean
825         @if test '$(srcdir)' = . ; then \
826           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
827           exit 1 ; \
828         fi
829         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
830           || { echo "ERROR: files left in build directory after distclean:" ; \
831                $(distcleancheck_listfiles) ; \
832                exit 1; } >&2
833 check-am: all-am
834 check: check-recursive
835 all-am: Makefile $(DATA) config.h
836 installdirs: installdirs-recursive
837 installdirs-am:
838         for dir in "$(DESTDIR)$(docdir)"; do \
839           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
840         done
841 install: install-recursive
842 install-exec: install-exec-recursive
843 install-data: install-data-recursive
844 uninstall: uninstall-recursive
845
846 install-am: all-am
847         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
848
849 installcheck: installcheck-recursive
850 install-strip:
851         if test -z '$(STRIP)'; then \
852           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854               install; \
855         else \
856           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
857             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
858             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
859         fi
860 mostlyclean-generic:
861
862 clean-generic:
863
864 distclean-generic:
865         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
866         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
867
868 maintainer-clean-generic:
869         @echo "This command is intended for maintainers to use"
870         @echo "it deletes files that may require special tools to rebuild."
871         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
872 clean: clean-recursive
873
874 clean-am: clean-generic clean-libtool mostlyclean-am
875
876 distclean: distclean-recursive
877         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
878         -rm -f Makefile
879 distclean-am: clean-am distclean-generic distclean-hdr \
880         distclean-libtool distclean-tags
881
882 dvi: dvi-recursive
883
884 dvi-am:
885
886 html: html-recursive
887
888 html-am:
889
890 info: info-recursive
891
892 info-am:
893
894 install-data-am: install-dist_docDATA
895
896 install-dvi: install-dvi-recursive
897
898 install-dvi-am:
899
900 install-exec-am:
901
902 install-html: install-html-recursive
903
904 install-html-am:
905
906 install-info: install-info-recursive
907
908 install-info-am:
909
910 install-man:
911
912 install-pdf: install-pdf-recursive
913
914 install-pdf-am:
915
916 install-ps: install-ps-recursive
917
918 install-ps-am:
919
920 installcheck-am:
921
922 maintainer-clean: maintainer-clean-recursive
923         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
924         -rm -rf $(top_srcdir)/autom4te.cache
925         -rm -f Makefile
926 maintainer-clean-am: distclean-am maintainer-clean-generic
927
928 mostlyclean: mostlyclean-recursive
929
930 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
931
932 pdf: pdf-recursive
933
934 pdf-am:
935
936 ps: ps-recursive
937
938 ps-am:
939
940 uninstall-am: uninstall-dist_docDATA
941
942 .MAKE: $(am__recursive_targets) all install-am install-strip
943
944 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
945         am--refresh check check-am clean clean-cscope clean-generic \
946         clean-libtool cscope cscopelist-am ctags ctags-am dist \
947         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
948         dist-tarZ dist-xz dist-zip distcheck distclean \
949         distclean-generic distclean-hdr distclean-libtool \
950         distclean-tags distcleancheck distdir distuninstallcheck dvi \
951         dvi-am html html-am info info-am install install-am \
952         install-data install-data-am install-dist_docDATA install-dvi \
953         install-dvi-am install-exec install-exec-am install-html \
954         install-html-am install-info install-info-am install-man \
955         install-pdf install-pdf-am install-ps install-ps-am \
956         install-strip installcheck installcheck-am installdirs \
957         installdirs-am maintainer-clean maintainer-clean-generic \
958         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
959         ps ps-am tags tags-am uninstall uninstall-am \
960         uninstall-dist_docDATA
961
962
963 dist-hook:
964         $(MKDIR_P) "$(distdir)/m4"
965
966 # Tell versions [3.59,3.63) of GNU make to not export all variables.
967 # Otherwise a system limit (for SysV at least) may be exceeded.
968 .NOEXPORT: