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