Imported Upstream version 106
[platform/upstream/ecryptfs-utils.git] / doc / 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 target_triplet = @target@
82 @BUILD_PKCS11_HELPER_TRUE@am__append_1 = ecryptfs-pkcs11-helper-doc.txt
83 @BUILD_PKCS11_HELPER_FALSE@am__append_2 = ecryptfs-pkcs11-helper-doc.txt
84 subdir = doc
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(am__dist_doc_DATA_DIST) $(dist_html_DATA) \
87         $(am__dist_noinst_DATA_DIST) $(dist_pkgdata_DATA)
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
90         $(top_srcdir)/m4/ac_python_devel.m4 \
91         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
92         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94         $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96         $(ACLOCAL_M4)
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 AM_V_P = $(am__v_P_@AM_V@)
102 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103 am__v_P_0 = false
104 am__v_P_1 = :
105 AM_V_GEN = $(am__v_GEN_@AM_V@)
106 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107 am__v_GEN_0 = @echo "  GEN     " $@;
108 am__v_GEN_1 = 
109 AM_V_at = $(am__v_at_@AM_V@)
110 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111 am__v_at_0 = @
112 am__v_at_1 = 
113 SOURCES =
114 DIST_SOURCES =
115 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116         ctags-recursive dvi-recursive html-recursive info-recursive \
117         install-data-recursive install-dvi-recursive \
118         install-exec-recursive install-html-recursive \
119         install-info-recursive install-pdf-recursive \
120         install-ps-recursive install-recursive installcheck-recursive \
121         installdirs-recursive pdf-recursive ps-recursive \
122         tags-recursive uninstall-recursive
123 am__can_run_installinfo = \
124   case $$AM_UPDATE_INFO_DIR in \
125     n|no|NO) false;; \
126     *) (install-info --version) >/dev/null 2>&1;; \
127   esac
128 am__dist_doc_DATA_DIST = ecryptfs-pkcs11-helper-doc.txt
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130 am__vpath_adj = case $$p in \
131     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132     *) f=$$p;; \
133   esac;
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135 am__install_max = 40
136 am__nobase_strip_setup = \
137   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138 am__nobase_strip = \
139   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140 am__nobase_list = $(am__nobase_strip_setup); \
141   for p in $$list; do echo "$$p $$p"; done | \
142   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144     if (++n[$$2] == $(am__install_max)) \
145       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146     END { for (dir in files) print dir, files[dir] }'
147 am__base_list = \
148   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150 am__uninstall_files_from_dir = { \
151   test -z "$$files" \
152     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154          $(am__cd) "$$dir" && rm -f $$files; }; \
155   }
156 am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldir)" \
157         "$(DESTDIR)$(pkgdatadir)"
158 am__dist_noinst_DATA_DIST = ecryptfs-pkcs11-helper-doc.txt
159 DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
160         $(dist_pkgdata_DATA)
161 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162   distclean-recursive maintainer-clean-recursive
163 am__recursive_targets = \
164   $(RECURSIVE_TARGETS) \
165   $(RECURSIVE_CLEAN_TARGETS) \
166   $(am__extra_recursive_targets)
167 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168         distdir
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170 # Read a list of newline-separated strings from the standard input,
171 # and print each of them once, without duplicates.  Input order is
172 # *not* preserved.
173 am__uniquify_input = $(AWK) '\
174   BEGIN { nonempty = 0; } \
175   { items[$$0] = 1; nonempty = 1; } \
176   END { if (nonempty) { for (i in items) print i; }; } \
177 '
178 # Make sure the list of sources is unique.  This is necessary because,
179 # e.g., the same source file might be shared among _SOURCES variables
180 # for different programs/libraries.
181 am__define_uniq_tagged_files = \
182   list='$(am__tagged_files)'; \
183   unique=`for i in $$list; do \
184     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185   done | $(am__uniquify_input)`
186 ETAGS = etags
187 CTAGS = ctags
188 DIST_SUBDIRS = $(SUBDIRS)
189 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190 am__relativize = \
191   dir0=`pwd`; \
192   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
193   sed_rest='s,^[^/]*/*,,'; \
194   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
195   sed_butlast='s,/*[^/]*$$,,'; \
196   while test -n "$$dir1"; do \
197     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
198     if test "$$first" != "."; then \
199       if test "$$first" = ".."; then \
200         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
201         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
202       else \
203         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
204         if test "$$first2" = "$$first"; then \
205           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
206         else \
207           dir2="../$$dir2"; \
208         fi; \
209         dir0="$$dir0"/"$$first"; \
210       fi; \
211     fi; \
212     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
213   done; \
214   reldir="$$dir2"
215 ACLOCAL = @ACLOCAL@
216 ALL_LINGUAS = @ALL_LINGUAS@
217 AMTAR = @AMTAR@
218 AM_CPPFLAGS = @AM_CPPFLAGS@
219 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220 AR = @AR@
221 AUTOCONF = @AUTOCONF@
222 AUTOHEADER = @AUTOHEADER@
223 AUTOMAKE = @AUTOMAKE@
224 AWK = @AWK@
225 CATALOGS = @CATALOGS@
226 CATOBJEXT = @CATOBJEXT@
227 CC = @CC@
228 CCDEPMODE = @CCDEPMODE@
229 CFLAGS = @CFLAGS@
230 CPP = @CPP@
231 CPPFLAGS = @CPPFLAGS@
232 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
233 CRYPTO_LIBS = @CRYPTO_LIBS@
234 CYGPATH_W = @CYGPATH_W@
235 DATADIRNAME = @DATADIRNAME@
236 DEFS = @DEFS@
237 DEPDIR = @DEPDIR@
238 DLLTOOL = @DLLTOOL@
239 DSYMUTIL = @DSYMUTIL@
240 DUMPBIN = @DUMPBIN@
241 DVIPS = @DVIPS@
242 ECHO_C = @ECHO_C@
243 ECHO_N = @ECHO_N@
244 ECHO_T = @ECHO_T@
245 EGREP = @EGREP@
246 EXEEXT = @EXEEXT@
247 FGREP = @FGREP@
248 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
249 GMOFILES = @GMOFILES@
250 GMSGFMT = @GMSGFMT@
251 GPGME_CFLAGS = @GPGME_CFLAGS@
252 GPGME_LIBS = @GPGME_LIBS@
253 GREP = @GREP@
254 GTK_CFLAGS = @GTK_CFLAGS@
255 GTK_LIBS = @GTK_LIBS@
256 INSTALL = @INSTALL@
257 INSTALL_DATA = @INSTALL_DATA@
258 INSTALL_PROGRAM = @INSTALL_PROGRAM@
259 INSTALL_SCRIPT = @INSTALL_SCRIPT@
260 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
261 INSTOBJEXT = @INSTOBJEXT@
262 INTLLIBS = @INTLLIBS@
263 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
264 INTLTOOL_MERGE = @INTLTOOL_MERGE@
265 INTLTOOL_PERL = @INTLTOOL_PERL@
266 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
267 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
268 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
269 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
270 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
271 KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
272 KEYUTILS_LIBS = @KEYUTILS_LIBS@
273 LATEX = @LATEX@
274 LATEX2HTML = @LATEX2HTML@
275 LD = @LD@
276 LDFLAGS = @LDFLAGS@
277 LIBECRYPTFS_LT_AGE = @LIBECRYPTFS_LT_AGE@
278 LIBECRYPTFS_LT_CURRENT = @LIBECRYPTFS_LT_CURRENT@
279 LIBECRYPTFS_LT_REVISION = @LIBECRYPTFS_LT_REVISION@
280 LIBOBJS = @LIBOBJS@
281 LIBS = @LIBS@
282 LIBTOOL = @LIBTOOL@
283 LIPO = @LIPO@
284 LN_S = @LN_S@
285 LOCALEDIR = @LOCALEDIR@
286 LTLIBOBJS = @LTLIBOBJS@
287 MAKEINFO = @MAKEINFO@
288 MANIFEST_TOOL = @MANIFEST_TOOL@
289 MKDIR_P = @MKDIR_P@
290 MKINSTALLDIRS = @MKINSTALLDIRS@
291 MSGFMT = @MSGFMT@
292 MSGFMT_OPTS = @MSGFMT_OPTS@
293 MSGMERGE = @MSGMERGE@
294 NM = @NM@
295 NMEDIT = @NMEDIT@
296 NSS_CFLAGS = @NSS_CFLAGS@
297 NSS_LIBS = @NSS_LIBS@
298 OBJDUMP = @OBJDUMP@
299 OBJEXT = @OBJEXT@
300 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
301 OPENSSL_LIBS = @OPENSSL_LIBS@
302 OTOOL = @OTOOL@
303 OTOOL64 = @OTOOL64@
304 PACKAGE = @PACKAGE@
305 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306 PACKAGE_NAME = @PACKAGE_NAME@
307 PACKAGE_STRING = @PACKAGE_STRING@
308 PACKAGE_TARNAME = @PACKAGE_TARNAME@
309 PACKAGE_URL = @PACKAGE_URL@
310 PACKAGE_VERSION = @PACKAGE_VERSION@
311 PAM_CFLAGS = @PAM_CFLAGS@
312 PAM_LIBS = @PAM_LIBS@
313 PATH_SEPARATOR = @PATH_SEPARATOR@
314 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
315 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
316 PKG_CONFIG = @PKG_CONFIG@
317 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
318 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
319 POD2MAN = @POD2MAN@
320 POFILES = @POFILES@
321 POSUB = @POSUB@
322 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
323 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
324 PS2PDF = @PS2PDF@
325 PYTHON = @PYTHON@
326 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
327 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
328 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
329 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
330 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
331 PYTHON_PLATFORM = @PYTHON_PLATFORM@
332 PYTHON_PREFIX = @PYTHON_PREFIX@
333 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
334 PYTHON_VERSION = @PYTHON_VERSION@
335 RANLIB = @RANLIB@
336 SED = @SED@
337 SET_MAKE = @SET_MAKE@
338 SHELL = @SHELL@
339 STRIP = @STRIP@
340 SWIG = @SWIG@
341 SWIG_LIB = @SWIG_LIB@
342 SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
343 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
344 TAR = @TAR@
345 TSPI_CFLAGS = @TSPI_CFLAGS@
346 TSPI_LIBS = @TSPI_LIBS@
347 USE_NLS = @USE_NLS@
348 VERSION = @VERSION@
349 XGETTEXT = @XGETTEXT@
350 abs_builddir = @abs_builddir@
351 abs_srcdir = @abs_srcdir@
352 abs_top_builddir = @abs_top_builddir@
353 abs_top_srcdir = @abs_top_srcdir@
354 ac_ct_AR = @ac_ct_AR@
355 ac_ct_CC = @ac_ct_CC@
356 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357 am__include = @am__include@
358 am__leading_dot = @am__leading_dot@
359 am__quote = @am__quote@
360 am__tar = @am__tar@
361 am__untar = @am__untar@
362 bindir = @bindir@
363 build = @build@
364 build_alias = @build_alias@
365 build_cpu = @build_cpu@
366 build_os = @build_os@
367 build_vendor = @build_vendor@
368 builddir = @builddir@
369 datadir = @datadir@
370 datarootdir = @datarootdir@
371 docdir = @docdir@
372 dvidir = @dvidir@
373 ecryptfskeymoddir = @ecryptfskeymoddir@
374 exec_prefix = @exec_prefix@
375 host = @host@
376 host_alias = @host_alias@
377 host_cpu = @host_cpu@
378 host_os = @host_os@
379 host_vendor = @host_vendor@
380 htmldir = @htmldir@
381 includedir = @includedir@
382 infodir = @infodir@
383 install_sh = @install_sh@
384 intltool__v_merge_options_ = @intltool__v_merge_options_@
385 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
386 libdir = @libdir@
387 libexecdir = @libexecdir@
388 localedir = @localedir@
389 localstatedir = @localstatedir@
390 mandir = @mandir@
391 mkdir_p = @mkdir_p@
392 oldincludedir = @oldincludedir@
393 pamdir = @pamdir@
394 pamlibdir = @pamlibdir@
395 pdfdir = @pdfdir@
396 pkgconfigdir = @pkgconfigdir@
397 pkgpyexecdir = @pkgpyexecdir@
398 pkgpythondir = @pkgpythondir@
399 prefix = @prefix@
400 program_transform_name = @program_transform_name@
401 psdir = @psdir@
402 pyexecdir = @pyexecdir@
403 pythondir = @pythondir@
404 rootsbindir = @rootsbindir@
405 sbindir = @sbindir@
406 sharedstatedir = @sharedstatedir@
407 srcdir = @srcdir@
408 sysconfdir = @sysconfdir@
409 target = @target@
410 target_alias = @target_alias@
411 target_cpu = @target_cpu@
412 target_os = @target_os@
413 target_vendor = @target_vendor@
414 top_build_prefix = @top_build_prefix@
415 top_builddir = @top_builddir@
416 top_srcdir = @top_srcdir@
417 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
418 SUBDIRS = manpage
419 dist_doc_DATA = $(am__append_1)
420 dist_noinst_DATA = $(am__append_2)
421 dist_html_DATA = ecryptfs-faq.html
422 dist_pkgdata_DATA = ecryptfs-mount-private.txt
423 all: all-recursive
424
425 .SUFFIXES:
426 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
427         @for dep in $?; do \
428           case '$(am__configure_deps)' in \
429             *$$dep*) \
430               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
431                 && { if test -f $@; then exit 0; else break; fi; }; \
432               exit 1;; \
433           esac; \
434         done; \
435         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
436         $(am__cd) $(top_srcdir) && \
437           $(AUTOMAKE) --foreign doc/Makefile
438 .PRECIOUS: Makefile
439 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
440         @case '$?' in \
441           *config.status*) \
442             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
443           *) \
444             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
445             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
446         esac;
447
448 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
449         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450
451 $(top_srcdir)/configure:  $(am__configure_deps)
452         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
454         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455 $(am__aclocal_m4_deps):
456
457 mostlyclean-libtool:
458         -rm -f *.lo
459
460 clean-libtool:
461         -rm -rf .libs _libs
462 install-dist_docDATA: $(dist_doc_DATA)
463         @$(NORMAL_INSTALL)
464         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
465         if test -n "$$list"; then \
466           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
467           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
468         fi; \
469         for p in $$list; do \
470           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
471           echo "$$d$$p"; \
472         done | $(am__base_list) | \
473         while read files; do \
474           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
475           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
476         done
477
478 uninstall-dist_docDATA:
479         @$(NORMAL_UNINSTALL)
480         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
481         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
482         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
483 install-dist_htmlDATA: $(dist_html_DATA)
484         @$(NORMAL_INSTALL)
485         @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
486         if test -n "$$list"; then \
487           echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
488           $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
489         fi; \
490         for p in $$list; do \
491           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
492           echo "$$d$$p"; \
493         done | $(am__base_list) | \
494         while read files; do \
495           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
496           $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
497         done
498
499 uninstall-dist_htmlDATA:
500         @$(NORMAL_UNINSTALL)
501         @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
502         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
503         dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
504 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
505         @$(NORMAL_INSTALL)
506         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
507         if test -n "$$list"; then \
508           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
509           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
510         fi; \
511         for p in $$list; do \
512           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513           echo "$$d$$p"; \
514         done | $(am__base_list) | \
515         while read files; do \
516           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
517           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
518         done
519
520 uninstall-dist_pkgdataDATA:
521         @$(NORMAL_UNINSTALL)
522         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
523         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
525
526 # This directory's subdirectories are mostly independent; you can cd
527 # into them and run 'make' without going through this Makefile.
528 # To change the values of 'make' variables: instead of editing Makefiles,
529 # (1) if the variable is set in 'config.status', edit 'config.status'
530 #     (which will cause the Makefiles to be regenerated when you run 'make');
531 # (2) otherwise, pass the desired values on the 'make' command line.
532 $(am__recursive_targets):
533         @fail=; \
534         if $(am__make_keepgoing); then \
535           failcom='fail=yes'; \
536         else \
537           failcom='exit 1'; \
538         fi; \
539         dot_seen=no; \
540         target=`echo $@ | sed s/-recursive//`; \
541         case "$@" in \
542           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543           *) list='$(SUBDIRS)' ;; \
544         esac; \
545         for subdir in $$list; do \
546           echo "Making $$target in $$subdir"; \
547           if test "$$subdir" = "."; then \
548             dot_seen=yes; \
549             local_target="$$target-am"; \
550           else \
551             local_target="$$target"; \
552           fi; \
553           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
554           || eval $$failcom; \
555         done; \
556         if test "$$dot_seen" = "no"; then \
557           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
558         fi; test -z "$$fail"
559
560 ID: $(am__tagged_files)
561         $(am__define_uniq_tagged_files); mkid -fID $$unique
562 tags: tags-recursive
563 TAGS: tags
564
565 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566         set x; \
567         here=`pwd`; \
568         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
569           include_option=--etags-include; \
570           empty_fix=.; \
571         else \
572           include_option=--include; \
573           empty_fix=; \
574         fi; \
575         list='$(SUBDIRS)'; for subdir in $$list; do \
576           if test "$$subdir" = .; then :; else \
577             test ! -f $$subdir/TAGS || \
578               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
579           fi; \
580         done; \
581         $(am__define_uniq_tagged_files); \
582         shift; \
583         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584           test -n "$$unique" || unique=$$empty_fix; \
585           if test $$# -gt 0; then \
586             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587               "$$@" $$unique; \
588           else \
589             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590               $$unique; \
591           fi; \
592         fi
593 ctags: ctags-recursive
594
595 CTAGS: ctags
596 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597         $(am__define_uniq_tagged_files); \
598         test -z "$(CTAGS_ARGS)$$unique" \
599           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600              $$unique
601
602 GTAGS:
603         here=`$(am__cd) $(top_builddir) && pwd` \
604           && $(am__cd) $(top_srcdir) \
605           && gtags -i $(GTAGS_ARGS) "$$here"
606 cscopelist: cscopelist-recursive
607
608 cscopelist-am: $(am__tagged_files)
609         list='$(am__tagged_files)'; \
610         case "$(srcdir)" in \
611           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612           *) sdir=$(subdir)/$(srcdir) ;; \
613         esac; \
614         for i in $$list; do \
615           if test -f "$$i"; then \
616             echo "$(subdir)/$$i"; \
617           else \
618             echo "$$sdir/$$i"; \
619           fi; \
620         done >> $(top_builddir)/cscope.files
621
622 distclean-tags:
623         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624
625 distdir: $(DISTFILES)
626         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628         list='$(DISTFILES)'; \
629           dist_files=`for file in $$list; do echo $$file; done | \
630           sed -e "s|^$$srcdirstrip/||;t" \
631               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
632         case $$dist_files in \
633           */*) $(MKDIR_P) `echo "$$dist_files" | \
634                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
635                            sort -u` ;; \
636         esac; \
637         for file in $$dist_files; do \
638           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
639           if test -d $$d/$$file; then \
640             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
641             if test -d "$(distdir)/$$file"; then \
642               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643             fi; \
644             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
645               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
646               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
647             fi; \
648             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
649           else \
650             test -f "$(distdir)/$$file" \
651             || cp -p $$d/$$file "$(distdir)/$$file" \
652             || exit 1; \
653           fi; \
654         done
655         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
656           if test "$$subdir" = .; then :; else \
657             $(am__make_dryrun) \
658               || test -d "$(distdir)/$$subdir" \
659               || $(MKDIR_P) "$(distdir)/$$subdir" \
660               || exit 1; \
661             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
662             $(am__relativize); \
663             new_distdir=$$reldir; \
664             dir1=$$subdir; dir2="$(top_distdir)"; \
665             $(am__relativize); \
666             new_top_distdir=$$reldir; \
667             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
668             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
669             ($(am__cd) $$subdir && \
670               $(MAKE) $(AM_MAKEFLAGS) \
671                 top_distdir="$$new_top_distdir" \
672                 distdir="$$new_distdir" \
673                 am__remove_distdir=: \
674                 am__skip_length_check=: \
675                 am__skip_mode_fix=: \
676                 distdir) \
677               || exit 1; \
678           fi; \
679         done
680 check-am: all-am
681 check: check-recursive
682 all-am: Makefile $(DATA)
683 installdirs: installdirs-recursive
684 installdirs-am:
685         for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(pkgdatadir)"; do \
686           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
687         done
688 install: install-recursive
689 install-exec: install-exec-recursive
690 install-data: install-data-recursive
691 uninstall: uninstall-recursive
692
693 install-am: all-am
694         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
695
696 installcheck: installcheck-recursive
697 install-strip:
698         if test -z '$(STRIP)'; then \
699           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701               install; \
702         else \
703           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
706         fi
707 mostlyclean-generic:
708
709 clean-generic:
710
711 distclean-generic:
712         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
714
715 maintainer-clean-generic:
716         @echo "This command is intended for maintainers to use"
717         @echo "it deletes files that may require special tools to rebuild."
718         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
719 clean: clean-recursive
720
721 clean-am: clean-generic clean-libtool mostlyclean-am
722
723 distclean: distclean-recursive
724         -rm -f Makefile
725 distclean-am: clean-am distclean-generic distclean-tags
726
727 dvi: dvi-recursive
728
729 dvi-am:
730
731 html: html-recursive
732
733 html-am:
734
735 info: info-recursive
736
737 info-am:
738
739 install-data-am: install-dist_docDATA install-dist_htmlDATA \
740         install-dist_pkgdataDATA
741
742 install-dvi: install-dvi-recursive
743
744 install-dvi-am:
745
746 install-exec-am:
747
748 install-html: install-html-recursive
749
750 install-html-am:
751
752 install-info: install-info-recursive
753
754 install-info-am:
755
756 install-man:
757
758 install-pdf: install-pdf-recursive
759
760 install-pdf-am:
761
762 install-ps: install-ps-recursive
763
764 install-ps-am:
765
766 installcheck-am:
767
768 maintainer-clean: maintainer-clean-recursive
769         -rm -f Makefile
770 maintainer-clean-am: distclean-am maintainer-clean-generic
771
772 mostlyclean: mostlyclean-recursive
773
774 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
775
776 pdf: pdf-recursive
777
778 pdf-am:
779
780 ps: ps-recursive
781
782 ps-am:
783
784 uninstall-am: uninstall-dist_docDATA uninstall-dist_htmlDATA \
785         uninstall-dist_pkgdataDATA
786
787 .MAKE: $(am__recursive_targets) install-am install-strip
788
789 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
790         check-am clean clean-generic clean-libtool cscopelist-am ctags \
791         ctags-am distclean distclean-generic distclean-libtool \
792         distclean-tags distdir dvi dvi-am html html-am info info-am \
793         install install-am install-data install-data-am \
794         install-dist_docDATA install-dist_htmlDATA \
795         install-dist_pkgdataDATA install-dvi install-dvi-am \
796         install-exec install-exec-am install-html install-html-am \
797         install-info install-info-am install-man install-pdf \
798         install-pdf-am install-ps install-ps-am install-strip \
799         installcheck installcheck-am installdirs installdirs-am \
800         maintainer-clean maintainer-clean-generic mostlyclean \
801         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
802         tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
803         uninstall-dist_htmlDATA uninstall-dist_pkgdataDATA
804
805
806 # Tell versions [3.59,3.63) of GNU make to not export all variables.
807 # Otherwise a system limit (for SysV at least) may be exceeded.
808 .NOEXPORT: