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 1727 2008-08-01 22:05:37Z arcanum $
46#
47
48# Copyright (c) 2004,  Theodore A. Roth
49# All rights reserved.
50#
51# Redistribution and use in source and binary forms, with or without
52# modification, are permitted provided that the following conditions are met:
53#
54# * Redistributions of source code must retain the above copyright
55#   notice, this list of conditions and the following disclaimer.
56# * Redistributions in binary form must reproduce the above copyright
57#   notice, this list of conditions and the following disclaimer in
58#   the documentation and/or other materials provided with the
59#   distribution.
60# * Neither the name of the copyright holders nor the names of
61#   contributors may be used to endorse or promote products derived
62#   from this software without specific prior written permission.
63#
64# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
65# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
66# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
67# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
68# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
69# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
70# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
71# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
72# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
73# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
74# POSSIBILITY OF SUCH DAMAGE.
75#
76# $Id: Files.am 1743 2008-08-20 15:27:33Z arcanum $
77#
78VPATH = @srcdir@
79am__is_gnu_make = { \
80  if test -z '$(MAKELEVEL)'; then \
81    false; \
82  elif test -n '$(MAKE_HOST)'; then \
83    true; \
84  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
85    true; \
86  else \
87    false; \
88  fi; \
89}
90am__make_running_with_option = \
91  case $${target_option-} in \
92      ?) ;; \
93      *) echo "am__make_running_with_option: internal error: invalid" \
94              "target option '$${target_option-}' specified" >&2; \
95         exit 1;; \
96  esac; \
97  has_opt=no; \
98  sane_makeflags=$$MAKEFLAGS; \
99  if $(am__is_gnu_make); then \
100    sane_makeflags=$$MFLAGS; \
101  else \
102    case $$MAKEFLAGS in \
103      *\\[\ \	]*) \
104        bs=\\; \
105        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
106          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
107    esac; \
108  fi; \
109  skip_next=no; \
110  strip_trailopt () \
111  { \
112    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
113  }; \
114  for flg in $$sane_makeflags; do \
115    test $$skip_next = yes && { skip_next=no; continue; }; \
116    case $$flg in \
117      *=*|--*) continue;; \
118        -*I) strip_trailopt 'I'; skip_next=yes;; \
119      -*I?*) strip_trailopt 'I';; \
120        -*O) strip_trailopt 'O'; skip_next=yes;; \
121      -*O?*) strip_trailopt 'O';; \
122        -*l) strip_trailopt 'l'; skip_next=yes;; \
123      -*l?*) strip_trailopt 'l';; \
124      -[dEDm]) skip_next=yes;; \
125      -[JT]) skip_next=yes;; \
126    esac; \
127    case $$flg in \
128      *$$target_option*) has_opt=yes; break;; \
129    esac; \
130  done; \
131  test $$has_opt = yes
132am__make_dryrun = (target_option=n; $(am__make_running_with_option))
133am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
134pkgdatadir = $(datadir)/@PACKAGE@
135pkgincludedir = $(includedir)/@PACKAGE@
136pkglibdir = $(libdir)/@PACKAGE@
137pkglibexecdir = $(libexecdir)/@PACKAGE@
138am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
139install_sh_DATA = $(install_sh) -c -m 644
140install_sh_PROGRAM = $(install_sh) -c
141install_sh_SCRIPT = $(install_sh) -c
142INSTALL_HEADER = $(INSTALL_DATA)
143transform = $(program_transform_name)
144NORMAL_INSTALL = :
145PRE_INSTALL = :
146POST_INSTALL = :
147NORMAL_UNINSTALL = :
148PRE_UNINSTALL = :
149POST_UNINSTALL = :
150build_triplet = @build@
151host_triplet = @host@
152subdir = libc/string
153ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
154am__aclocal_m4_deps = $(top_srcdir)/configure.ac
155am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
156	$(ACLOCAL_M4)
157DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
158mkinstalldirs = $(install_sh) -d
159CONFIG_HEADER = $(top_builddir)/config.h
160CONFIG_CLEAN_FILES =
161CONFIG_CLEAN_VPATH_FILES =
162AM_V_P = $(am__v_P_@AM_V@)
163am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
164am__v_P_0 = false
165am__v_P_1 = :
166AM_V_GEN = $(am__v_GEN_@AM_V@)
167am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
168am__v_GEN_0 = @echo "  GEN     " $@;
169am__v_GEN_1 =
170AM_V_at = $(am__v_at_@AM_V@)
171am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172am__v_at_0 = @
173am__v_at_1 =
174SOURCES =
175DIST_SOURCES =
176am__can_run_installinfo = \
177  case $$AM_UPDATE_INFO_DIR in \
178    n|no|NO) false;; \
179    *) (install-info --version) >/dev/null 2>&1;; \
180  esac
181am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182am__DIST_COMMON = $(srcdir)/Makefile.in \
183	$(top_srcdir)/libc/string/Files.am
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185ACLOCAL = @ACLOCAL@
186AMTAR = @AMTAR@
187AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188AR = @AR@
189AS = @AS@
190ASDEBUG = @ASDEBUG@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
195AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
196AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
197AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
198AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
199AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
200AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
201AWK = @AWK@
202CC = @CC@
203CCAS = @CCAS@
204CCASDEPMODE = @CCASDEPMODE@
205CCASFLAGS = @CCASFLAGS@
206CCDEPMODE = @CCDEPMODE@
207CDEBUG = @CDEBUG@
208CFLAGS = @CFLAGS@
209CPPFLAGS = @CPPFLAGS@
210CYGPATH_W = @CYGPATH_W@
211DEFS = @DEFS@
212DEPDIR = @DEPDIR@
213DOCSDIR = @DOCSDIR@
214DOC_INST_DIR = @DOC_INST_DIR@
215ECHO_C = @ECHO_C@
216ECHO_N = @ECHO_N@
217ECHO_T = @ECHO_T@
218EXEEXT = @EXEEXT@
219FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
220HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
221INSTALL = @INSTALL@
222INSTALL_DATA = @INSTALL_DATA@
223INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
224INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
225INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
226INSTALL_PROGRAM = @INSTALL_PROGRAM@
227INSTALL_SCRIPT = @INSTALL_SCRIPT@
228INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229LDFLAGS = @LDFLAGS@
230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LN_S = @LN_S@
233LTLIBOBJS = @LTLIBOBJS@
234MAKEINFO = @MAKEINFO@
235MKDIR_P = @MKDIR_P@
236OBJEXT = @OBJEXT@
237PACKAGE = @PACKAGE@
238PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239PACKAGE_NAME = @PACKAGE_NAME@
240PACKAGE_STRING = @PACKAGE_STRING@
241PACKAGE_TARNAME = @PACKAGE_TARNAME@
242PACKAGE_URL = @PACKAGE_URL@
243PACKAGE_VERSION = @PACKAGE_VERSION@
244PATH_SEPARATOR = @PATH_SEPARATOR@
245PNGTOPNM = @PNGTOPNM@
246PNMTOPNG = @PNMTOPNG@
247RANLIB = @RANLIB@
248SET_MAKE = @SET_MAKE@
249SHELL = @SHELL@
250STRIP = @STRIP@
251TARGET_DOX_HTML = @TARGET_DOX_HTML@
252TARGET_DOX_PDF = @TARGET_DOX_PDF@
253VERSION = @VERSION@
254abs_builddir = @abs_builddir@
255abs_srcdir = @abs_srcdir@
256abs_top_builddir = @abs_top_builddir@
257abs_top_srcdir = @abs_top_srcdir@
258ac_ct_CC = @ac_ct_CC@
259am__include = @am__include@
260am__leading_dot = @am__leading_dot@
261am__quote = @am__quote@
262am__tar = @am__tar@
263am__untar = @am__untar@
264bindir = @bindir@
265build = @build@
266build_alias = @build_alias@
267build_cpu = @build_cpu@
268build_os = @build_os@
269build_vendor = @build_vendor@
270builddir = @builddir@
271datadir = @datadir@
272datarootdir = @datarootdir@
273docdir = @docdir@
274dvidir = @dvidir@
275exec_prefix = @exec_prefix@
276host = @host@
277host_alias = @host_alias@
278host_cpu = @host_cpu@
279host_os = @host_os@
280host_vendor = @host_vendor@
281htmldir = @htmldir@
282includedir = @includedir@
283infodir = @infodir@
284install_sh = @install_sh@
285libdir = @libdir@
286libexecdir = @libexecdir@
287localedir = @localedir@
288localstatedir = @localstatedir@
289mandir = @mandir@
290mkdir_p = @mkdir_p@
291oldincludedir = @oldincludedir@
292pdfdir = @pdfdir@
293prefix = @prefix@
294program_transform_name = @program_transform_name@
295psdir = @psdir@
296sbindir = @sbindir@
297sharedstatedir = @sharedstatedir@
298srcdir = @srcdir@
299sysconfdir = @sysconfdir@
300target_alias = @target_alias@
301top_build_prefix = @top_build_prefix@
302top_builddir = @top_builddir@
303top_srcdir = @top_srcdir@
304string_a_c_sources = \
305	strdup.c \
306	strtok.c
307
308string_a_asm_sources = \
309	ffs.S \
310	ffsl.S \
311	ffsll.S \
312	memccpy.S \
313	memchr.S \
314	memcmp.S \
315	memcpy.S \
316	memmem.S \
317	memmem_P.S \
318	memmove.S \
319	memrchr.S \
320	memset.S \
321	strcasecmp.S \
322	strcasestr.S \
323	strcasestr_P.S \
324	strcat.S \
325	strchr.S \
326	strchrnul.S \
327	strcmp.S \
328	strcpy.S \
329	strcspn.S \
330	strlcat.S \
331	strlcpy.S \
332	strlen.S \
333	strlwr.S \
334	strncasecmp.S \
335	strncat.S \
336	strncmp.S \
337	strncpy.S \
338	strnlen.S \
339	strpbrk.S \
340	strrchr.S \
341	strrev.S \
342	strsep.S \
343	strspn.S \
344	strstr.S \
345	strtok_r.S \
346	strupr.S
347
348string_a_extra_dist = \
349	strlcat.c \
350	strlcpy.c
351
352EXTRA_DIST = \
353	$(string_a_c_sources) \
354    $(string_a_asm_sources) \
355	$(string_a_extra_dist)
356
357all: all-am
358
359.SUFFIXES:
360$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/libc/string/Files.am $(am__configure_deps)
361	@for dep in $?; do \
362	  case '$(am__configure_deps)' in \
363	    *$$dep*) \
364	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
365	        && { if test -f $@; then exit 0; else break; fi; }; \
366	      exit 1;; \
367	  esac; \
368	done; \
369	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libc/string/Makefile'; \
370	$(am__cd) $(top_srcdir) && \
371	  $(AUTOMAKE) --foreign libc/string/Makefile
372Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373	@case '$?' in \
374	  *config.status*) \
375	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376	  *) \
377	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
379	esac;
380$(top_srcdir)/libc/string/Files.am $(am__empty):
381
382$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
385$(top_srcdir)/configure:  $(am__configure_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(am__aclocal_m4_deps):
390tags TAGS:
391
392ctags CTAGS:
393
394cscope cscopelist:
395
396
397distdir: $(DISTFILES)
398	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400	list='$(DISTFILES)'; \
401	  dist_files=`for file in $$list; do echo $$file; done | \
402	  sed -e "s|^$$srcdirstrip/||;t" \
403	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
404	case $$dist_files in \
405	  */*) $(MKDIR_P) `echo "$$dist_files" | \
406			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
407			   sort -u` ;; \
408	esac; \
409	for file in $$dist_files; do \
410	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411	  if test -d $$d/$$file; then \
412	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
413	    if test -d "$(distdir)/$$file"; then \
414	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415	    fi; \
416	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
421	  else \
422	    test -f "$(distdir)/$$file" \
423	    || cp -p $$d/$$file "$(distdir)/$$file" \
424	    || exit 1; \
425	  fi; \
426	done
427check-am: all-am
428check: check-am
429all-am: Makefile
430installdirs:
431install: install-am
432install-exec: install-exec-am
433install-data: install-data-am
434uninstall: uninstall-am
435
436install-am: all-am
437	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
438
439installcheck: installcheck-am
440install-strip:
441	if test -z '$(STRIP)'; then \
442	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444	      install; \
445	else \
446	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
448	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
449	fi
450mostlyclean-generic:
451
452clean-generic:
453
454distclean-generic:
455	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
456	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
457
458maintainer-clean-generic:
459	@echo "This command is intended for maintainers to use"
460	@echo "it deletes files that may require special tools to rebuild."
461clean: clean-am
462
463clean-am: clean-generic mostlyclean-am
464
465distclean: distclean-am
466	-rm -f Makefile
467distclean-am: clean-am distclean-generic
468
469dvi: dvi-am
470
471dvi-am:
472
473html: html-am
474
475html-am:
476
477info: info-am
478
479info-am:
480
481install-data-am:
482
483install-dvi: install-dvi-am
484
485install-dvi-am:
486
487install-exec-am:
488
489install-html: install-html-am
490
491install-html-am:
492
493install-info: install-info-am
494
495install-info-am:
496
497install-man:
498
499install-pdf: install-pdf-am
500
501install-pdf-am:
502
503install-ps: install-ps-am
504
505install-ps-am:
506
507installcheck-am:
508
509maintainer-clean: maintainer-clean-am
510	-rm -f Makefile
511maintainer-clean-am: distclean-am maintainer-clean-generic
512
513mostlyclean: mostlyclean-am
514
515mostlyclean-am: mostlyclean-generic
516
517pdf: pdf-am
518
519pdf-am:
520
521ps: ps-am
522
523ps-am:
524
525uninstall-am:
526
527.MAKE: install-am install-strip
528
529.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
530	ctags-am distclean distclean-generic distdir dvi dvi-am html \
531	html-am info info-am install install-am install-data \
532	install-data-am install-dvi install-dvi-am install-exec \
533	install-exec-am install-html install-html-am install-info \
534	install-info-am install-man install-pdf install-pdf-am \
535	install-ps install-ps-am install-strip installcheck \
536	installcheck-am installdirs maintainer-clean \
537	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
538	pdf-am ps ps-am tags-am uninstall uninstall-am
539
540.PRECIOUS: Makefile
541
542
543# vim: set ft=make:
544
545# Tell versions [3.59,3.63) of GNU make to not export all variables.
546# Otherwise a system limit (for SysV at least) may be exceeded.
547.NOEXPORT:
548