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