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