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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = tools
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
94	$(top_srcdir)/configure.in
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114SOURCES =
115DIST_SOURCES =
116RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
117	ctags-recursive dvi-recursive html-recursive info-recursive \
118	install-data-recursive install-dvi-recursive \
119	install-exec-recursive install-html-recursive \
120	install-info-recursive install-pdf-recursive \
121	install-ps-recursive install-recursive installcheck-recursive \
122	installdirs-recursive pdf-recursive ps-recursive \
123	tags-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
130  distclean-recursive maintainer-clean-recursive
131am__recursive_targets = \
132  $(RECURSIVE_TARGETS) \
133  $(RECURSIVE_CLEAN_TARGETS) \
134  $(am__extra_recursive_targets)
135AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136	distdir
137am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138# Read a list of newline-separated strings from the standard input,
139# and print each of them once, without duplicates.  Input order is
140# *not* preserved.
141am__uniquify_input = $(AWK) '\
142  BEGIN { nonempty = 0; } \
143  { items[$$0] = 1; nonempty = 1; } \
144  END { if (nonempty) { for (i in items) print i; }; } \
145'
146# Make sure the list of sources is unique.  This is necessary because,
147# e.g., the same source file might be shared among _SOURCES variables
148# for different programs/libraries.
149am__define_uniq_tagged_files = \
150  list='$(am__tagged_files)'; \
151  unique=`for i in $$list; do \
152    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153  done | $(am__uniquify_input)`
154ETAGS = etags
155CTAGS = ctags
156DIST_SUBDIRS = $(SUBDIRS)
157am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159am__relativize = \
160  dir0=`pwd`; \
161  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
162  sed_rest='s,^[^/]*/*,,'; \
163  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
164  sed_butlast='s,/*[^/]*$$,,'; \
165  while test -n "$$dir1"; do \
166    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
167    if test "$$first" != "."; then \
168      if test "$$first" = ".."; then \
169        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
170        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
171      else \
172        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
173        if test "$$first2" = "$$first"; then \
174          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
175        else \
176          dir2="../$$dir2"; \
177        fi; \
178        dir0="$$dir0"/"$$first"; \
179      fi; \
180    fi; \
181    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
182  done; \
183  reldir="$$dir2"
184ACLOCAL = @ACLOCAL@
185ALLOCA = @ALLOCA@
186AMTAR = @AMTAR@
187AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188AUTOCONF = @AUTOCONF@
189AUTOHEADER = @AUTOHEADER@
190AUTOMAKE = @AUTOMAKE@
191AWK = @AWK@
192BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
193CATALOGS = @CATALOGS@
194CATOBJEXT = @CATOBJEXT@
195CC = @CC@
196CCDEPMODE = @CCDEPMODE@
197CFLAGS = @CFLAGS@
198CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CYGPATH_W = @CYGPATH_W@
202DATADIRNAME = @DATADIRNAME@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209EXEEXT = @EXEEXT@
210GENCAT = @GENCAT@
211GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
212GLIBC2 = @GLIBC2@
213GLIBC21 = @GLIBC21@
214GMOFILES = @GMOFILES@
215GMSGFMT = @GMSGFMT@
216GMSGFMT_015 = @GMSGFMT_015@
217GREP = @GREP@
218HAVE_ASPRINTF = @HAVE_ASPRINTF@
219HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
220HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
221HAVE_SNPRINTF = @HAVE_SNPRINTF@
222HAVE_VISIBILITY = @HAVE_VISIBILITY@
223HAVE_WPRINTF = @HAVE_WPRINTF@
224INSTALL = @INSTALL@
225INSTALL_DATA = @INSTALL_DATA@
226INSTALL_PROGRAM = @INSTALL_PROGRAM@
227INSTALL_SCRIPT = @INSTALL_SCRIPT@
228INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229INSTOBJEXT = @INSTOBJEXT@
230INTLBISON = @INTLBISON@
231INTLINCLUDES = @INTLINCLUDES@
232INTLLIBS = @INTLLIBS@
233INTLOBJS = @INTLOBJS@
234INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
235INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
236INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
237LDFLAGS = @LDFLAGS@
238LIBICONV = @LIBICONV@
239LIBINTL = @LIBINTL@
240LIBMULTITHREAD = @LIBMULTITHREAD@
241LIBOBJS = @LIBOBJS@
242LIBPTH = @LIBPTH@
243LIBPTH_PREFIX = @LIBPTH_PREFIX@
244LIBS = @LIBS@
245LIBTHREAD = @LIBTHREAD@
246LTLIBC = @LTLIBC@
247LTLIBICONV = @LTLIBICONV@
248LTLIBINTL = @LTLIBINTL@
249LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
250LTLIBOBJS = @LTLIBOBJS@
251LTLIBPTH = @LTLIBPTH@
252LTLIBTHREAD = @LTLIBTHREAD@
253MAKEINFO = @MAKEINFO@
254MKDIR_P = @MKDIR_P@
255MSGCONV = @MSGCONV@
256MSGCONVFLAGS = @MSGCONVFLAGS@
257MSGFMT = @MSGFMT@
258MSGFMTFLAGS = @MSGFMTFLAGS@
259MSGFMT_015 = @MSGFMT_015@
260MSGMERGE = @MSGMERGE@
261MSGMERGEFLAGS = @MSGMERGEFLAGS@
262OBJEXT = @OBJEXT@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271POFILES = @POFILES@
272POSUB = @POSUB@
273PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
274RANLIB = @RANLIB@
275SDL_CFLAGS = @SDL_CFLAGS@
276SDL_CONFIG = @SDL_CONFIG@
277SDL_LIBS = @SDL_LIBS@
278SED = @SED@
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281STRIP = @STRIP@
282USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
283USE_NLS = @USE_NLS@
284VERSION = @VERSION@
285WINDRES = @WINDRES@
286WOE32 = @WOE32@
287WOE32DLL = @WOE32DLL@
288XGETTEXT = @XGETTEXT@
289XGETTEXTFLAGS = @XGETTEXTFLAGS@
290XGETTEXT_015 = @XGETTEXT_015@
291XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
292abs_builddir = @abs_builddir@
293abs_srcdir = @abs_srcdir@
294abs_top_builddir = @abs_top_builddir@
295abs_top_srcdir = @abs_top_srcdir@
296ac_ct_CC = @ac_ct_CC@
297am__include = @am__include@
298am__leading_dot = @am__leading_dot@
299am__quote = @am__quote@
300am__tar = @am__tar@
301am__untar = @am__untar@
302bindir = @bindir@
303build = @build@
304build_alias = @build_alias@
305build_cpu = @build_cpu@
306build_os = @build_os@
307build_vendor = @build_vendor@
308builddir = @builddir@
309datadir = @datadir@
310datarootdir = @datarootdir@
311dl_flag = @dl_flag@
312dl_lib_flag = @dl_lib_flag@
313docdir = @docdir@
314dvidir = @dvidir@
315exec_prefix = @exec_prefix@
316export_flag = @export_flag@
317host = @host@
318host_alias = @host_alias@
319host_cpu = @host_cpu@
320host_os = @host_os@
321host_vendor = @host_vendor@
322htmldir = @htmldir@
323includedir = @includedir@
324infodir = @infodir@
325inst_dir = @inst_dir@
326inst_flag = @inst_flag@
327install_sh = @install_sh@
328libdir = @libdir@
329libexecdir = @libexecdir@
330localedir = @localedir@
331localstatedir = @localstatedir@
332mandir = @mandir@
333mixer_flag = @mixer_flag@
334mkdir_p = @mkdir_p@
335oldincludedir = @oldincludedir@
336pdfdir = @pdfdir@
337prefix = @prefix@
338program_transform_name = @program_transform_name@
339psdir = @psdir@
340runstatedir = @runstatedir@
341sbindir = @sbindir@
342sharedstatedir = @sharedstatedir@
343sound_flag = @sound_flag@
344srcdir = @srcdir@
345sysconfdir = @sysconfdir@
346target = @target@
347target_alias = @target_alias@
348target_cpu = @target_cpu@
349target_os = @target_os@
350target_vendor = @target_vendor@
351top_build_prefix = @top_build_prefix@
352top_builddir = @top_builddir@
353top_srcdir = @top_srcdir@
354SUBDIRS = ltrextract
355all: all-recursive
356
357.SUFFIXES:
358$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
359	@for dep in $?; do \
360	  case '$(am__configure_deps)' in \
361	    *$$dep*) \
362	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363	        && { if test -f $@; then exit 0; else break; fi; }; \
364	      exit 1;; \
365	  esac; \
366	done; \
367	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
368	$(am__cd) $(top_srcdir) && \
369	  $(AUTOMAKE) --foreign tools/Makefile
370Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371	@case '$?' in \
372	  *config.status*) \
373	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374	  *) \
375	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
377	esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
382$(top_srcdir)/configure:  $(am__configure_deps)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386$(am__aclocal_m4_deps):
387
388# This directory's subdirectories are mostly independent; you can cd
389# into them and run 'make' without going through this Makefile.
390# To change the values of 'make' variables: instead of editing Makefiles,
391# (1) if the variable is set in 'config.status', edit 'config.status'
392#     (which will cause the Makefiles to be regenerated when you run 'make');
393# (2) otherwise, pass the desired values on the 'make' command line.
394$(am__recursive_targets):
395	@fail=; \
396	if $(am__make_keepgoing); then \
397	  failcom='fail=yes'; \
398	else \
399	  failcom='exit 1'; \
400	fi; \
401	dot_seen=no; \
402	target=`echo $@ | sed s/-recursive//`; \
403	case "$@" in \
404	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405	  *) list='$(SUBDIRS)' ;; \
406	esac; \
407	for subdir in $$list; do \
408	  echo "Making $$target in $$subdir"; \
409	  if test "$$subdir" = "."; then \
410	    dot_seen=yes; \
411	    local_target="$$target-am"; \
412	  else \
413	    local_target="$$target"; \
414	  fi; \
415	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416	  || eval $$failcom; \
417	done; \
418	if test "$$dot_seen" = "no"; then \
419	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
420	fi; test -z "$$fail"
421
422ID: $(am__tagged_files)
423	$(am__define_uniq_tagged_files); mkid -fID $$unique
424tags: tags-recursive
425TAGS: tags
426
427tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428	set x; \
429	here=`pwd`; \
430	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
431	  include_option=--etags-include; \
432	  empty_fix=.; \
433	else \
434	  include_option=--include; \
435	  empty_fix=; \
436	fi; \
437	list='$(SUBDIRS)'; for subdir in $$list; do \
438	  if test "$$subdir" = .; then :; else \
439	    test ! -f $$subdir/TAGS || \
440	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
441	  fi; \
442	done; \
443	$(am__define_uniq_tagged_files); \
444	shift; \
445	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
446	  test -n "$$unique" || unique=$$empty_fix; \
447	  if test $$# -gt 0; then \
448	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449	      "$$@" $$unique; \
450	  else \
451	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452	      $$unique; \
453	  fi; \
454	fi
455ctags: ctags-recursive
456
457CTAGS: ctags
458ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
459	$(am__define_uniq_tagged_files); \
460	test -z "$(CTAGS_ARGS)$$unique" \
461	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462	     $$unique
463
464GTAGS:
465	here=`$(am__cd) $(top_builddir) && pwd` \
466	  && $(am__cd) $(top_srcdir) \
467	  && gtags -i $(GTAGS_ARGS) "$$here"
468cscopelist: cscopelist-recursive
469
470cscopelist-am: $(am__tagged_files)
471	list='$(am__tagged_files)'; \
472	case "$(srcdir)" in \
473	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
474	  *) sdir=$(subdir)/$(srcdir) ;; \
475	esac; \
476	for i in $$list; do \
477	  if test -f "$$i"; then \
478	    echo "$(subdir)/$$i"; \
479	  else \
480	    echo "$$sdir/$$i"; \
481	  fi; \
482	done >> $(top_builddir)/cscope.files
483
484distclean-tags:
485	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
486
487distdir: $(DISTFILES)
488	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490	list='$(DISTFILES)'; \
491	  dist_files=`for file in $$list; do echo $$file; done | \
492	  sed -e "s|^$$srcdirstrip/||;t" \
493	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494	case $$dist_files in \
495	  */*) $(MKDIR_P) `echo "$$dist_files" | \
496			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497			   sort -u` ;; \
498	esac; \
499	for file in $$dist_files; do \
500	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501	  if test -d $$d/$$file; then \
502	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503	    if test -d "$(distdir)/$$file"; then \
504	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505	    fi; \
506	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509	    fi; \
510	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511	  else \
512	    test -f "$(distdir)/$$file" \
513	    || cp -p $$d/$$file "$(distdir)/$$file" \
514	    || exit 1; \
515	  fi; \
516	done
517	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518	  if test "$$subdir" = .; then :; else \
519	    $(am__make_dryrun) \
520	      || test -d "$(distdir)/$$subdir" \
521	      || $(MKDIR_P) "$(distdir)/$$subdir" \
522	      || exit 1; \
523	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
524	    $(am__relativize); \
525	    new_distdir=$$reldir; \
526	    dir1=$$subdir; dir2="$(top_distdir)"; \
527	    $(am__relativize); \
528	    new_top_distdir=$$reldir; \
529	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
530	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
531	    ($(am__cd) $$subdir && \
532	      $(MAKE) $(AM_MAKEFLAGS) \
533	        top_distdir="$$new_top_distdir" \
534	        distdir="$$new_distdir" \
535		am__remove_distdir=: \
536		am__skip_length_check=: \
537		am__skip_mode_fix=: \
538	        distdir) \
539	      || exit 1; \
540	  fi; \
541	done
542check-am: all-am
543check: check-recursive
544all-am: Makefile
545installdirs: installdirs-recursive
546installdirs-am:
547install: install-recursive
548install-exec: install-exec-recursive
549install-data: install-data-recursive
550uninstall: uninstall-recursive
551
552install-am: all-am
553	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555installcheck: installcheck-recursive
556install-strip:
557	if test -z '$(STRIP)'; then \
558	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560	      install; \
561	else \
562	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
565	fi
566mostlyclean-generic:
567
568clean-generic:
569
570distclean-generic:
571	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
574maintainer-clean-generic:
575	@echo "This command is intended for maintainers to use"
576	@echo "it deletes files that may require special tools to rebuild."
577clean: clean-recursive
578
579clean-am: clean-generic mostlyclean-am
580
581distclean: distclean-recursive
582	-rm -f Makefile
583distclean-am: clean-am distclean-generic distclean-tags
584
585dvi: dvi-recursive
586
587dvi-am:
588
589html: html-recursive
590
591html-am:
592
593info: info-recursive
594
595info-am:
596
597install-data-am:
598
599install-dvi: install-dvi-recursive
600
601install-dvi-am:
602
603install-exec-am:
604
605install-html: install-html-recursive
606
607install-html-am:
608
609install-info: install-info-recursive
610
611install-info-am:
612
613install-man:
614
615install-pdf: install-pdf-recursive
616
617install-pdf-am:
618
619install-ps: install-ps-recursive
620
621install-ps-am:
622
623installcheck-am:
624
625maintainer-clean: maintainer-clean-recursive
626	-rm -f Makefile
627maintainer-clean-am: distclean-am maintainer-clean-generic
628
629mostlyclean: mostlyclean-recursive
630
631mostlyclean-am: mostlyclean-generic
632
633pdf: pdf-recursive
634
635pdf-am:
636
637ps: ps-recursive
638
639ps-am:
640
641uninstall-am:
642
643.MAKE: $(am__recursive_targets) install-am install-strip
644
645.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
646	check-am clean clean-generic cscopelist-am ctags ctags-am \
647	distclean distclean-generic distclean-tags distdir dvi dvi-am \
648	html html-am info info-am install install-am install-data \
649	install-data-am install-dvi install-dvi-am install-exec \
650	install-exec-am install-html install-html-am install-info \
651	install-info-am install-man install-pdf install-pdf-am \
652	install-ps install-ps-am install-strip installcheck \
653	installcheck-am installdirs installdirs-am maintainer-clean \
654	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
655	pdf-am ps ps-am tags tags-am uninstall uninstall-am
656
657.PRECIOUS: Makefile
658
659
660# Tell versions [3.59,3.63) of GNU make to not export all variables.
661# Otherwise a system limit (for SysV at least) may be exceeded.
662.NOEXPORT:
663