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,2005  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 2099 2010-02-11 16:26:06Z 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 = .
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 $(top_srcdir)/configure \
127	$(am__configure_deps) $(am__DIST_COMMON)
128am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130mkinstalldirs = $(install_sh) -d
131CONFIG_HEADER = config.h
132CONFIG_CLEAN_FILES = avr-libc.spec
133CONFIG_CLEAN_VPATH_FILES =
134AM_V_P = $(am__v_P_@AM_V@)
135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136am__v_P_0 = false
137am__v_P_1 = :
138AM_V_GEN = $(am__v_GEN_@AM_V@)
139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140am__v_GEN_0 = @echo "  GEN     " $@;
141am__v_GEN_1 =
142AM_V_at = $(am__v_at_@AM_V@)
143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144am__v_at_0 = @
145am__v_at_1 =
146SOURCES =
147DIST_SOURCES =
148RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
149	ctags-recursive dvi-recursive html-recursive info-recursive \
150	install-data-recursive install-dvi-recursive \
151	install-exec-recursive install-html-recursive \
152	install-info-recursive install-pdf-recursive \
153	install-ps-recursive install-recursive installcheck-recursive \
154	installdirs-recursive pdf-recursive ps-recursive \
155	tags-recursive uninstall-recursive
156am__can_run_installinfo = \
157  case $$AM_UPDATE_INFO_DIR in \
158    n|no|NO) false;; \
159    *) (install-info --version) >/dev/null 2>&1;; \
160  esac
161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
162  distclean-recursive maintainer-clean-recursive
163am__recursive_targets = \
164  $(RECURSIVE_TARGETS) \
165  $(RECURSIVE_CLEAN_TARGETS) \
166  $(am__extra_recursive_targets)
167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168	cscope distdir dist dist-all distcheck
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
170	$(LISP)config.h.in
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates.  Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175  BEGIN { nonempty = 0; } \
176  { items[$$0] = 1; nonempty = 1; } \
177  END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique.  This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183  list='$(am__tagged_files)'; \
184  unique=`for i in $$list; do \
185    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186  done | $(am__uniquify_input)`
187ETAGS = etags
188CTAGS = ctags
189CSCOPE = cscope
190am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/avr-libc.spec.in \
191	$(srcdir)/config.h.in AUTHORS ChangeLog INSTALL NEWS README \
192	compile config.guess config.sub depcomp install-sh missing
193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194distdir = $(PACKAGE)-$(VERSION)
195top_distdir = $(distdir)
196am__remove_distdir = \
197  if test -d "$(distdir)"; then \
198    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
199      && rm -rf "$(distdir)" \
200      || { sleep 5 && rm -rf "$(distdir)"; }; \
201  else :; fi
202am__post_remove_distdir = $(am__remove_distdir)
203am__relativize = \
204  dir0=`pwd`; \
205  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206  sed_rest='s,^[^/]*/*,,'; \
207  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208  sed_butlast='s,/*[^/]*$$,,'; \
209  while test -n "$$dir1"; do \
210    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211    if test "$$first" != "."; then \
212      if test "$$first" = ".."; then \
213        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215      else \
216        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217        if test "$$first2" = "$$first"; then \
218          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219        else \
220          dir2="../$$dir2"; \
221        fi; \
222        dir0="$$dir0"/"$$first"; \
223      fi; \
224    fi; \
225    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226  done; \
227  reldir="$$dir2"
228GZIP_ENV = --best
229DIST_ARCHIVES = $(distdir).tar.bz2
230DIST_TARGETS = dist-bzip2
231distuninstallcheck_listfiles = find . -type f -print
232am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
233  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
234distcleancheck_listfiles = find . -type f -print
235ACLOCAL = @ACLOCAL@
236AMTAR = @AMTAR@
237AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238AR = @AR@
239AS = @AS@
240ASDEBUG = @ASDEBUG@
241AUTOCONF = @AUTOCONF@
242AUTOHEADER = @AUTOHEADER@
243AUTOMAKE = @AUTOMAKE@
244AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
245AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
246AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
247AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
248AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
249AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
250AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
251AWK = @AWK@
252CC = @CC@
253CCAS = @CCAS@
254CCASDEPMODE = @CCASDEPMODE@
255CCASFLAGS = @CCASFLAGS@
256CCDEPMODE = @CCDEPMODE@
257CDEBUG = @CDEBUG@
258CFLAGS = @CFLAGS@
259CPPFLAGS = @CPPFLAGS@
260CYGPATH_W = @CYGPATH_W@
261DEFS = @DEFS@
262DEPDIR = @DEPDIR@
263DOCSDIR = @DOCSDIR@
264DOC_INST_DIR = @DOC_INST_DIR@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EXEEXT = @EXEEXT@
269FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
270HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
271INSTALL = @INSTALL@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
274INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
275INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
276INSTALL_PROGRAM = @INSTALL_PROGRAM@
277INSTALL_SCRIPT = @INSTALL_SCRIPT@
278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
279LDFLAGS = @LDFLAGS@
280LIBOBJS = @LIBOBJS@
281LIBS = @LIBS@
282LN_S = @LN_S@
283LTLIBOBJS = @LTLIBOBJS@
284MAKEINFO = @MAKEINFO@
285MKDIR_P = @MKDIR_P@
286OBJEXT = @OBJEXT@
287PACKAGE = @PACKAGE@
288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289PACKAGE_NAME = @PACKAGE_NAME@
290PACKAGE_STRING = @PACKAGE_STRING@
291PACKAGE_TARNAME = @PACKAGE_TARNAME@
292PACKAGE_URL = @PACKAGE_URL@
293PACKAGE_VERSION = @PACKAGE_VERSION@
294PATH_SEPARATOR = @PATH_SEPARATOR@
295PNGTOPNM = @PNGTOPNM@
296PNMTOPNG = @PNMTOPNG@
297RANLIB = @RANLIB@
298SET_MAKE = @SET_MAKE@
299SHELL = @SHELL@
300STRIP = @STRIP@
301TARGET_DOX_HTML = @TARGET_DOX_HTML@
302TARGET_DOX_PDF = @TARGET_DOX_PDF@
303VERSION = @VERSION@
304abs_builddir = @abs_builddir@
305abs_srcdir = @abs_srcdir@
306abs_top_builddir = @abs_top_builddir@
307abs_top_srcdir = @abs_top_srcdir@
308ac_ct_CC = @ac_ct_CC@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = @docdir@
324dvidir = @dvidir@
325exec_prefix = @exec_prefix@
326host = @host@
327host_alias = @host_alias@
328host_cpu = @host_cpu@
329host_os = @host_os@
330host_vendor = @host_vendor@
331htmldir = @htmldir@
332includedir = @includedir@
333infodir = @infodir@
334install_sh = @install_sh@
335libdir = @libdir@
336libexecdir = @libexecdir@
337localedir = @localedir@
338localstatedir = @localstatedir@
339mandir = @mandir@
340mkdir_p = @mkdir_p@
341oldincludedir = @oldincludedir@
342pdfdir = @pdfdir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345psdir = @psdir@
346sbindir = @sbindir@
347sharedstatedir = @sharedstatedir@
348srcdir = @srcdir@
349sysconfdir = @sysconfdir@
350target_alias = @target_alias@
351top_build_prefix = @top_build_prefix@
352top_builddir = @top_builddir@
353top_srcdir = @top_srcdir@
354EXTRA_DIST = \
355	LICENSE \
356	bootstrap \
357	ChangeLog \
358	ChangeLog-2009 \
359	ChangeLog-2008 \
360	ChangeLog-2007 \
361	ChangeLog-2006 \
362	ChangeLog-2005 \
363	ChangeLog-2004 \
364	ChangeLog-2003 \
365	ChangeLog-2002
366
367DISTCHECK_CONFIGURE_FLAGS = --host=avr
368SUBDIRS = common include crt1 libc libm avr doc scripts
369DIST_SUBDIRS = common include crt1 libc libm avr doc scripts devtools
370all: config.h
371	$(MAKE) $(AM_MAKEFLAGS) all-recursive
372
373.SUFFIXES:
374am--refresh: Makefile
375	@:
376$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
377	@for dep in $?; do \
378	  case '$(am__configure_deps)' in \
379	    *$$dep*) \
380	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
381	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
382		&& exit 0; \
383	      exit 1;; \
384	  esac; \
385	done; \
386	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
387	$(am__cd) $(top_srcdir) && \
388	  $(AUTOMAKE) --foreign Makefile
389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390	@case '$?' in \
391	  *config.status*) \
392	    echo ' $(SHELL) ./config.status'; \
393	    $(SHELL) ./config.status;; \
394	  *) \
395	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
396	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
397	esac;
398
399$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400	$(SHELL) ./config.status --recheck
401
402$(top_srcdir)/configure:  $(am__configure_deps)
403	$(am__cd) $(srcdir) && $(AUTOCONF)
404$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
406$(am__aclocal_m4_deps):
407
408config.h: stamp-h1
409	@test -f $@ || rm -f stamp-h1
410	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
411
412stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
413	@rm -f stamp-h1
414	cd $(top_builddir) && $(SHELL) ./config.status config.h
415$(srcdir)/config.h.in:  $(am__configure_deps)
416	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
417	rm -f stamp-h1
418	touch $@
419
420distclean-hdr:
421	-rm -f config.h stamp-h1
422avr-libc.spec: $(top_builddir)/config.status $(srcdir)/avr-libc.spec.in
423	cd $(top_builddir) && $(SHELL) ./config.status $@
424
425# This directory's subdirectories are mostly independent; you can cd
426# into them and run 'make' without going through this Makefile.
427# To change the values of 'make' variables: instead of editing Makefiles,
428# (1) if the variable is set in 'config.status', edit 'config.status'
429#     (which will cause the Makefiles to be regenerated when you run 'make');
430# (2) otherwise, pass the desired values on the 'make' command line.
431$(am__recursive_targets):
432	@fail=; \
433	if $(am__make_keepgoing); then \
434	  failcom='fail=yes'; \
435	else \
436	  failcom='exit 1'; \
437	fi; \
438	dot_seen=no; \
439	target=`echo $@ | sed s/-recursive//`; \
440	case "$@" in \
441	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
442	  *) list='$(SUBDIRS)' ;; \
443	esac; \
444	for subdir in $$list; do \
445	  echo "Making $$target in $$subdir"; \
446	  if test "$$subdir" = "."; then \
447	    dot_seen=yes; \
448	    local_target="$$target-am"; \
449	  else \
450	    local_target="$$target"; \
451	  fi; \
452	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453	  || eval $$failcom; \
454	done; \
455	if test "$$dot_seen" = "no"; then \
456	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
457	fi; test -z "$$fail"
458
459ID: $(am__tagged_files)
460	$(am__define_uniq_tagged_files); mkid -fID $$unique
461tags: tags-recursive
462TAGS: tags
463
464tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465	set x; \
466	here=`pwd`; \
467	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468	  include_option=--etags-include; \
469	  empty_fix=.; \
470	else \
471	  include_option=--include; \
472	  empty_fix=; \
473	fi; \
474	list='$(SUBDIRS)'; for subdir in $$list; do \
475	  if test "$$subdir" = .; then :; else \
476	    test ! -f $$subdir/TAGS || \
477	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
478	  fi; \
479	done; \
480	$(am__define_uniq_tagged_files); \
481	shift; \
482	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
483	  test -n "$$unique" || unique=$$empty_fix; \
484	  if test $$# -gt 0; then \
485	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486	      "$$@" $$unique; \
487	  else \
488	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489	      $$unique; \
490	  fi; \
491	fi
492ctags: ctags-recursive
493
494CTAGS: ctags
495ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496	$(am__define_uniq_tagged_files); \
497	test -z "$(CTAGS_ARGS)$$unique" \
498	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499	     $$unique
500
501GTAGS:
502	here=`$(am__cd) $(top_builddir) && pwd` \
503	  && $(am__cd) $(top_srcdir) \
504	  && gtags -i $(GTAGS_ARGS) "$$here"
505cscope: cscope.files
506	test ! -s cscope.files \
507	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
508clean-cscope:
509	-rm -f cscope.files
510cscope.files: clean-cscope cscopelist
511cscopelist: cscopelist-recursive
512
513cscopelist-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
527distclean-tags:
528	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
530
531distdir: $(DISTFILES)
532	$(am__remove_distdir)
533	test -d "$(distdir)" || mkdir "$(distdir)"
534	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536	list='$(DISTFILES)'; \
537	  dist_files=`for file in $$list; do echo $$file; done | \
538	  sed -e "s|^$$srcdirstrip/||;t" \
539	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
540	case $$dist_files in \
541	  */*) $(MKDIR_P) `echo "$$dist_files" | \
542			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
543			   sort -u` ;; \
544	esac; \
545	for file in $$dist_files; do \
546	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547	  if test -d $$d/$$file; then \
548	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
549	    if test -d "$(distdir)/$$file"; then \
550	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551	    fi; \
552	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
554	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555	    fi; \
556	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557	  else \
558	    test -f "$(distdir)/$$file" \
559	    || cp -p $$d/$$file "$(distdir)/$$file" \
560	    || exit 1; \
561	  fi; \
562	done
563	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
564	  if test "$$subdir" = .; then :; else \
565	    $(am__make_dryrun) \
566	      || test -d "$(distdir)/$$subdir" \
567	      || $(MKDIR_P) "$(distdir)/$$subdir" \
568	      || exit 1; \
569	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
570	    $(am__relativize); \
571	    new_distdir=$$reldir; \
572	    dir1=$$subdir; dir2="$(top_distdir)"; \
573	    $(am__relativize); \
574	    new_top_distdir=$$reldir; \
575	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
576	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
577	    ($(am__cd) $$subdir && \
578	      $(MAKE) $(AM_MAKEFLAGS) \
579	        top_distdir="$$new_top_distdir" \
580	        distdir="$$new_distdir" \
581		am__remove_distdir=: \
582		am__skip_length_check=: \
583		am__skip_mode_fix=: \
584	        distdir) \
585	      || exit 1; \
586	  fi; \
587	done
588	$(MAKE) $(AM_MAKEFLAGS) \
589	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
590	  dist-hook
591	-test -n "$(am__skip_mode_fix)" \
592	|| find "$(distdir)" -type d ! -perm -755 \
593		-exec chmod u+rwx,go+rx {} \; -o \
594	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
595	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
596	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
597	|| chmod -R a+r "$(distdir)"
598dist-gzip: distdir
599	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
600	$(am__post_remove_distdir)
601dist-bzip2: distdir
602	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
603	$(am__post_remove_distdir)
604
605dist-lzip: distdir
606	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
607	$(am__post_remove_distdir)
608
609dist-xz: distdir
610	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
611	$(am__post_remove_distdir)
612
613dist-tarZ: distdir
614	@echo WARNING: "Support for distribution archives compressed with" \
615		       "legacy program 'compress' is deprecated." >&2
616	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
617	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
618	$(am__post_remove_distdir)
619
620dist-shar: distdir
621	@echo WARNING: "Support for shar distribution archives is" \
622	               "deprecated." >&2
623	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
624	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
625	$(am__post_remove_distdir)
626
627dist-zip: distdir
628	-rm -f $(distdir).zip
629	zip -rq $(distdir).zip $(distdir)
630	$(am__post_remove_distdir)
631
632dist dist-all:
633	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
634	$(am__post_remove_distdir)
635
636# This target untars the dist file and tries a VPATH configuration.  Then
637# it guarantees that the distribution is self-contained by making another
638# tarfile.
639distcheck: dist
640	case '$(DIST_ARCHIVES)' in \
641	*.tar.gz*) \
642	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
643	*.tar.bz2*) \
644	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
645	*.tar.lz*) \
646	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
647	*.tar.xz*) \
648	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
649	*.tar.Z*) \
650	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
651	*.shar.gz*) \
652	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
653	*.zip*) \
654	  unzip $(distdir).zip ;;\
655	esac
656	chmod -R a-w $(distdir)
657	chmod u+w $(distdir)
658	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
659	chmod a-w $(distdir)
660	test -d $(distdir)/_build || exit 0; \
661	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
662	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
663	  && am__cwd=`pwd` \
664	  && $(am__cd) $(distdir)/_build/sub \
665	  && ../../configure \
666	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
667	    $(DISTCHECK_CONFIGURE_FLAGS) \
668	    --srcdir=../.. --prefix="$$dc_install_base" \
669	  && $(MAKE) $(AM_MAKEFLAGS) \
670	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
671	  && $(MAKE) $(AM_MAKEFLAGS) check \
672	  && $(MAKE) $(AM_MAKEFLAGS) install \
673	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
674	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
675	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
676	        distuninstallcheck \
677	  && chmod -R a-w "$$dc_install_base" \
678	  && ({ \
679	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
680	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
681	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
682	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
683	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
684	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
685	  && rm -rf "$$dc_destdir" \
686	  && $(MAKE) $(AM_MAKEFLAGS) dist \
687	  && rm -rf $(DIST_ARCHIVES) \
688	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
689	  && cd "$$am__cwd" \
690	  || exit 1
691	$(am__post_remove_distdir)
692	@(echo "$(distdir) archives ready for distribution: "; \
693	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
694	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
695distuninstallcheck:
696	@test -n '$(distuninstallcheck_dir)' || { \
697	  echo 'ERROR: trying to run $@ with an empty' \
698	       '$$(distuninstallcheck_dir)' >&2; \
699	  exit 1; \
700	}; \
701	$(am__cd) '$(distuninstallcheck_dir)' || { \
702	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
703	  exit 1; \
704	}; \
705	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
706	   || { echo "ERROR: files left after uninstall:" ; \
707	        if test -n "$(DESTDIR)"; then \
708	          echo "  (check DESTDIR support)"; \
709	        fi ; \
710	        $(distuninstallcheck_listfiles) ; \
711	        exit 1; } >&2
712distcleancheck: distclean
713	@if test '$(srcdir)' = . ; then \
714	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
715	  exit 1 ; \
716	fi
717	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
718	  || { echo "ERROR: files left in build directory after distclean:" ; \
719	       $(distcleancheck_listfiles) ; \
720	       exit 1; } >&2
721check-am: all-am
722check: check-recursive
723all-am: Makefile config.h
724installdirs: installdirs-recursive
725installdirs-am:
726install: install-recursive
727install-exec: install-exec-recursive
728install-data: install-data-recursive
729uninstall: uninstall-recursive
730
731install-am: all-am
732	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
733
734installcheck: installcheck-recursive
735install-strip:
736	if test -z '$(STRIP)'; then \
737	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
738	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
739	      install; \
740	else \
741	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
742	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
743	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
744	fi
745mostlyclean-generic:
746
747clean-generic:
748
749distclean-generic:
750	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
751	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
752
753maintainer-clean-generic:
754	@echo "This command is intended for maintainers to use"
755	@echo "it deletes files that may require special tools to rebuild."
756clean: clean-recursive
757
758clean-am: clean-generic mostlyclean-am
759
760distclean: distclean-recursive
761	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
762	-rm -f Makefile
763distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
764
765dvi: dvi-recursive
766
767dvi-am:
768
769html: html-recursive
770
771html-am:
772
773info: info-recursive
774
775info-am:
776
777install-data-am:
778
779install-dvi: install-dvi-recursive
780
781install-dvi-am:
782
783install-exec-am:
784
785install-html: install-html-recursive
786
787install-html-am:
788
789install-info: install-info-recursive
790
791install-info-am:
792
793install-man:
794
795install-pdf: install-pdf-recursive
796
797install-pdf-am:
798
799install-ps: install-ps-recursive
800
801install-ps-am:
802
803installcheck-am:
804
805maintainer-clean: maintainer-clean-recursive
806	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
807	-rm -rf $(top_srcdir)/autom4te.cache
808	-rm -f Makefile
809maintainer-clean-am: distclean-am maintainer-clean-generic
810
811mostlyclean: mostlyclean-recursive
812
813mostlyclean-am: mostlyclean-generic
814
815pdf: pdf-recursive
816
817pdf-am:
818
819ps: ps-recursive
820
821ps-am:
822
823uninstall-am:
824
825.MAKE: $(am__recursive_targets) all install-am install-strip
826
827.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
828	am--refresh check check-am clean clean-cscope clean-generic \
829	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
830	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
831	dist-zip distcheck distclean distclean-generic distclean-hdr \
832	distclean-tags distcleancheck distdir distuninstallcheck dvi \
833	dvi-am html html-am info info-am install install-am \
834	install-data install-data-am install-dvi install-dvi-am \
835	install-exec install-exec-am install-html install-html-am \
836	install-info install-info-am install-man install-pdf \
837	install-pdf-am install-ps install-ps-am install-strip \
838	installcheck installcheck-am installdirs installdirs-am \
839	maintainer-clean maintainer-clean-generic mostlyclean \
840	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
841	uninstall-am
842
843.PRECIOUS: Makefile
844
845
846dist-hook:
847	cp avr-libc.spec $(distdir)/avr-libc.spec
848
849# Tell versions [3.59,3.63) of GNU make to not export all variables.
850# Otherwise a system limit (for SysV at least) may be exceeded.
851.NOEXPORT:
852