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) 2004,  Theodore A. Roth
18# All rights reserved.
19#
20# Redistribution and use in source and binary forms, with or without
21# modification, are permitted provided that the following conditions are met:
22#
23# * Redistributions of source code must retain the above copyright
24#   notice, this list of conditions and the following disclaimer.
25# * Redistributions in binary form must reproduce the above copyright
26#   notice, this list of conditions and the following disclaimer in
27#   the documentation and/or other materials provided with the
28#   distribution.
29# * Neither the name of the copyright holders nor the names of
30#   contributors may be used to endorse or promote products derived
31#   from this software without specific prior written permission.
32#
33# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
34# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
35# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
36# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
37# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
38# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
39# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
40# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
42# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43# POSSIBILITY OF SUCH DAMAGE.
44#
45# $Id: Makefile.am 802 2005-08-11 20:55:26Z joerg_wunsch $
46#
47VPATH = @srcdir@
48am__is_gnu_make = { \
49  if test -z '$(MAKELEVEL)'; then \
50    false; \
51  elif test -n '$(MAKE_HOST)'; then \
52    true; \
53  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54    true; \
55  else \
56    false; \
57  fi; \
58}
59am__make_running_with_option = \
60  case $${target_option-} in \
61      ?) ;; \
62      *) echo "am__make_running_with_option: internal error: invalid" \
63              "target option '$${target_option-}' specified" >&2; \
64         exit 1;; \
65  esac; \
66  has_opt=no; \
67  sane_makeflags=$$MAKEFLAGS; \
68  if $(am__is_gnu_make); then \
69    sane_makeflags=$$MFLAGS; \
70  else \
71    case $$MAKEFLAGS in \
72      *\\[\ \	]*) \
73        bs=\\; \
74        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
76    esac; \
77  fi; \
78  skip_next=no; \
79  strip_trailopt () \
80  { \
81    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82  }; \
83  for flg in $$sane_makeflags; do \
84    test $$skip_next = yes && { skip_next=no; continue; }; \
85    case $$flg in \
86      *=*|--*) continue;; \
87        -*I) strip_trailopt 'I'; skip_next=yes;; \
88      -*I?*) strip_trailopt 'I';; \
89        -*O) strip_trailopt 'O'; skip_next=yes;; \
90      -*O?*) strip_trailopt 'O';; \
91        -*l) strip_trailopt 'l'; skip_next=yes;; \
92      -*l?*) strip_trailopt 'l';; \
93      -[dEDm]) skip_next=yes;; \
94      -[JT]) skip_next=yes;; \
95    esac; \
96    case $$flg in \
97      *$$target_option*) has_opt=yes; break;; \
98    esac; \
99  done; \
100  test $$has_opt = yes
101am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103pkgdatadir = $(datadir)/@PACKAGE@
104pkgincludedir = $(includedir)/@PACKAGE@
105pkglibdir = $(libdir)/@PACKAGE@
106pkglibexecdir = $(libexecdir)/@PACKAGE@
107am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108install_sh_DATA = $(install_sh) -c -m 644
109install_sh_PROGRAM = $(install_sh) -c
110install_sh_SCRIPT = $(install_sh) -c
111INSTALL_HEADER = $(INSTALL_DATA)
112transform = $(program_transform_name)
113NORMAL_INSTALL = :
114PRE_INSTALL = :
115POST_INSTALL = :
116NORMAL_UNINSTALL = :
117PRE_UNINSTALL = :
118POST_UNINSTALL = :
119build_triplet = @build@
120host_triplet = @host@
121subdir = libm
122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123am__aclocal_m4_deps = $(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(install_sh) -d
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES =
130CONFIG_CLEAN_VPATH_FILES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 =
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 =
143SOURCES =
144DIST_SOURCES =
145RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
146	ctags-recursive dvi-recursive html-recursive info-recursive \
147	install-data-recursive install-dvi-recursive \
148	install-exec-recursive install-html-recursive \
149	install-info-recursive install-pdf-recursive \
150	install-ps-recursive install-recursive installcheck-recursive \
151	installdirs-recursive pdf-recursive ps-recursive \
152	tags-recursive uninstall-recursive
153am__can_run_installinfo = \
154  case $$AM_UPDATE_INFO_DIR in \
155    n|no|NO) false;; \
156    *) (install-info --version) >/dev/null 2>&1;; \
157  esac
158RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
159  distclean-recursive maintainer-clean-recursive
160am__recursive_targets = \
161  $(RECURSIVE_TARGETS) \
162  $(RECURSIVE_CLEAN_TARGETS) \
163  $(am__extra_recursive_targets)
164AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
165	distdir
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
167# Read a list of newline-separated strings from the standard input,
168# and print each of them once, without duplicates.  Input order is
169# *not* preserved.
170am__uniquify_input = $(AWK) '\
171  BEGIN { nonempty = 0; } \
172  { items[$$0] = 1; nonempty = 1; } \
173  END { if (nonempty) { for (i in items) print i; }; } \
174'
175# Make sure the list of sources is unique.  This is necessary because,
176# e.g., the same source file might be shared among _SOURCES variables
177# for different programs/libraries.
178am__define_uniq_tagged_files = \
179  list='$(am__tagged_files)'; \
180  unique=`for i in $$list; do \
181    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182  done | $(am__uniquify_input)`
183ETAGS = etags
184CTAGS = ctags
185am__DIST_COMMON = $(srcdir)/Makefile.in
186DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
187am__relativize = \
188  dir0=`pwd`; \
189  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
190  sed_rest='s,^[^/]*/*,,'; \
191  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
192  sed_butlast='s,/*[^/]*$$,,'; \
193  while test -n "$$dir1"; do \
194    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
195    if test "$$first" != "."; then \
196      if test "$$first" = ".."; then \
197        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
198        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
199      else \
200        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
201        if test "$$first2" = "$$first"; then \
202          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
203        else \
204          dir2="../$$dir2"; \
205        fi; \
206        dir0="$$dir0"/"$$first"; \
207      fi; \
208    fi; \
209    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
210  done; \
211  reldir="$$dir2"
212ACLOCAL = @ACLOCAL@
213AMTAR = @AMTAR@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215AR = @AR@
216AS = @AS@
217ASDEBUG = @ASDEBUG@
218AUTOCONF = @AUTOCONF@
219AUTOHEADER = @AUTOHEADER@
220AUTOMAKE = @AUTOMAKE@
221AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
222AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
223AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
224AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
225AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
226AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
227AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
228AWK = @AWK@
229CC = @CC@
230CCAS = @CCAS@
231CCASDEPMODE = @CCASDEPMODE@
232CCASFLAGS = @CCASFLAGS@
233CCDEPMODE = @CCDEPMODE@
234CDEBUG = @CDEBUG@
235CFLAGS = @CFLAGS@
236CPPFLAGS = @CPPFLAGS@
237CYGPATH_W = @CYGPATH_W@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DOCSDIR = @DOCSDIR@
241DOC_INST_DIR = @DOC_INST_DIR@
242ECHO_C = @ECHO_C@
243ECHO_N = @ECHO_N@
244ECHO_T = @ECHO_T@
245EXEEXT = @EXEEXT@
246FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
247HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
248INSTALL = @INSTALL@
249INSTALL_DATA = @INSTALL_DATA@
250INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
251INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
252INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
253INSTALL_PROGRAM = @INSTALL_PROGRAM@
254INSTALL_SCRIPT = @INSTALL_SCRIPT@
255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256LDFLAGS = @LDFLAGS@
257LIBOBJS = @LIBOBJS@
258LIBS = @LIBS@
259LN_S = @LN_S@
260LTLIBOBJS = @LTLIBOBJS@
261MAKEINFO = @MAKEINFO@
262MKDIR_P = @MKDIR_P@
263OBJEXT = @OBJEXT@
264PACKAGE = @PACKAGE@
265PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266PACKAGE_NAME = @PACKAGE_NAME@
267PACKAGE_STRING = @PACKAGE_STRING@
268PACKAGE_TARNAME = @PACKAGE_TARNAME@
269PACKAGE_URL = @PACKAGE_URL@
270PACKAGE_VERSION = @PACKAGE_VERSION@
271PATH_SEPARATOR = @PATH_SEPARATOR@
272PNGTOPNM = @PNGTOPNM@
273PNMTOPNG = @PNMTOPNG@
274RANLIB = @RANLIB@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277STRIP = @STRIP@
278TARGET_DOX_HTML = @TARGET_DOX_HTML@
279TARGET_DOX_PDF = @TARGET_DOX_PDF@
280VERSION = @VERSION@
281abs_builddir = @abs_builddir@
282abs_srcdir = @abs_srcdir@
283abs_top_builddir = @abs_top_builddir@
284abs_top_srcdir = @abs_top_srcdir@
285ac_ct_CC = @ac_ct_CC@
286am__include = @am__include@
287am__leading_dot = @am__leading_dot@
288am__quote = @am__quote@
289am__tar = @am__tar@
290am__untar = @am__untar@
291bindir = @bindir@
292build = @build@
293build_alias = @build_alias@
294build_cpu = @build_cpu@
295build_os = @build_os@
296build_vendor = @build_vendor@
297builddir = @builddir@
298datadir = @datadir@
299datarootdir = @datarootdir@
300docdir = @docdir@
301dvidir = @dvidir@
302exec_prefix = @exec_prefix@
303host = @host@
304host_alias = @host_alias@
305host_cpu = @host_cpu@
306host_os = @host_os@
307host_vendor = @host_vendor@
308htmldir = @htmldir@
309includedir = @includedir@
310infodir = @infodir@
311install_sh = @install_sh@
312libdir = @libdir@
313libexecdir = @libexecdir@
314localedir = @localedir@
315localstatedir = @localstatedir@
316mandir = @mandir@
317mkdir_p = @mkdir_p@
318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
325srcdir = @srcdir@
326sysconfdir = @sysconfdir@
327target_alias = @target_alias@
328top_build_prefix = @top_build_prefix@
329top_builddir = @top_builddir@
330top_srcdir = @top_srcdir@
331SUBDIRS = fplib
332DIST_SUBDIRS = fplib
333all: all-recursive
334
335.SUFFIXES:
336$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
337	@for dep in $?; do \
338	  case '$(am__configure_deps)' in \
339	    *$$dep*) \
340	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
341	        && { if test -f $@; then exit 0; else break; fi; }; \
342	      exit 1;; \
343	  esac; \
344	done; \
345	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libm/Makefile'; \
346	$(am__cd) $(top_srcdir) && \
347	  $(AUTOMAKE) --foreign libm/Makefile
348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349	@case '$?' in \
350	  *config.status*) \
351	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352	  *) \
353	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
354	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
355	esac;
356
357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
358	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
360$(top_srcdir)/configure:  $(am__configure_deps)
361	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(am__aclocal_m4_deps):
365
366# This directory's subdirectories are mostly independent; you can cd
367# into them and run 'make' without going through this Makefile.
368# To change the values of 'make' variables: instead of editing Makefiles,
369# (1) if the variable is set in 'config.status', edit 'config.status'
370#     (which will cause the Makefiles to be regenerated when you run 'make');
371# (2) otherwise, pass the desired values on the 'make' command line.
372$(am__recursive_targets):
373	@fail=; \
374	if $(am__make_keepgoing); then \
375	  failcom='fail=yes'; \
376	else \
377	  failcom='exit 1'; \
378	fi; \
379	dot_seen=no; \
380	target=`echo $@ | sed s/-recursive//`; \
381	case "$@" in \
382	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
383	  *) list='$(SUBDIRS)' ;; \
384	esac; \
385	for subdir in $$list; do \
386	  echo "Making $$target in $$subdir"; \
387	  if test "$$subdir" = "."; then \
388	    dot_seen=yes; \
389	    local_target="$$target-am"; \
390	  else \
391	    local_target="$$target"; \
392	  fi; \
393	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394	  || eval $$failcom; \
395	done; \
396	if test "$$dot_seen" = "no"; then \
397	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
398	fi; test -z "$$fail"
399
400ID: $(am__tagged_files)
401	$(am__define_uniq_tagged_files); mkid -fID $$unique
402tags: tags-recursive
403TAGS: tags
404
405tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
406	set x; \
407	here=`pwd`; \
408	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409	  include_option=--etags-include; \
410	  empty_fix=.; \
411	else \
412	  include_option=--include; \
413	  empty_fix=; \
414	fi; \
415	list='$(SUBDIRS)'; for subdir in $$list; do \
416	  if test "$$subdir" = .; then :; else \
417	    test ! -f $$subdir/TAGS || \
418	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419	  fi; \
420	done; \
421	$(am__define_uniq_tagged_files); \
422	shift; \
423	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424	  test -n "$$unique" || unique=$$empty_fix; \
425	  if test $$# -gt 0; then \
426	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427	      "$$@" $$unique; \
428	  else \
429	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430	      $$unique; \
431	  fi; \
432	fi
433ctags: ctags-recursive
434
435CTAGS: ctags
436ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437	$(am__define_uniq_tagged_files); \
438	test -z "$(CTAGS_ARGS)$$unique" \
439	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
440	     $$unique
441
442GTAGS:
443	here=`$(am__cd) $(top_builddir) && pwd` \
444	  && $(am__cd) $(top_srcdir) \
445	  && gtags -i $(GTAGS_ARGS) "$$here"
446cscopelist: cscopelist-recursive
447
448cscopelist-am: $(am__tagged_files)
449	list='$(am__tagged_files)'; \
450	case "$(srcdir)" in \
451	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
452	  *) sdir=$(subdir)/$(srcdir) ;; \
453	esac; \
454	for i in $$list; do \
455	  if test -f "$$i"; then \
456	    echo "$(subdir)/$$i"; \
457	  else \
458	    echo "$$sdir/$$i"; \
459	  fi; \
460	done >> $(top_builddir)/cscope.files
461
462distclean-tags:
463	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
465distdir: $(DISTFILES)
466	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468	list='$(DISTFILES)'; \
469	  dist_files=`for file in $$list; do echo $$file; done | \
470	  sed -e "s|^$$srcdirstrip/||;t" \
471	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472	case $$dist_files in \
473	  */*) $(MKDIR_P) `echo "$$dist_files" | \
474			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475			   sort -u` ;; \
476	esac; \
477	for file in $$dist_files; do \
478	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479	  if test -d $$d/$$file; then \
480	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481	    if test -d "$(distdir)/$$file"; then \
482	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483	    fi; \
484	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487	    fi; \
488	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489	  else \
490	    test -f "$(distdir)/$$file" \
491	    || cp -p $$d/$$file "$(distdir)/$$file" \
492	    || exit 1; \
493	  fi; \
494	done
495	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496	  if test "$$subdir" = .; then :; else \
497	    $(am__make_dryrun) \
498	      || test -d "$(distdir)/$$subdir" \
499	      || $(MKDIR_P) "$(distdir)/$$subdir" \
500	      || exit 1; \
501	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
502	    $(am__relativize); \
503	    new_distdir=$$reldir; \
504	    dir1=$$subdir; dir2="$(top_distdir)"; \
505	    $(am__relativize); \
506	    new_top_distdir=$$reldir; \
507	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
508	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
509	    ($(am__cd) $$subdir && \
510	      $(MAKE) $(AM_MAKEFLAGS) \
511	        top_distdir="$$new_top_distdir" \
512	        distdir="$$new_distdir" \
513		am__remove_distdir=: \
514		am__skip_length_check=: \
515		am__skip_mode_fix=: \
516	        distdir) \
517	      || exit 1; \
518	  fi; \
519	done
520check-am: all-am
521check: check-recursive
522all-am: Makefile
523installdirs: installdirs-recursive
524installdirs-am:
525install: install-recursive
526install-exec: install-exec-recursive
527install-data: install-data-recursive
528uninstall: uninstall-recursive
529
530install-am: all-am
531	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533installcheck: installcheck-recursive
534install-strip:
535	if test -z '$(STRIP)'; then \
536	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
537	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
538	      install; \
539	else \
540	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
543	fi
544mostlyclean-generic:
545
546clean-generic:
547
548distclean-generic:
549	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551
552maintainer-clean-generic:
553	@echo "This command is intended for maintainers to use"
554	@echo "it deletes files that may require special tools to rebuild."
555clean: clean-recursive
556
557clean-am: clean-generic mostlyclean-am
558
559distclean: distclean-recursive
560	-rm -f Makefile
561distclean-am: clean-am distclean-generic distclean-tags
562
563dvi: dvi-recursive
564
565dvi-am:
566
567html: html-recursive
568
569html-am:
570
571info: info-recursive
572
573info-am:
574
575install-data-am:
576
577install-dvi: install-dvi-recursive
578
579install-dvi-am:
580
581install-exec-am:
582
583install-html: install-html-recursive
584
585install-html-am:
586
587install-info: install-info-recursive
588
589install-info-am:
590
591install-man:
592
593install-pdf: install-pdf-recursive
594
595install-pdf-am:
596
597install-ps: install-ps-recursive
598
599install-ps-am:
600
601installcheck-am:
602
603maintainer-clean: maintainer-clean-recursive
604	-rm -f Makefile
605maintainer-clean-am: distclean-am maintainer-clean-generic
606
607mostlyclean: mostlyclean-recursive
608
609mostlyclean-am: mostlyclean-generic
610
611pdf: pdf-recursive
612
613pdf-am:
614
615ps: ps-recursive
616
617ps-am:
618
619uninstall-am:
620
621.MAKE: $(am__recursive_targets) install-am install-strip
622
623.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
624	check-am clean clean-generic cscopelist-am ctags ctags-am \
625	distclean distclean-generic distclean-tags distdir dvi dvi-am \
626	html html-am info info-am install install-am install-data \
627	install-data-am install-dvi install-dvi-am install-exec \
628	install-exec-am install-html install-html-am install-info \
629	install-info-am install-man install-pdf install-pdf-am \
630	install-ps install-ps-am install-strip installcheck \
631	installcheck-am installdirs installdirs-am maintainer-clean \
632	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
633	pdf-am ps ps-am tags tags-am uninstall uninstall-am
634
635.PRECIOUS: Makefile
636
637
638# Tell versions [3.59,3.63) of GNU make to not export all variables.
639# Otherwise a system limit (for SysV at least) may be exceeded.
640.NOEXPORT:
641