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