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