Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / libc / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
34         $(top_srcdir)/Makefile.common
35 subdir = libc
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39         $(ACLOCAL_M4)
40 mkinstalldirs = $(install_sh) -d
41 CONFIG_HEADER = $(top_builddir)/config.h
42 CONFIG_CLEAN_FILES =
43 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
44 am__vpath_adj = case $$p in \
45     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
46     *) f=$$p;; \
47   esac;
48 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
49 am__installdirs = "$(DESTDIR)$(libdir)"
50 libLIBRARIES_INSTALL = $(INSTALL_DATA)
51 LIBRARIES = $(lib_LIBRARIES)
52 libc18f_a_AR = $(AR) $(ARFLAGS)
53 libc18f_a_LIBADD =
54 am_libc18f_a_OBJECTS = iscntrl.$(OBJEXT) isdigit.$(OBJEXT) \
55         isgraph.$(OBJEXT) islower.$(OBJEXT) isprint.$(OBJEXT) \
56         ispunct.$(OBJEXT) isspace.$(OBJEXT) isupper.$(OBJEXT) \
57         isxdigit.$(OBJEXT) delay100ktcy.$(OBJEXT) \
58         delay100tcy.$(OBJEXT) delay10ktcy.$(OBJEXT) \
59         delay10tcy.$(OBJEXT) delay1ktcy.$(OBJEXT) delay1mtcy.$(OBJEXT) \
60         fprintf.$(OBJEXT) printf.$(OBJEXT) printf_small.$(OBJEXT) \
61         printf_tiny.$(OBJEXT) putchar.$(OBJEXT) sprintf.$(OBJEXT) \
62         streams.$(OBJEXT) strmgpsim.$(OBJEXT) strmmssp.$(OBJEXT) \
63         strmputchar.$(OBJEXT) strmusart.$(OBJEXT) vfprintf.$(OBJEXT) \
64         vprintf.$(OBJEXT) vsprintf.$(OBJEXT) atof.$(OBJEXT) \
65         atoi.$(OBJEXT) atol.$(OBJEXT) calloc.$(OBJEXT) crc16.$(OBJEXT) \
66         free.$(OBJEXT) g_ftoa.$(OBJEXT) itoa.$(OBJEXT) ltoa.$(OBJEXT) \
67         malloc.$(OBJEXT) memfree.$(OBJEXT) memfreemax.$(OBJEXT) \
68         memmisc.$(OBJEXT) rand.$(OBJEXT) realloc.$(OBJEXT) \
69         x_ftoa.$(OBJEXT) memccpy.$(OBJEXT) memchr.$(OBJEXT) \
70         memchrpgm.$(OBJEXT) memchrram.$(OBJEXT) memcmp.$(OBJEXT) \
71         memcpy.$(OBJEXT) memcpypgm2ram.$(OBJEXT) \
72         memcpyram2ram.$(OBJEXT) memmove.$(OBJEXT) memrchr.$(OBJEXT) \
73         memset.$(OBJEXT) strcat.$(OBJEXT) strchr.$(OBJEXT) \
74         strcmp.$(OBJEXT) strcpy.$(OBJEXT) strcspn.$(OBJEXT) \
75         strlen.$(OBJEXT) strlwr.$(OBJEXT) strncat.$(OBJEXT) \
76         strncmp.$(OBJEXT) strncpy.$(OBJEXT) strpbrk.$(OBJEXT) \
77         strrchr.$(OBJEXT) strspn.$(OBJEXT) strstr.$(OBJEXT) \
78         strtok.$(OBJEXT) strupr.$(OBJEXT) cnvfrac.$(OBJEXT) \
79         cnvint.$(OBJEXT) cvtdec.$(OBJEXT)
80 libc18f_a_OBJECTS = $(am_libc18f_a_OBJECTS)
81 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
86 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 CCLD = $(CC)
89 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90 SOURCES = $(libc18f_a_SOURCES)
91 DIST_SOURCES = $(libc18f_a_SOURCES)
92 ETAGS = etags
93 CTAGS = ctags
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 ACLOCAL = @ACLOCAL@
96 AMTAR = @AMTAR@
97 AR = @AR@
98 ARCH = @ARCH@
99 ARFLAGS = @ARFLAGS@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCAS = @CCAS@
106 CCASDEPMODE = @CCASDEPMODE@
107 CCASFLAGS = @CCASFLAGS@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 INSTALL = @INSTALL@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LD = @LD@
122 LIBOBJS = @LIBOBJS@
123 LIBS = @LIBS@
124 LTLIBOBJS = @LTLIBOBJS@
125 MAKEINFO = @MAKEINFO@
126 MKDIR_P = @MKDIR_P@
127 OBJEXT = @OBJEXT@
128 PACKAGE = @PACKAGE@
129 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130 PACKAGE_NAME = @PACKAGE_NAME@
131 PACKAGE_STRING = @PACKAGE_STRING@
132 PACKAGE_TARNAME = @PACKAGE_TARNAME@
133 PACKAGE_VERSION = @PACKAGE_VERSION@
134 PATH_SEPARATOR = @PATH_SEPARATOR@
135 RANLIB = @RANLIB@
136 SET_MAKE = @SET_MAKE@
137 SHELL = @SHELL@
138 STRIP = @STRIP@
139 USE_FLOATS = @USE_FLOATS@
140 VERSION = @VERSION@
141 abs_builddir = @abs_builddir@
142 abs_srcdir = @abs_srcdir@
143 abs_top_builddir = @abs_top_builddir@
144 abs_top_srcdir = @abs_top_srcdir@
145 am__include = @am__include@
146 am__leading_dot = @am__leading_dot@
147 am__quote = @am__quote@
148 am__tar = @am__tar@
149 am__untar = @am__untar@
150 bindir = @bindir@
151 build_alias = @build_alias@
152 builddir = @builddir@
153 datadir = @datadir@
154 datarootdir = @datarootdir@
155 docdir = @docdir@
156 dvidir = @dvidir@
157 exec_prefix = @exec_prefix@
158 host_alias = @host_alias@
159 htmldir = @htmldir@
160 includedir = @includedir@
161 infodir = @infodir@
162 install_sh = @install_sh@
163 libdir = @libdir@
164 libexecdir = @libexecdir@
165 localedir = @localedir@
166 localstatedir = @localstatedir@
167 mandir = @mandir@
168 mkdir_p = @mkdir_p@
169 oldincludedir = @oldincludedir@
170 pdfdir = @pdfdir@
171 prefix = @prefix@
172 program_transform_name = @program_transform_name@
173 psdir = @psdir@
174 sbindir = @sbindir@
175 sharedstatedir = @sharedstatedir@
176 srcdir = @srcdir@
177 sysconfdir = @sysconfdir@
178 target_alias = @target_alias@
179 top_build_prefix = @top_build_prefix@
180 top_builddir = @top_builddir@
181 top_srcdir = @top_srcdir@
182 lib_LIBRARIES = libc18f.a
183 libc18f_a_SOURCES = ctype/iscntrl.c ctype/isdigit.c ctype/isgraph.c \
184         ctype/islower.c ctype/isprint.c ctype/ispunct.c \
185         ctype/isspace.c ctype/isupper.c ctype/isxdigit.c \
186         delay/delay100ktcy.S delay/delay100tcy.S delay/delay10ktcy.S \
187         delay/delay10tcy.S delay/delay1ktcy.S delay/delay1mtcy.S \
188         stdio/fprintf.c stdio/printf.c stdio/printf_small.c \
189         stdio/printf_tiny.c stdio/putchar.c stdio/sprintf.c \
190         stdio/streams.c stdio/strmgpsim.c stdio/strmmssp.c \
191         stdio/strmputchar.c stdio/strmusart.c stdio/vfprintf.c \
192         stdio/vprintf.c stdio/vsprintf.c stdlib/atof.c stdlib/atoi.c \
193         stdlib/atol.c stdlib/calloc.c stdlib/crc16.c stdlib/free.c \
194         stdlib/g_ftoa.S stdlib/itoa.c stdlib/ltoa.c stdlib/malloc.c \
195         stdlib/memfree.c stdlib/memfreemax.c stdlib/memmisc.c \
196         stdlib/rand.c stdlib/realloc.c stdlib/x_ftoa.c \
197         string/memccpy.c string/memchr.c string/memchrpgm.c \
198         string/memchrram.c string/memcmp.c string/memcpy.c \
199         string/memcpypgm2ram.c string/memcpyram2ram.c string/memmove.c \
200         string/memrchr.c string/memset.c string/strcat.c \
201         string/strchr.c string/strcmp.c string/strcpy.c \
202         string/strcspn.c string/strlen.c string/strlwr.c \
203         string/strncat.c string/strncmp.c string/strncpy.c \
204         string/strpbrk.c string/strrchr.c string/strspn.c \
205         string/strstr.c string/strtok.c string/strupr.c \
206         utils/cnvfrac.S utils/cnvint.S utils/cvtdec.S
207 #AM_CFLAGS += --no-optimize-goto
208
209 #AM_CFLAGS += --debug-ralloc
210 #AM_CFLAGS += --debug-xtra
211 #AM_CFLAGS += --pcode-verbose
212
213 #AM_CFLAGS += --nooverlay
214 #AM_CFLAGS += --nogcse
215 #AM_CFLAGS += --nolabelopt
216 #AM_CFLAGS += --noinvariant
217 #AM_CFLAGS += --noinduction
218 #AM_CFLAGS += --nojtbound
219 #AM_CFLAGS += --noloopreverse
220 AM_CFLAGS = --std-c99 --asm="$(CCAS)" -I. \
221         -I$(top_srcdir)/../../include/pic16 --fommit-frame-pointer \
222         --obanksel=9 --denable-peeps --optimize-cmp --optimize-df \
223         --i-code-in-asm @USE_FLOATS@
224 AM_CCASFLAGS = -I$(top_srcdir)/../../include/pic16 -I$(srcdir)
225 all: all-am
226
227 .SUFFIXES:
228 .SUFFIXES: .S .c .o .obj
229 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
230         @for dep in $?; do \
231           case '$(am__configure_deps)' in \
232             *$$dep*) \
233               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
234                 && exit 0; \
235               exit 1;; \
236           esac; \
237         done; \
238         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libc/Makefile'; \
239         cd $(top_srcdir) && \
240           $(AUTOMAKE) --foreign  libc/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243         @case '$?' in \
244           *config.status*) \
245             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246           *) \
247             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249         esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 $(top_srcdir)/configure:  $(am__configure_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 install-libLIBRARIES: $(lib_LIBRARIES)
259         @$(NORMAL_INSTALL)
260         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
261         @list='$(lib_LIBRARIES)'; for p in $$list; do \
262           if test -f $$p; then \
263             f=$(am__strip_dir) \
264             echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
265             $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
266           else :; fi; \
267         done
268         @$(POST_INSTALL)
269         @list='$(lib_LIBRARIES)'; for p in $$list; do \
270           if test -f $$p; then \
271             p=$(am__strip_dir) \
272             echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
273             $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
274           else :; fi; \
275         done
276
277 uninstall-libLIBRARIES:
278         @$(NORMAL_UNINSTALL)
279         @list='$(lib_LIBRARIES)'; for p in $$list; do \
280           p=$(am__strip_dir) \
281           echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
282           rm -f "$(DESTDIR)$(libdir)/$$p"; \
283         done
284
285 clean-libLIBRARIES:
286         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
287 libc18f.a: $(libc18f_a_OBJECTS) $(libc18f_a_DEPENDENCIES) 
288         -rm -f libc18f.a
289         $(libc18f_a_AR) libc18f.a $(libc18f_a_OBJECTS) $(libc18f_a_LIBADD)
290         $(RANLIB) libc18f.a
291
292 mostlyclean-compile:
293         -rm -f *.$(OBJEXT)
294
295 distclean-compile:
296         -rm -f *.tab.c
297
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atof.Po@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atoi.Po@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atol.Po@am__quote@
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calloc.Po@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnvfrac.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnvint.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc16.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvtdec.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay100ktcy.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay100tcy.Po@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay10ktcy.Po@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay10tcy.Po@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay1ktcy.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delay1mtcy.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fprintf.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_ftoa.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iscntrl.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isdigit.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isgraph.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/islower.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isprint.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ispunct.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isspace.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isupper.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isxdigit.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itoa.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltoa.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memccpy.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchrpgm.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchrram.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpypgm2ram.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpyram2ram.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memfree.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memfreemax.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmisc.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Po@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memset.Po@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf.Po@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf_small.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf_tiny.Po@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putchar.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rand.Po@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf.Po@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat.Po@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr.Po@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp.Po@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy.Po@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn.Po@am__quote@
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/streams.Po@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen.Po@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlwr.Po@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strmgpsim.Po@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strmmssp.Po@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strmputchar.Po@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strmusart.Po@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat.Po@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp.Po@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy.Po@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk.Po@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strrchr.Po@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strspn.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strupr.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfprintf.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vprintf.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsprintf.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_ftoa.Po@am__quote@
373
374 .S.o:
375 @am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
376 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
377 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
380
381 .S.obj:
382 @am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
383 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
384 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
387
388 delay100ktcy.o: delay/delay100ktcy.S
389 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay100ktcy.o -MD -MP -MF $(DEPDIR)/delay100ktcy.Tpo -c -o delay100ktcy.o `test -f 'delay/delay100ktcy.S' || echo '$(srcdir)/'`delay/delay100ktcy.S
390 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay100ktcy.Tpo $(DEPDIR)/delay100ktcy.Po
391 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay100ktcy.S' object='delay100ktcy.o' libtool=no @AMDEPBACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay100ktcy.o `test -f 'delay/delay100ktcy.S' || echo '$(srcdir)/'`delay/delay100ktcy.S
394
395 delay100ktcy.obj: delay/delay100ktcy.S
396 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay100ktcy.obj -MD -MP -MF $(DEPDIR)/delay100ktcy.Tpo -c -o delay100ktcy.obj `if test -f 'delay/delay100ktcy.S'; then $(CYGPATH_W) 'delay/delay100ktcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay100ktcy.S'; fi`
397 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay100ktcy.Tpo $(DEPDIR)/delay100ktcy.Po
398 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay100ktcy.S' object='delay100ktcy.obj' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay100ktcy.obj `if test -f 'delay/delay100ktcy.S'; then $(CYGPATH_W) 'delay/delay100ktcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay100ktcy.S'; fi`
401
402 delay100tcy.o: delay/delay100tcy.S
403 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay100tcy.o -MD -MP -MF $(DEPDIR)/delay100tcy.Tpo -c -o delay100tcy.o `test -f 'delay/delay100tcy.S' || echo '$(srcdir)/'`delay/delay100tcy.S
404 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay100tcy.Tpo $(DEPDIR)/delay100tcy.Po
405 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay100tcy.S' object='delay100tcy.o' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay100tcy.o `test -f 'delay/delay100tcy.S' || echo '$(srcdir)/'`delay/delay100tcy.S
408
409 delay100tcy.obj: delay/delay100tcy.S
410 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay100tcy.obj -MD -MP -MF $(DEPDIR)/delay100tcy.Tpo -c -o delay100tcy.obj `if test -f 'delay/delay100tcy.S'; then $(CYGPATH_W) 'delay/delay100tcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay100tcy.S'; fi`
411 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay100tcy.Tpo $(DEPDIR)/delay100tcy.Po
412 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay100tcy.S' object='delay100tcy.obj' libtool=no @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay100tcy.obj `if test -f 'delay/delay100tcy.S'; then $(CYGPATH_W) 'delay/delay100tcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay100tcy.S'; fi`
415
416 delay10ktcy.o: delay/delay10ktcy.S
417 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay10ktcy.o -MD -MP -MF $(DEPDIR)/delay10ktcy.Tpo -c -o delay10ktcy.o `test -f 'delay/delay10ktcy.S' || echo '$(srcdir)/'`delay/delay10ktcy.S
418 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay10ktcy.Tpo $(DEPDIR)/delay10ktcy.Po
419 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay10ktcy.S' object='delay10ktcy.o' libtool=no @AMDEPBACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay10ktcy.o `test -f 'delay/delay10ktcy.S' || echo '$(srcdir)/'`delay/delay10ktcy.S
422
423 delay10ktcy.obj: delay/delay10ktcy.S
424 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay10ktcy.obj -MD -MP -MF $(DEPDIR)/delay10ktcy.Tpo -c -o delay10ktcy.obj `if test -f 'delay/delay10ktcy.S'; then $(CYGPATH_W) 'delay/delay10ktcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay10ktcy.S'; fi`
425 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay10ktcy.Tpo $(DEPDIR)/delay10ktcy.Po
426 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay10ktcy.S' object='delay10ktcy.obj' libtool=no @AMDEPBACKSLASH@
427 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay10ktcy.obj `if test -f 'delay/delay10ktcy.S'; then $(CYGPATH_W) 'delay/delay10ktcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay10ktcy.S'; fi`
429
430 delay10tcy.o: delay/delay10tcy.S
431 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay10tcy.o -MD -MP -MF $(DEPDIR)/delay10tcy.Tpo -c -o delay10tcy.o `test -f 'delay/delay10tcy.S' || echo '$(srcdir)/'`delay/delay10tcy.S
432 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay10tcy.Tpo $(DEPDIR)/delay10tcy.Po
433 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay10tcy.S' object='delay10tcy.o' libtool=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay10tcy.o `test -f 'delay/delay10tcy.S' || echo '$(srcdir)/'`delay/delay10tcy.S
436
437 delay10tcy.obj: delay/delay10tcy.S
438 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay10tcy.obj -MD -MP -MF $(DEPDIR)/delay10tcy.Tpo -c -o delay10tcy.obj `if test -f 'delay/delay10tcy.S'; then $(CYGPATH_W) 'delay/delay10tcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay10tcy.S'; fi`
439 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay10tcy.Tpo $(DEPDIR)/delay10tcy.Po
440 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay10tcy.S' object='delay10tcy.obj' libtool=no @AMDEPBACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay10tcy.obj `if test -f 'delay/delay10tcy.S'; then $(CYGPATH_W) 'delay/delay10tcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay10tcy.S'; fi`
443
444 delay1ktcy.o: delay/delay1ktcy.S
445 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay1ktcy.o -MD -MP -MF $(DEPDIR)/delay1ktcy.Tpo -c -o delay1ktcy.o `test -f 'delay/delay1ktcy.S' || echo '$(srcdir)/'`delay/delay1ktcy.S
446 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay1ktcy.Tpo $(DEPDIR)/delay1ktcy.Po
447 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay1ktcy.S' object='delay1ktcy.o' libtool=no @AMDEPBACKSLASH@
448 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay1ktcy.o `test -f 'delay/delay1ktcy.S' || echo '$(srcdir)/'`delay/delay1ktcy.S
450
451 delay1ktcy.obj: delay/delay1ktcy.S
452 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay1ktcy.obj -MD -MP -MF $(DEPDIR)/delay1ktcy.Tpo -c -o delay1ktcy.obj `if test -f 'delay/delay1ktcy.S'; then $(CYGPATH_W) 'delay/delay1ktcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay1ktcy.S'; fi`
453 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay1ktcy.Tpo $(DEPDIR)/delay1ktcy.Po
454 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay1ktcy.S' object='delay1ktcy.obj' libtool=no @AMDEPBACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay1ktcy.obj `if test -f 'delay/delay1ktcy.S'; then $(CYGPATH_W) 'delay/delay1ktcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay1ktcy.S'; fi`
457
458 delay1mtcy.o: delay/delay1mtcy.S
459 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay1mtcy.o -MD -MP -MF $(DEPDIR)/delay1mtcy.Tpo -c -o delay1mtcy.o `test -f 'delay/delay1mtcy.S' || echo '$(srcdir)/'`delay/delay1mtcy.S
460 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay1mtcy.Tpo $(DEPDIR)/delay1mtcy.Po
461 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay1mtcy.S' object='delay1mtcy.o' libtool=no @AMDEPBACKSLASH@
462 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay1mtcy.o `test -f 'delay/delay1mtcy.S' || echo '$(srcdir)/'`delay/delay1mtcy.S
464
465 delay1mtcy.obj: delay/delay1mtcy.S
466 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT delay1mtcy.obj -MD -MP -MF $(DEPDIR)/delay1mtcy.Tpo -c -o delay1mtcy.obj `if test -f 'delay/delay1mtcy.S'; then $(CYGPATH_W) 'delay/delay1mtcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay1mtcy.S'; fi`
467 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/delay1mtcy.Tpo $(DEPDIR)/delay1mtcy.Po
468 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='delay/delay1mtcy.S' object='delay1mtcy.obj' libtool=no @AMDEPBACKSLASH@
469 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o delay1mtcy.obj `if test -f 'delay/delay1mtcy.S'; then $(CYGPATH_W) 'delay/delay1mtcy.S'; else $(CYGPATH_W) '$(srcdir)/delay/delay1mtcy.S'; fi`
471
472 g_ftoa.o: stdlib/g_ftoa.S
473 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT g_ftoa.o -MD -MP -MF $(DEPDIR)/g_ftoa.Tpo -c -o g_ftoa.o `test -f 'stdlib/g_ftoa.S' || echo '$(srcdir)/'`stdlib/g_ftoa.S
474 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/g_ftoa.Tpo $(DEPDIR)/g_ftoa.Po
475 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='stdlib/g_ftoa.S' object='g_ftoa.o' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o g_ftoa.o `test -f 'stdlib/g_ftoa.S' || echo '$(srcdir)/'`stdlib/g_ftoa.S
478
479 g_ftoa.obj: stdlib/g_ftoa.S
480 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT g_ftoa.obj -MD -MP -MF $(DEPDIR)/g_ftoa.Tpo -c -o g_ftoa.obj `if test -f 'stdlib/g_ftoa.S'; then $(CYGPATH_W) 'stdlib/g_ftoa.S'; else $(CYGPATH_W) '$(srcdir)/stdlib/g_ftoa.S'; fi`
481 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/g_ftoa.Tpo $(DEPDIR)/g_ftoa.Po
482 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='stdlib/g_ftoa.S' object='g_ftoa.obj' libtool=no @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o g_ftoa.obj `if test -f 'stdlib/g_ftoa.S'; then $(CYGPATH_W) 'stdlib/g_ftoa.S'; else $(CYGPATH_W) '$(srcdir)/stdlib/g_ftoa.S'; fi`
485
486 cnvfrac.o: utils/cnvfrac.S
487 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT cnvfrac.o -MD -MP -MF $(DEPDIR)/cnvfrac.Tpo -c -o cnvfrac.o `test -f 'utils/cnvfrac.S' || echo '$(srcdir)/'`utils/cnvfrac.S
488 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/cnvfrac.Tpo $(DEPDIR)/cnvfrac.Po
489 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='utils/cnvfrac.S' object='cnvfrac.o' libtool=no @AMDEPBACKSLASH@
490 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o cnvfrac.o `test -f 'utils/cnvfrac.S' || echo '$(srcdir)/'`utils/cnvfrac.S
492
493 cnvfrac.obj: utils/cnvfrac.S
494 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT cnvfrac.obj -MD -MP -MF $(DEPDIR)/cnvfrac.Tpo -c -o cnvfrac.obj `if test -f 'utils/cnvfrac.S'; then $(CYGPATH_W) 'utils/cnvfrac.S'; else $(CYGPATH_W) '$(srcdir)/utils/cnvfrac.S'; fi`
495 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/cnvfrac.Tpo $(DEPDIR)/cnvfrac.Po
496 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='utils/cnvfrac.S' object='cnvfrac.obj' libtool=no @AMDEPBACKSLASH@
497 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o cnvfrac.obj `if test -f 'utils/cnvfrac.S'; then $(CYGPATH_W) 'utils/cnvfrac.S'; else $(CYGPATH_W) '$(srcdir)/utils/cnvfrac.S'; fi`
499
500 cnvint.o: utils/cnvint.S
501 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT cnvint.o -MD -MP -MF $(DEPDIR)/cnvint.Tpo -c -o cnvint.o `test -f 'utils/cnvint.S' || echo '$(srcdir)/'`utils/cnvint.S
502 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/cnvint.Tpo $(DEPDIR)/cnvint.Po
503 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='utils/cnvint.S' object='cnvint.o' libtool=no @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o cnvint.o `test -f 'utils/cnvint.S' || echo '$(srcdir)/'`utils/cnvint.S
506
507 cnvint.obj: utils/cnvint.S
508 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT cnvint.obj -MD -MP -MF $(DEPDIR)/cnvint.Tpo -c -o cnvint.obj `if test -f 'utils/cnvint.S'; then $(CYGPATH_W) 'utils/cnvint.S'; else $(CYGPATH_W) '$(srcdir)/utils/cnvint.S'; fi`
509 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/cnvint.Tpo $(DEPDIR)/cnvint.Po
510 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='utils/cnvint.S' object='cnvint.obj' libtool=no @AMDEPBACKSLASH@
511 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o cnvint.obj `if test -f 'utils/cnvint.S'; then $(CYGPATH_W) 'utils/cnvint.S'; else $(CYGPATH_W) '$(srcdir)/utils/cnvint.S'; fi`
513
514 cvtdec.o: utils/cvtdec.S
515 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT cvtdec.o -MD -MP -MF $(DEPDIR)/cvtdec.Tpo -c -o cvtdec.o `test -f 'utils/cvtdec.S' || echo '$(srcdir)/'`utils/cvtdec.S
516 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/cvtdec.Tpo $(DEPDIR)/cvtdec.Po
517 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='utils/cvtdec.S' object='cvtdec.o' libtool=no @AMDEPBACKSLASH@
518 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o cvtdec.o `test -f 'utils/cvtdec.S' || echo '$(srcdir)/'`utils/cvtdec.S
520
521 cvtdec.obj: utils/cvtdec.S
522 @am__fastdepCCAS_TRUE@  $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT cvtdec.obj -MD -MP -MF $(DEPDIR)/cvtdec.Tpo -c -o cvtdec.obj `if test -f 'utils/cvtdec.S'; then $(CYGPATH_W) 'utils/cvtdec.S'; else $(CYGPATH_W) '$(srcdir)/utils/cvtdec.S'; fi`
523 @am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/cvtdec.Tpo $(DEPDIR)/cvtdec.Po
524 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='utils/cvtdec.S' object='cvtdec.obj' libtool=no @AMDEPBACKSLASH@
525 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526 @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o cvtdec.obj `if test -f 'utils/cvtdec.S'; then $(CYGPATH_W) 'utils/cvtdec.S'; else $(CYGPATH_W) '$(srcdir)/utils/cvtdec.S'; fi`
527
528 .c.o:
529 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
530 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
532 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
534
535 .c.obj:
536 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
537 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
541
542 iscntrl.o: ctype/iscntrl.c
543 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iscntrl.o -MD -MP -MF $(DEPDIR)/iscntrl.Tpo -c -o iscntrl.o `test -f 'ctype/iscntrl.c' || echo '$(srcdir)/'`ctype/iscntrl.c
544 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/iscntrl.Tpo $(DEPDIR)/iscntrl.Po
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/iscntrl.c' object='iscntrl.o' libtool=no @AMDEPBACKSLASH@
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iscntrl.o `test -f 'ctype/iscntrl.c' || echo '$(srcdir)/'`ctype/iscntrl.c
548
549 iscntrl.obj: ctype/iscntrl.c
550 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iscntrl.obj -MD -MP -MF $(DEPDIR)/iscntrl.Tpo -c -o iscntrl.obj `if test -f 'ctype/iscntrl.c'; then $(CYGPATH_W) 'ctype/iscntrl.c'; else $(CYGPATH_W) '$(srcdir)/ctype/iscntrl.c'; fi`
551 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/iscntrl.Tpo $(DEPDIR)/iscntrl.Po
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/iscntrl.c' object='iscntrl.obj' libtool=no @AMDEPBACKSLASH@
553 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iscntrl.obj `if test -f 'ctype/iscntrl.c'; then $(CYGPATH_W) 'ctype/iscntrl.c'; else $(CYGPATH_W) '$(srcdir)/ctype/iscntrl.c'; fi`
555
556 isdigit.o: ctype/isdigit.c
557 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isdigit.o -MD -MP -MF $(DEPDIR)/isdigit.Tpo -c -o isdigit.o `test -f 'ctype/isdigit.c' || echo '$(srcdir)/'`ctype/isdigit.c
558 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isdigit.Tpo $(DEPDIR)/isdigit.Po
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isdigit.c' object='isdigit.o' libtool=no @AMDEPBACKSLASH@
560 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isdigit.o `test -f 'ctype/isdigit.c' || echo '$(srcdir)/'`ctype/isdigit.c
562
563 isdigit.obj: ctype/isdigit.c
564 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isdigit.obj -MD -MP -MF $(DEPDIR)/isdigit.Tpo -c -o isdigit.obj `if test -f 'ctype/isdigit.c'; then $(CYGPATH_W) 'ctype/isdigit.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isdigit.c'; fi`
565 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isdigit.Tpo $(DEPDIR)/isdigit.Po
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isdigit.c' object='isdigit.obj' libtool=no @AMDEPBACKSLASH@
567 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isdigit.obj `if test -f 'ctype/isdigit.c'; then $(CYGPATH_W) 'ctype/isdigit.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isdigit.c'; fi`
569
570 isgraph.o: ctype/isgraph.c
571 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isgraph.o -MD -MP -MF $(DEPDIR)/isgraph.Tpo -c -o isgraph.o `test -f 'ctype/isgraph.c' || echo '$(srcdir)/'`ctype/isgraph.c
572 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isgraph.Tpo $(DEPDIR)/isgraph.Po
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isgraph.c' object='isgraph.o' libtool=no @AMDEPBACKSLASH@
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isgraph.o `test -f 'ctype/isgraph.c' || echo '$(srcdir)/'`ctype/isgraph.c
576
577 isgraph.obj: ctype/isgraph.c
578 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isgraph.obj -MD -MP -MF $(DEPDIR)/isgraph.Tpo -c -o isgraph.obj `if test -f 'ctype/isgraph.c'; then $(CYGPATH_W) 'ctype/isgraph.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isgraph.c'; fi`
579 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isgraph.Tpo $(DEPDIR)/isgraph.Po
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isgraph.c' object='isgraph.obj' libtool=no @AMDEPBACKSLASH@
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isgraph.obj `if test -f 'ctype/isgraph.c'; then $(CYGPATH_W) 'ctype/isgraph.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isgraph.c'; fi`
583
584 islower.o: ctype/islower.c
585 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT islower.o -MD -MP -MF $(DEPDIR)/islower.Tpo -c -o islower.o `test -f 'ctype/islower.c' || echo '$(srcdir)/'`ctype/islower.c
586 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/islower.Tpo $(DEPDIR)/islower.Po
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/islower.c' object='islower.o' libtool=no @AMDEPBACKSLASH@
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o islower.o `test -f 'ctype/islower.c' || echo '$(srcdir)/'`ctype/islower.c
590
591 islower.obj: ctype/islower.c
592 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT islower.obj -MD -MP -MF $(DEPDIR)/islower.Tpo -c -o islower.obj `if test -f 'ctype/islower.c'; then $(CYGPATH_W) 'ctype/islower.c'; else $(CYGPATH_W) '$(srcdir)/ctype/islower.c'; fi`
593 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/islower.Tpo $(DEPDIR)/islower.Po
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/islower.c' object='islower.obj' libtool=no @AMDEPBACKSLASH@
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o islower.obj `if test -f 'ctype/islower.c'; then $(CYGPATH_W) 'ctype/islower.c'; else $(CYGPATH_W) '$(srcdir)/ctype/islower.c'; fi`
597
598 isprint.o: ctype/isprint.c
599 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isprint.o -MD -MP -MF $(DEPDIR)/isprint.Tpo -c -o isprint.o `test -f 'ctype/isprint.c' || echo '$(srcdir)/'`ctype/isprint.c
600 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isprint.Tpo $(DEPDIR)/isprint.Po
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isprint.c' object='isprint.o' libtool=no @AMDEPBACKSLASH@
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isprint.o `test -f 'ctype/isprint.c' || echo '$(srcdir)/'`ctype/isprint.c
604
605 isprint.obj: ctype/isprint.c
606 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isprint.obj -MD -MP -MF $(DEPDIR)/isprint.Tpo -c -o isprint.obj `if test -f 'ctype/isprint.c'; then $(CYGPATH_W) 'ctype/isprint.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isprint.c'; fi`
607 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isprint.Tpo $(DEPDIR)/isprint.Po
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isprint.c' object='isprint.obj' libtool=no @AMDEPBACKSLASH@
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isprint.obj `if test -f 'ctype/isprint.c'; then $(CYGPATH_W) 'ctype/isprint.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isprint.c'; fi`
611
612 ispunct.o: ctype/ispunct.c
613 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ispunct.o -MD -MP -MF $(DEPDIR)/ispunct.Tpo -c -o ispunct.o `test -f 'ctype/ispunct.c' || echo '$(srcdir)/'`ctype/ispunct.c
614 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ispunct.Tpo $(DEPDIR)/ispunct.Po
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/ispunct.c' object='ispunct.o' libtool=no @AMDEPBACKSLASH@
616 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ispunct.o `test -f 'ctype/ispunct.c' || echo '$(srcdir)/'`ctype/ispunct.c
618
619 ispunct.obj: ctype/ispunct.c
620 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ispunct.obj -MD -MP -MF $(DEPDIR)/ispunct.Tpo -c -o ispunct.obj `if test -f 'ctype/ispunct.c'; then $(CYGPATH_W) 'ctype/ispunct.c'; else $(CYGPATH_W) '$(srcdir)/ctype/ispunct.c'; fi`
621 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ispunct.Tpo $(DEPDIR)/ispunct.Po
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/ispunct.c' object='ispunct.obj' libtool=no @AMDEPBACKSLASH@
623 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ispunct.obj `if test -f 'ctype/ispunct.c'; then $(CYGPATH_W) 'ctype/ispunct.c'; else $(CYGPATH_W) '$(srcdir)/ctype/ispunct.c'; fi`
625
626 isspace.o: ctype/isspace.c
627 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isspace.o -MD -MP -MF $(DEPDIR)/isspace.Tpo -c -o isspace.o `test -f 'ctype/isspace.c' || echo '$(srcdir)/'`ctype/isspace.c
628 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isspace.Tpo $(DEPDIR)/isspace.Po
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isspace.c' object='isspace.o' libtool=no @AMDEPBACKSLASH@
630 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isspace.o `test -f 'ctype/isspace.c' || echo '$(srcdir)/'`ctype/isspace.c
632
633 isspace.obj: ctype/isspace.c
634 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isspace.obj -MD -MP -MF $(DEPDIR)/isspace.Tpo -c -o isspace.obj `if test -f 'ctype/isspace.c'; then $(CYGPATH_W) 'ctype/isspace.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isspace.c'; fi`
635 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isspace.Tpo $(DEPDIR)/isspace.Po
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isspace.c' object='isspace.obj' libtool=no @AMDEPBACKSLASH@
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isspace.obj `if test -f 'ctype/isspace.c'; then $(CYGPATH_W) 'ctype/isspace.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isspace.c'; fi`
639
640 isupper.o: ctype/isupper.c
641 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isupper.o -MD -MP -MF $(DEPDIR)/isupper.Tpo -c -o isupper.o `test -f 'ctype/isupper.c' || echo '$(srcdir)/'`ctype/isupper.c
642 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isupper.Tpo $(DEPDIR)/isupper.Po
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isupper.c' object='isupper.o' libtool=no @AMDEPBACKSLASH@
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isupper.o `test -f 'ctype/isupper.c' || echo '$(srcdir)/'`ctype/isupper.c
646
647 isupper.obj: ctype/isupper.c
648 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isupper.obj -MD -MP -MF $(DEPDIR)/isupper.Tpo -c -o isupper.obj `if test -f 'ctype/isupper.c'; then $(CYGPATH_W) 'ctype/isupper.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isupper.c'; fi`
649 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isupper.Tpo $(DEPDIR)/isupper.Po
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isupper.c' object='isupper.obj' libtool=no @AMDEPBACKSLASH@
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isupper.obj `if test -f 'ctype/isupper.c'; then $(CYGPATH_W) 'ctype/isupper.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isupper.c'; fi`
653
654 isxdigit.o: ctype/isxdigit.c
655 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isxdigit.o -MD -MP -MF $(DEPDIR)/isxdigit.Tpo -c -o isxdigit.o `test -f 'ctype/isxdigit.c' || echo '$(srcdir)/'`ctype/isxdigit.c
656 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isxdigit.Tpo $(DEPDIR)/isxdigit.Po
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isxdigit.c' object='isxdigit.o' libtool=no @AMDEPBACKSLASH@
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isxdigit.o `test -f 'ctype/isxdigit.c' || echo '$(srcdir)/'`ctype/isxdigit.c
660
661 isxdigit.obj: ctype/isxdigit.c
662 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT isxdigit.obj -MD -MP -MF $(DEPDIR)/isxdigit.Tpo -c -o isxdigit.obj `if test -f 'ctype/isxdigit.c'; then $(CYGPATH_W) 'ctype/isxdigit.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isxdigit.c'; fi`
663 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/isxdigit.Tpo $(DEPDIR)/isxdigit.Po
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctype/isxdigit.c' object='isxdigit.obj' libtool=no @AMDEPBACKSLASH@
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o isxdigit.obj `if test -f 'ctype/isxdigit.c'; then $(CYGPATH_W) 'ctype/isxdigit.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isxdigit.c'; fi`
667
668 fprintf.o: stdio/fprintf.c
669 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fprintf.o -MD -MP -MF $(DEPDIR)/fprintf.Tpo -c -o fprintf.o `test -f 'stdio/fprintf.c' || echo '$(srcdir)/'`stdio/fprintf.c
670 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/fprintf.Tpo $(DEPDIR)/fprintf.Po
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/fprintf.c' object='fprintf.o' libtool=no @AMDEPBACKSLASH@
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fprintf.o `test -f 'stdio/fprintf.c' || echo '$(srcdir)/'`stdio/fprintf.c
674
675 fprintf.obj: stdio/fprintf.c
676 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fprintf.obj -MD -MP -MF $(DEPDIR)/fprintf.Tpo -c -o fprintf.obj `if test -f 'stdio/fprintf.c'; then $(CYGPATH_W) 'stdio/fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fprintf.c'; fi`
677 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/fprintf.Tpo $(DEPDIR)/fprintf.Po
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/fprintf.c' object='fprintf.obj' libtool=no @AMDEPBACKSLASH@
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fprintf.obj `if test -f 'stdio/fprintf.c'; then $(CYGPATH_W) 'stdio/fprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/fprintf.c'; fi`
681
682 printf.o: stdio/printf.c
683 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT printf.o -MD -MP -MF $(DEPDIR)/printf.Tpo -c -o printf.o `test -f 'stdio/printf.c' || echo '$(srcdir)/'`stdio/printf.c
684 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/printf.Tpo $(DEPDIR)/printf.Po
685 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/printf.c' object='printf.o' libtool=no @AMDEPBACKSLASH@
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o printf.o `test -f 'stdio/printf.c' || echo '$(srcdir)/'`stdio/printf.c
688
689 printf.obj: stdio/printf.c
690 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT printf.obj -MD -MP -MF $(DEPDIR)/printf.Tpo -c -o printf.obj `if test -f 'stdio/printf.c'; then $(CYGPATH_W) 'stdio/printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/printf.c'; fi`
691 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/printf.Tpo $(DEPDIR)/printf.Po
692 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/printf.c' object='printf.obj' libtool=no @AMDEPBACKSLASH@
693 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o printf.obj `if test -f 'stdio/printf.c'; then $(CYGPATH_W) 'stdio/printf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/printf.c'; fi`
695
696 printf_small.o: stdio/printf_small.c
697 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT printf_small.o -MD -MP -MF $(DEPDIR)/printf_small.Tpo -c -o printf_small.o `test -f 'stdio/printf_small.c' || echo '$(srcdir)/'`stdio/printf_small.c
698 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/printf_small.Tpo $(DEPDIR)/printf_small.Po
699 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/printf_small.c' object='printf_small.o' libtool=no @AMDEPBACKSLASH@
700 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
701 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o printf_small.o `test -f 'stdio/printf_small.c' || echo '$(srcdir)/'`stdio/printf_small.c
702
703 printf_small.obj: stdio/printf_small.c
704 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT printf_small.obj -MD -MP -MF $(DEPDIR)/printf_small.Tpo -c -o printf_small.obj `if test -f 'stdio/printf_small.c'; then $(CYGPATH_W) 'stdio/printf_small.c'; else $(CYGPATH_W) '$(srcdir)/stdio/printf_small.c'; fi`
705 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/printf_small.Tpo $(DEPDIR)/printf_small.Po
706 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/printf_small.c' object='printf_small.obj' libtool=no @AMDEPBACKSLASH@
707 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
708 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o printf_small.obj `if test -f 'stdio/printf_small.c'; then $(CYGPATH_W) 'stdio/printf_small.c'; else $(CYGPATH_W) '$(srcdir)/stdio/printf_small.c'; fi`
709
710 printf_tiny.o: stdio/printf_tiny.c
711 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT printf_tiny.o -MD -MP -MF $(DEPDIR)/printf_tiny.Tpo -c -o printf_tiny.o `test -f 'stdio/printf_tiny.c' || echo '$(srcdir)/'`stdio/printf_tiny.c
712 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/printf_tiny.Tpo $(DEPDIR)/printf_tiny.Po
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/printf_tiny.c' object='printf_tiny.o' libtool=no @AMDEPBACKSLASH@
714 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o printf_tiny.o `test -f 'stdio/printf_tiny.c' || echo '$(srcdir)/'`stdio/printf_tiny.c
716
717 printf_tiny.obj: stdio/printf_tiny.c
718 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT printf_tiny.obj -MD -MP -MF $(DEPDIR)/printf_tiny.Tpo -c -o printf_tiny.obj `if test -f 'stdio/printf_tiny.c'; then $(CYGPATH_W) 'stdio/printf_tiny.c'; else $(CYGPATH_W) '$(srcdir)/stdio/printf_tiny.c'; fi`
719 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/printf_tiny.Tpo $(DEPDIR)/printf_tiny.Po
720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/printf_tiny.c' object='printf_tiny.obj' libtool=no @AMDEPBACKSLASH@
721 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o printf_tiny.obj `if test -f 'stdio/printf_tiny.c'; then $(CYGPATH_W) 'stdio/printf_tiny.c'; else $(CYGPATH_W) '$(srcdir)/stdio/printf_tiny.c'; fi`
723
724 putchar.o: stdio/putchar.c
725 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT putchar.o -MD -MP -MF $(DEPDIR)/putchar.Tpo -c -o putchar.o `test -f 'stdio/putchar.c' || echo '$(srcdir)/'`stdio/putchar.c
726 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/putchar.Tpo $(DEPDIR)/putchar.Po
727 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/putchar.c' object='putchar.o' libtool=no @AMDEPBACKSLASH@
728 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o putchar.o `test -f 'stdio/putchar.c' || echo '$(srcdir)/'`stdio/putchar.c
730
731 putchar.obj: stdio/putchar.c
732 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT putchar.obj -MD -MP -MF $(DEPDIR)/putchar.Tpo -c -o putchar.obj `if test -f 'stdio/putchar.c'; then $(CYGPATH_W) 'stdio/putchar.c'; else $(CYGPATH_W) '$(srcdir)/stdio/putchar.c'; fi`
733 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/putchar.Tpo $(DEPDIR)/putchar.Po
734 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/putchar.c' object='putchar.obj' libtool=no @AMDEPBACKSLASH@
735 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o putchar.obj `if test -f 'stdio/putchar.c'; then $(CYGPATH_W) 'stdio/putchar.c'; else $(CYGPATH_W) '$(srcdir)/stdio/putchar.c'; fi`
737
738 sprintf.o: stdio/sprintf.c
739 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sprintf.o -MD -MP -MF $(DEPDIR)/sprintf.Tpo -c -o sprintf.o `test -f 'stdio/sprintf.c' || echo '$(srcdir)/'`stdio/sprintf.c
740 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/sprintf.Tpo $(DEPDIR)/sprintf.Po
741 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/sprintf.c' object='sprintf.o' libtool=no @AMDEPBACKSLASH@
742 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sprintf.o `test -f 'stdio/sprintf.c' || echo '$(srcdir)/'`stdio/sprintf.c
744
745 sprintf.obj: stdio/sprintf.c
746 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sprintf.obj -MD -MP -MF $(DEPDIR)/sprintf.Tpo -c -o sprintf.obj `if test -f 'stdio/sprintf.c'; then $(CYGPATH_W) 'stdio/sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/sprintf.c'; fi`
747 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/sprintf.Tpo $(DEPDIR)/sprintf.Po
748 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/sprintf.c' object='sprintf.obj' libtool=no @AMDEPBACKSLASH@
749 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sprintf.obj `if test -f 'stdio/sprintf.c'; then $(CYGPATH_W) 'stdio/sprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/sprintf.c'; fi`
751
752 streams.o: stdio/streams.c
753 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT streams.o -MD -MP -MF $(DEPDIR)/streams.Tpo -c -o streams.o `test -f 'stdio/streams.c' || echo '$(srcdir)/'`stdio/streams.c
754 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/streams.Tpo $(DEPDIR)/streams.Po
755 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/streams.c' object='streams.o' libtool=no @AMDEPBACKSLASH@
756 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
757 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o streams.o `test -f 'stdio/streams.c' || echo '$(srcdir)/'`stdio/streams.c
758
759 streams.obj: stdio/streams.c
760 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT streams.obj -MD -MP -MF $(DEPDIR)/streams.Tpo -c -o streams.obj `if test -f 'stdio/streams.c'; then $(CYGPATH_W) 'stdio/streams.c'; else $(CYGPATH_W) '$(srcdir)/stdio/streams.c'; fi`
761 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/streams.Tpo $(DEPDIR)/streams.Po
762 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/streams.c' object='streams.obj' libtool=no @AMDEPBACKSLASH@
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
764 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o streams.obj `if test -f 'stdio/streams.c'; then $(CYGPATH_W) 'stdio/streams.c'; else $(CYGPATH_W) '$(srcdir)/stdio/streams.c'; fi`
765
766 strmgpsim.o: stdio/strmgpsim.c
767 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmgpsim.o -MD -MP -MF $(DEPDIR)/strmgpsim.Tpo -c -o strmgpsim.o `test -f 'stdio/strmgpsim.c' || echo '$(srcdir)/'`stdio/strmgpsim.c
768 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmgpsim.Tpo $(DEPDIR)/strmgpsim.Po
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmgpsim.c' object='strmgpsim.o' libtool=no @AMDEPBACKSLASH@
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmgpsim.o `test -f 'stdio/strmgpsim.c' || echo '$(srcdir)/'`stdio/strmgpsim.c
772
773 strmgpsim.obj: stdio/strmgpsim.c
774 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmgpsim.obj -MD -MP -MF $(DEPDIR)/strmgpsim.Tpo -c -o strmgpsim.obj `if test -f 'stdio/strmgpsim.c'; then $(CYGPATH_W) 'stdio/strmgpsim.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmgpsim.c'; fi`
775 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmgpsim.Tpo $(DEPDIR)/strmgpsim.Po
776 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmgpsim.c' object='strmgpsim.obj' libtool=no @AMDEPBACKSLASH@
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmgpsim.obj `if test -f 'stdio/strmgpsim.c'; then $(CYGPATH_W) 'stdio/strmgpsim.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmgpsim.c'; fi`
779
780 strmmssp.o: stdio/strmmssp.c
781 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmmssp.o -MD -MP -MF $(DEPDIR)/strmmssp.Tpo -c -o strmmssp.o `test -f 'stdio/strmmssp.c' || echo '$(srcdir)/'`stdio/strmmssp.c
782 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmmssp.Tpo $(DEPDIR)/strmmssp.Po
783 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmmssp.c' object='strmmssp.o' libtool=no @AMDEPBACKSLASH@
784 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmmssp.o `test -f 'stdio/strmmssp.c' || echo '$(srcdir)/'`stdio/strmmssp.c
786
787 strmmssp.obj: stdio/strmmssp.c
788 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmmssp.obj -MD -MP -MF $(DEPDIR)/strmmssp.Tpo -c -o strmmssp.obj `if test -f 'stdio/strmmssp.c'; then $(CYGPATH_W) 'stdio/strmmssp.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmmssp.c'; fi`
789 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmmssp.Tpo $(DEPDIR)/strmmssp.Po
790 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmmssp.c' object='strmmssp.obj' libtool=no @AMDEPBACKSLASH@
791 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmmssp.obj `if test -f 'stdio/strmmssp.c'; then $(CYGPATH_W) 'stdio/strmmssp.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmmssp.c'; fi`
793
794 strmputchar.o: stdio/strmputchar.c
795 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmputchar.o -MD -MP -MF $(DEPDIR)/strmputchar.Tpo -c -o strmputchar.o `test -f 'stdio/strmputchar.c' || echo '$(srcdir)/'`stdio/strmputchar.c
796 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmputchar.Tpo $(DEPDIR)/strmputchar.Po
797 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmputchar.c' object='strmputchar.o' libtool=no @AMDEPBACKSLASH@
798 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmputchar.o `test -f 'stdio/strmputchar.c' || echo '$(srcdir)/'`stdio/strmputchar.c
800
801 strmputchar.obj: stdio/strmputchar.c
802 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmputchar.obj -MD -MP -MF $(DEPDIR)/strmputchar.Tpo -c -o strmputchar.obj `if test -f 'stdio/strmputchar.c'; then $(CYGPATH_W) 'stdio/strmputchar.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmputchar.c'; fi`
803 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmputchar.Tpo $(DEPDIR)/strmputchar.Po
804 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmputchar.c' object='strmputchar.obj' libtool=no @AMDEPBACKSLASH@
805 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmputchar.obj `if test -f 'stdio/strmputchar.c'; then $(CYGPATH_W) 'stdio/strmputchar.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmputchar.c'; fi`
807
808 strmusart.o: stdio/strmusart.c
809 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmusart.o -MD -MP -MF $(DEPDIR)/strmusart.Tpo -c -o strmusart.o `test -f 'stdio/strmusart.c' || echo '$(srcdir)/'`stdio/strmusart.c
810 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmusart.Tpo $(DEPDIR)/strmusart.Po
811 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmusart.c' object='strmusart.o' libtool=no @AMDEPBACKSLASH@
812 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmusart.o `test -f 'stdio/strmusart.c' || echo '$(srcdir)/'`stdio/strmusart.c
814
815 strmusart.obj: stdio/strmusart.c
816 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strmusart.obj -MD -MP -MF $(DEPDIR)/strmusart.Tpo -c -o strmusart.obj `if test -f 'stdio/strmusart.c'; then $(CYGPATH_W) 'stdio/strmusart.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmusart.c'; fi`
817 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strmusart.Tpo $(DEPDIR)/strmusart.Po
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/strmusart.c' object='strmusart.obj' libtool=no @AMDEPBACKSLASH@
819 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strmusart.obj `if test -f 'stdio/strmusart.c'; then $(CYGPATH_W) 'stdio/strmusart.c'; else $(CYGPATH_W) '$(srcdir)/stdio/strmusart.c'; fi`
821
822 vfprintf.o: stdio/vfprintf.c
823 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vfprintf.o -MD -MP -MF $(DEPDIR)/vfprintf.Tpo -c -o vfprintf.o `test -f 'stdio/vfprintf.c' || echo '$(srcdir)/'`stdio/vfprintf.c
824 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vfprintf.Tpo $(DEPDIR)/vfprintf.Po
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/vfprintf.c' object='vfprintf.o' libtool=no @AMDEPBACKSLASH@
826 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vfprintf.o `test -f 'stdio/vfprintf.c' || echo '$(srcdir)/'`stdio/vfprintf.c
828
829 vfprintf.obj: stdio/vfprintf.c
830 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vfprintf.obj -MD -MP -MF $(DEPDIR)/vfprintf.Tpo -c -o vfprintf.obj `if test -f 'stdio/vfprintf.c'; then $(CYGPATH_W) 'stdio/vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfprintf.c'; fi`
831 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vfprintf.Tpo $(DEPDIR)/vfprintf.Po
832 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/vfprintf.c' object='vfprintf.obj' libtool=no @AMDEPBACKSLASH@
833 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vfprintf.obj `if test -f 'stdio/vfprintf.c'; then $(CYGPATH_W) 'stdio/vfprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vfprintf.c'; fi`
835
836 vprintf.o: stdio/vprintf.c
837 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vprintf.o -MD -MP -MF $(DEPDIR)/vprintf.Tpo -c -o vprintf.o `test -f 'stdio/vprintf.c' || echo '$(srcdir)/'`stdio/vprintf.c
838 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vprintf.Tpo $(DEPDIR)/vprintf.Po
839 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/vprintf.c' object='vprintf.o' libtool=no @AMDEPBACKSLASH@
840 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vprintf.o `test -f 'stdio/vprintf.c' || echo '$(srcdir)/'`stdio/vprintf.c
842
843 vprintf.obj: stdio/vprintf.c
844 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vprintf.obj -MD -MP -MF $(DEPDIR)/vprintf.Tpo -c -o vprintf.obj `if test -f 'stdio/vprintf.c'; then $(CYGPATH_W) 'stdio/vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vprintf.c'; fi`
845 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vprintf.Tpo $(DEPDIR)/vprintf.Po
846 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/vprintf.c' object='vprintf.obj' libtool=no @AMDEPBACKSLASH@
847 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vprintf.obj `if test -f 'stdio/vprintf.c'; then $(CYGPATH_W) 'stdio/vprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vprintf.c'; fi`
849
850 vsprintf.o: stdio/vsprintf.c
851 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vsprintf.o -MD -MP -MF $(DEPDIR)/vsprintf.Tpo -c -o vsprintf.o `test -f 'stdio/vsprintf.c' || echo '$(srcdir)/'`stdio/vsprintf.c
852 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vsprintf.Tpo $(DEPDIR)/vsprintf.Po
853 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/vsprintf.c' object='vsprintf.o' libtool=no @AMDEPBACKSLASH@
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vsprintf.o `test -f 'stdio/vsprintf.c' || echo '$(srcdir)/'`stdio/vsprintf.c
856
857 vsprintf.obj: stdio/vsprintf.c
858 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vsprintf.obj -MD -MP -MF $(DEPDIR)/vsprintf.Tpo -c -o vsprintf.obj `if test -f 'stdio/vsprintf.c'; then $(CYGPATH_W) 'stdio/vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsprintf.c'; fi`
859 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vsprintf.Tpo $(DEPDIR)/vsprintf.Po
860 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdio/vsprintf.c' object='vsprintf.obj' libtool=no @AMDEPBACKSLASH@
861 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vsprintf.obj `if test -f 'stdio/vsprintf.c'; then $(CYGPATH_W) 'stdio/vsprintf.c'; else $(CYGPATH_W) '$(srcdir)/stdio/vsprintf.c'; fi`
863
864 atof.o: stdlib/atof.c
865 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof.o -MD -MP -MF $(DEPDIR)/atof.Tpo -c -o atof.o `test -f 'stdlib/atof.c' || echo '$(srcdir)/'`stdlib/atof.c
866 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atof.Tpo $(DEPDIR)/atof.Po
867 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/atof.c' object='atof.o' libtool=no @AMDEPBACKSLASH@
868 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof.o `test -f 'stdlib/atof.c' || echo '$(srcdir)/'`stdlib/atof.c
870
871 atof.obj: stdlib/atof.c
872 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof.obj -MD -MP -MF $(DEPDIR)/atof.Tpo -c -o atof.obj `if test -f 'stdlib/atof.c'; then $(CYGPATH_W) 'stdlib/atof.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/atof.c'; fi`
873 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atof.Tpo $(DEPDIR)/atof.Po
874 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/atof.c' object='atof.obj' libtool=no @AMDEPBACKSLASH@
875 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof.obj `if test -f 'stdlib/atof.c'; then $(CYGPATH_W) 'stdlib/atof.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/atof.c'; fi`
877
878 atoi.o: stdlib/atoi.c
879 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atoi.o -MD -MP -MF $(DEPDIR)/atoi.Tpo -c -o atoi.o `test -f 'stdlib/atoi.c' || echo '$(srcdir)/'`stdlib/atoi.c
880 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atoi.Tpo $(DEPDIR)/atoi.Po
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/atoi.c' object='atoi.o' libtool=no @AMDEPBACKSLASH@
882 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atoi.o `test -f 'stdlib/atoi.c' || echo '$(srcdir)/'`stdlib/atoi.c
884
885 atoi.obj: stdlib/atoi.c
886 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atoi.obj -MD -MP -MF $(DEPDIR)/atoi.Tpo -c -o atoi.obj `if test -f 'stdlib/atoi.c'; then $(CYGPATH_W) 'stdlib/atoi.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/atoi.c'; fi`
887 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atoi.Tpo $(DEPDIR)/atoi.Po
888 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/atoi.c' object='atoi.obj' libtool=no @AMDEPBACKSLASH@
889 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atoi.obj `if test -f 'stdlib/atoi.c'; then $(CYGPATH_W) 'stdlib/atoi.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/atoi.c'; fi`
891
892 atol.o: stdlib/atol.c
893 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atol.o -MD -MP -MF $(DEPDIR)/atol.Tpo -c -o atol.o `test -f 'stdlib/atol.c' || echo '$(srcdir)/'`stdlib/atol.c
894 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atol.Tpo $(DEPDIR)/atol.Po
895 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/atol.c' object='atol.o' libtool=no @AMDEPBACKSLASH@
896 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atol.o `test -f 'stdlib/atol.c' || echo '$(srcdir)/'`stdlib/atol.c
898
899 atol.obj: stdlib/atol.c
900 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atol.obj -MD -MP -MF $(DEPDIR)/atol.Tpo -c -o atol.obj `if test -f 'stdlib/atol.c'; then $(CYGPATH_W) 'stdlib/atol.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/atol.c'; fi`
901 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/atol.Tpo $(DEPDIR)/atol.Po
902 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/atol.c' object='atol.obj' libtool=no @AMDEPBACKSLASH@
903 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atol.obj `if test -f 'stdlib/atol.c'; then $(CYGPATH_W) 'stdlib/atol.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/atol.c'; fi`
905
906 calloc.o: stdlib/calloc.c
907 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT calloc.o -MD -MP -MF $(DEPDIR)/calloc.Tpo -c -o calloc.o `test -f 'stdlib/calloc.c' || echo '$(srcdir)/'`stdlib/calloc.c
908 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/calloc.Tpo $(DEPDIR)/calloc.Po
909 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/calloc.c' object='calloc.o' libtool=no @AMDEPBACKSLASH@
910 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o calloc.o `test -f 'stdlib/calloc.c' || echo '$(srcdir)/'`stdlib/calloc.c
912
913 calloc.obj: stdlib/calloc.c
914 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT calloc.obj -MD -MP -MF $(DEPDIR)/calloc.Tpo -c -o calloc.obj `if test -f 'stdlib/calloc.c'; then $(CYGPATH_W) 'stdlib/calloc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/calloc.c'; fi`
915 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/calloc.Tpo $(DEPDIR)/calloc.Po
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/calloc.c' object='calloc.obj' libtool=no @AMDEPBACKSLASH@
917 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o calloc.obj `if test -f 'stdlib/calloc.c'; then $(CYGPATH_W) 'stdlib/calloc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/calloc.c'; fi`
919
920 crc16.o: stdlib/crc16.c
921 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crc16.o -MD -MP -MF $(DEPDIR)/crc16.Tpo -c -o crc16.o `test -f 'stdlib/crc16.c' || echo '$(srcdir)/'`stdlib/crc16.c
922 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/crc16.Tpo $(DEPDIR)/crc16.Po
923 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/crc16.c' object='crc16.o' libtool=no @AMDEPBACKSLASH@
924 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
925 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crc16.o `test -f 'stdlib/crc16.c' || echo '$(srcdir)/'`stdlib/crc16.c
926
927 crc16.obj: stdlib/crc16.c
928 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crc16.obj -MD -MP -MF $(DEPDIR)/crc16.Tpo -c -o crc16.obj `if test -f 'stdlib/crc16.c'; then $(CYGPATH_W) 'stdlib/crc16.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/crc16.c'; fi`
929 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/crc16.Tpo $(DEPDIR)/crc16.Po
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/crc16.c' object='crc16.obj' libtool=no @AMDEPBACKSLASH@
931 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crc16.obj `if test -f 'stdlib/crc16.c'; then $(CYGPATH_W) 'stdlib/crc16.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/crc16.c'; fi`
933
934 free.o: stdlib/free.c
935 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT free.o -MD -MP -MF $(DEPDIR)/free.Tpo -c -o free.o `test -f 'stdlib/free.c' || echo '$(srcdir)/'`stdlib/free.c
936 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/free.Tpo $(DEPDIR)/free.Po
937 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/free.c' object='free.o' libtool=no @AMDEPBACKSLASH@
938 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
939 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o free.o `test -f 'stdlib/free.c' || echo '$(srcdir)/'`stdlib/free.c
940
941 free.obj: stdlib/free.c
942 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT free.obj -MD -MP -MF $(DEPDIR)/free.Tpo -c -o free.obj `if test -f 'stdlib/free.c'; then $(CYGPATH_W) 'stdlib/free.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/free.c'; fi`
943 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/free.Tpo $(DEPDIR)/free.Po
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/free.c' object='free.obj' libtool=no @AMDEPBACKSLASH@
945 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
946 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o free.obj `if test -f 'stdlib/free.c'; then $(CYGPATH_W) 'stdlib/free.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/free.c'; fi`
947
948 itoa.o: stdlib/itoa.c
949 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT itoa.o -MD -MP -MF $(DEPDIR)/itoa.Tpo -c -o itoa.o `test -f 'stdlib/itoa.c' || echo '$(srcdir)/'`stdlib/itoa.c
950 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/itoa.Tpo $(DEPDIR)/itoa.Po
951 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/itoa.c' object='itoa.o' libtool=no @AMDEPBACKSLASH@
952 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
953 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o itoa.o `test -f 'stdlib/itoa.c' || echo '$(srcdir)/'`stdlib/itoa.c
954
955 itoa.obj: stdlib/itoa.c
956 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT itoa.obj -MD -MP -MF $(DEPDIR)/itoa.Tpo -c -o itoa.obj `if test -f 'stdlib/itoa.c'; then $(CYGPATH_W) 'stdlib/itoa.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/itoa.c'; fi`
957 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/itoa.Tpo $(DEPDIR)/itoa.Po
958 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/itoa.c' object='itoa.obj' libtool=no @AMDEPBACKSLASH@
959 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
960 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o itoa.obj `if test -f 'stdlib/itoa.c'; then $(CYGPATH_W) 'stdlib/itoa.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/itoa.c'; fi`
961
962 ltoa.o: stdlib/ltoa.c
963 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ltoa.o -MD -MP -MF $(DEPDIR)/ltoa.Tpo -c -o ltoa.o `test -f 'stdlib/ltoa.c' || echo '$(srcdir)/'`stdlib/ltoa.c
964 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ltoa.Tpo $(DEPDIR)/ltoa.Po
965 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/ltoa.c' object='ltoa.o' libtool=no @AMDEPBACKSLASH@
966 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
967 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ltoa.o `test -f 'stdlib/ltoa.c' || echo '$(srcdir)/'`stdlib/ltoa.c
968
969 ltoa.obj: stdlib/ltoa.c
970 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ltoa.obj -MD -MP -MF $(DEPDIR)/ltoa.Tpo -c -o ltoa.obj `if test -f 'stdlib/ltoa.c'; then $(CYGPATH_W) 'stdlib/ltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/ltoa.c'; fi`
971 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ltoa.Tpo $(DEPDIR)/ltoa.Po
972 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/ltoa.c' object='ltoa.obj' libtool=no @AMDEPBACKSLASH@
973 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
974 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ltoa.obj `if test -f 'stdlib/ltoa.c'; then $(CYGPATH_W) 'stdlib/ltoa.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/ltoa.c'; fi`
975
976 malloc.o: stdlib/malloc.c
977 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT malloc.o -MD -MP -MF $(DEPDIR)/malloc.Tpo -c -o malloc.o `test -f 'stdlib/malloc.c' || echo '$(srcdir)/'`stdlib/malloc.c
978 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/malloc.Tpo $(DEPDIR)/malloc.Po
979 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/malloc.c' object='malloc.o' libtool=no @AMDEPBACKSLASH@
980 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
981 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o malloc.o `test -f 'stdlib/malloc.c' || echo '$(srcdir)/'`stdlib/malloc.c
982
983 malloc.obj: stdlib/malloc.c
984 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT malloc.obj -MD -MP -MF $(DEPDIR)/malloc.Tpo -c -o malloc.obj `if test -f 'stdlib/malloc.c'; then $(CYGPATH_W) 'stdlib/malloc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/malloc.c'; fi`
985 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/malloc.Tpo $(DEPDIR)/malloc.Po
986 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/malloc.c' object='malloc.obj' libtool=no @AMDEPBACKSLASH@
987 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
988 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o malloc.obj `if test -f 'stdlib/malloc.c'; then $(CYGPATH_W) 'stdlib/malloc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/malloc.c'; fi`
989
990 memfree.o: stdlib/memfree.c
991 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memfree.o -MD -MP -MF $(DEPDIR)/memfree.Tpo -c -o memfree.o `test -f 'stdlib/memfree.c' || echo '$(srcdir)/'`stdlib/memfree.c
992 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memfree.Tpo $(DEPDIR)/memfree.Po
993 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/memfree.c' object='memfree.o' libtool=no @AMDEPBACKSLASH@
994 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
995 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memfree.o `test -f 'stdlib/memfree.c' || echo '$(srcdir)/'`stdlib/memfree.c
996
997 memfree.obj: stdlib/memfree.c
998 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memfree.obj -MD -MP -MF $(DEPDIR)/memfree.Tpo -c -o memfree.obj `if test -f 'stdlib/memfree.c'; then $(CYGPATH_W) 'stdlib/memfree.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/memfree.c'; fi`
999 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memfree.Tpo $(DEPDIR)/memfree.Po
1000 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/memfree.c' object='memfree.obj' libtool=no @AMDEPBACKSLASH@
1001 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1002 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memfree.obj `if test -f 'stdlib/memfree.c'; then $(CYGPATH_W) 'stdlib/memfree.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/memfree.c'; fi`
1003
1004 memfreemax.o: stdlib/memfreemax.c
1005 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memfreemax.o -MD -MP -MF $(DEPDIR)/memfreemax.Tpo -c -o memfreemax.o `test -f 'stdlib/memfreemax.c' || echo '$(srcdir)/'`stdlib/memfreemax.c
1006 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memfreemax.Tpo $(DEPDIR)/memfreemax.Po
1007 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/memfreemax.c' object='memfreemax.o' libtool=no @AMDEPBACKSLASH@
1008 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1009 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memfreemax.o `test -f 'stdlib/memfreemax.c' || echo '$(srcdir)/'`stdlib/memfreemax.c
1010
1011 memfreemax.obj: stdlib/memfreemax.c
1012 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memfreemax.obj -MD -MP -MF $(DEPDIR)/memfreemax.Tpo -c -o memfreemax.obj `if test -f 'stdlib/memfreemax.c'; then $(CYGPATH_W) 'stdlib/memfreemax.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/memfreemax.c'; fi`
1013 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memfreemax.Tpo $(DEPDIR)/memfreemax.Po
1014 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/memfreemax.c' object='memfreemax.obj' libtool=no @AMDEPBACKSLASH@
1015 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1016 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memfreemax.obj `if test -f 'stdlib/memfreemax.c'; then $(CYGPATH_W) 'stdlib/memfreemax.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/memfreemax.c'; fi`
1017
1018 memmisc.o: stdlib/memmisc.c
1019 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memmisc.o -MD -MP -MF $(DEPDIR)/memmisc.Tpo -c -o memmisc.o `test -f 'stdlib/memmisc.c' || echo '$(srcdir)/'`stdlib/memmisc.c
1020 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memmisc.Tpo $(DEPDIR)/memmisc.Po
1021 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/memmisc.c' object='memmisc.o' libtool=no @AMDEPBACKSLASH@
1022 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1023 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memmisc.o `test -f 'stdlib/memmisc.c' || echo '$(srcdir)/'`stdlib/memmisc.c
1024
1025 memmisc.obj: stdlib/memmisc.c
1026 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memmisc.obj -MD -MP -MF $(DEPDIR)/memmisc.Tpo -c -o memmisc.obj `if test -f 'stdlib/memmisc.c'; then $(CYGPATH_W) 'stdlib/memmisc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/memmisc.c'; fi`
1027 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memmisc.Tpo $(DEPDIR)/memmisc.Po
1028 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/memmisc.c' object='memmisc.obj' libtool=no @AMDEPBACKSLASH@
1029 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1030 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memmisc.obj `if test -f 'stdlib/memmisc.c'; then $(CYGPATH_W) 'stdlib/memmisc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/memmisc.c'; fi`
1031
1032 rand.o: stdlib/rand.c
1033 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rand.o -MD -MP -MF $(DEPDIR)/rand.Tpo -c -o rand.o `test -f 'stdlib/rand.c' || echo '$(srcdir)/'`stdlib/rand.c
1034 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/rand.Tpo $(DEPDIR)/rand.Po
1035 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/rand.c' object='rand.o' libtool=no @AMDEPBACKSLASH@
1036 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1037 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rand.o `test -f 'stdlib/rand.c' || echo '$(srcdir)/'`stdlib/rand.c
1038
1039 rand.obj: stdlib/rand.c
1040 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rand.obj -MD -MP -MF $(DEPDIR)/rand.Tpo -c -o rand.obj `if test -f 'stdlib/rand.c'; then $(CYGPATH_W) 'stdlib/rand.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/rand.c'; fi`
1041 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/rand.Tpo $(DEPDIR)/rand.Po
1042 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/rand.c' object='rand.obj' libtool=no @AMDEPBACKSLASH@
1043 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1044 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rand.obj `if test -f 'stdlib/rand.c'; then $(CYGPATH_W) 'stdlib/rand.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/rand.c'; fi`
1045
1046 realloc.o: stdlib/realloc.c
1047 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT realloc.o -MD -MP -MF $(DEPDIR)/realloc.Tpo -c -o realloc.o `test -f 'stdlib/realloc.c' || echo '$(srcdir)/'`stdlib/realloc.c
1048 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/realloc.Tpo $(DEPDIR)/realloc.Po
1049 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/realloc.c' object='realloc.o' libtool=no @AMDEPBACKSLASH@
1050 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1051 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o realloc.o `test -f 'stdlib/realloc.c' || echo '$(srcdir)/'`stdlib/realloc.c
1052
1053 realloc.obj: stdlib/realloc.c
1054 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT realloc.obj -MD -MP -MF $(DEPDIR)/realloc.Tpo -c -o realloc.obj `if test -f 'stdlib/realloc.c'; then $(CYGPATH_W) 'stdlib/realloc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/realloc.c'; fi`
1055 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/realloc.Tpo $(DEPDIR)/realloc.Po
1056 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/realloc.c' object='realloc.obj' libtool=no @AMDEPBACKSLASH@
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1058 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o realloc.obj `if test -f 'stdlib/realloc.c'; then $(CYGPATH_W) 'stdlib/realloc.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/realloc.c'; fi`
1059
1060 x_ftoa.o: stdlib/x_ftoa.c
1061 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT x_ftoa.o -MD -MP -MF $(DEPDIR)/x_ftoa.Tpo -c -o x_ftoa.o `test -f 'stdlib/x_ftoa.c' || echo '$(srcdir)/'`stdlib/x_ftoa.c
1062 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/x_ftoa.Tpo $(DEPDIR)/x_ftoa.Po
1063 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/x_ftoa.c' object='x_ftoa.o' libtool=no @AMDEPBACKSLASH@
1064 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1065 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o x_ftoa.o `test -f 'stdlib/x_ftoa.c' || echo '$(srcdir)/'`stdlib/x_ftoa.c
1066
1067 x_ftoa.obj: stdlib/x_ftoa.c
1068 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT x_ftoa.obj -MD -MP -MF $(DEPDIR)/x_ftoa.Tpo -c -o x_ftoa.obj `if test -f 'stdlib/x_ftoa.c'; then $(CYGPATH_W) 'stdlib/x_ftoa.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/x_ftoa.c'; fi`
1069 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/x_ftoa.Tpo $(DEPDIR)/x_ftoa.Po
1070 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stdlib/x_ftoa.c' object='x_ftoa.obj' libtool=no @AMDEPBACKSLASH@
1071 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1072 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o x_ftoa.obj `if test -f 'stdlib/x_ftoa.c'; then $(CYGPATH_W) 'stdlib/x_ftoa.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/x_ftoa.c'; fi`
1073
1074 memccpy.o: string/memccpy.c
1075 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memccpy.o -MD -MP -MF $(DEPDIR)/memccpy.Tpo -c -o memccpy.o `test -f 'string/memccpy.c' || echo '$(srcdir)/'`string/memccpy.c
1076 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memccpy.Tpo $(DEPDIR)/memccpy.Po
1077 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memccpy.c' object='memccpy.o' libtool=no @AMDEPBACKSLASH@
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1079 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memccpy.o `test -f 'string/memccpy.c' || echo '$(srcdir)/'`string/memccpy.c
1080
1081 memccpy.obj: string/memccpy.c
1082 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memccpy.obj -MD -MP -MF $(DEPDIR)/memccpy.Tpo -c -o memccpy.obj `if test -f 'string/memccpy.c'; then $(CYGPATH_W) 'string/memccpy.c'; else $(CYGPATH_W) '$(srcdir)/string/memccpy.c'; fi`
1083 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memccpy.Tpo $(DEPDIR)/memccpy.Po
1084 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memccpy.c' object='memccpy.obj' libtool=no @AMDEPBACKSLASH@
1085 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1086 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memccpy.obj `if test -f 'string/memccpy.c'; then $(CYGPATH_W) 'string/memccpy.c'; else $(CYGPATH_W) '$(srcdir)/string/memccpy.c'; fi`
1087
1088 memchr.o: string/memchr.c
1089 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memchr.o -MD -MP -MF $(DEPDIR)/memchr.Tpo -c -o memchr.o `test -f 'string/memchr.c' || echo '$(srcdir)/'`string/memchr.c
1090 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memchr.Tpo $(DEPDIR)/memchr.Po
1091 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memchr.c' object='memchr.o' libtool=no @AMDEPBACKSLASH@
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1093 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memchr.o `test -f 'string/memchr.c' || echo '$(srcdir)/'`string/memchr.c
1094
1095 memchr.obj: string/memchr.c
1096 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memchr.obj -MD -MP -MF $(DEPDIR)/memchr.Tpo -c -o memchr.obj `if test -f 'string/memchr.c'; then $(CYGPATH_W) 'string/memchr.c'; else $(CYGPATH_W) '$(srcdir)/string/memchr.c'; fi`
1097 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memchr.Tpo $(DEPDIR)/memchr.Po
1098 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memchr.c' object='memchr.obj' libtool=no @AMDEPBACKSLASH@
1099 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1100 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memchr.obj `if test -f 'string/memchr.c'; then $(CYGPATH_W) 'string/memchr.c'; else $(CYGPATH_W) '$(srcdir)/string/memchr.c'; fi`
1101
1102 memchrpgm.o: string/memchrpgm.c
1103 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memchrpgm.o -MD -MP -MF $(DEPDIR)/memchrpgm.Tpo -c -o memchrpgm.o `test -f 'string/memchrpgm.c' || echo '$(srcdir)/'`string/memchrpgm.c
1104 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memchrpgm.Tpo $(DEPDIR)/memchrpgm.Po
1105 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memchrpgm.c' object='memchrpgm.o' libtool=no @AMDEPBACKSLASH@
1106 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1107 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memchrpgm.o `test -f 'string/memchrpgm.c' || echo '$(srcdir)/'`string/memchrpgm.c
1108
1109 memchrpgm.obj: string/memchrpgm.c
1110 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memchrpgm.obj -MD -MP -MF $(DEPDIR)/memchrpgm.Tpo -c -o memchrpgm.obj `if test -f 'string/memchrpgm.c'; then $(CYGPATH_W) 'string/memchrpgm.c'; else $(CYGPATH_W) '$(srcdir)/string/memchrpgm.c'; fi`
1111 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memchrpgm.Tpo $(DEPDIR)/memchrpgm.Po
1112 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memchrpgm.c' object='memchrpgm.obj' libtool=no @AMDEPBACKSLASH@
1113 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1114 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memchrpgm.obj `if test -f 'string/memchrpgm.c'; then $(CYGPATH_W) 'string/memchrpgm.c'; else $(CYGPATH_W) '$(srcdir)/string/memchrpgm.c'; fi`
1115
1116 memchrram.o: string/memchrram.c
1117 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memchrram.o -MD -MP -MF $(DEPDIR)/memchrram.Tpo -c -o memchrram.o `test -f 'string/memchrram.c' || echo '$(srcdir)/'`string/memchrram.c
1118 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memchrram.Tpo $(DEPDIR)/memchrram.Po
1119 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memchrram.c' object='memchrram.o' libtool=no @AMDEPBACKSLASH@
1120 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1121 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memchrram.o `test -f 'string/memchrram.c' || echo '$(srcdir)/'`string/memchrram.c
1122
1123 memchrram.obj: string/memchrram.c
1124 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memchrram.obj -MD -MP -MF $(DEPDIR)/memchrram.Tpo -c -o memchrram.obj `if test -f 'string/memchrram.c'; then $(CYGPATH_W) 'string/memchrram.c'; else $(CYGPATH_W) '$(srcdir)/string/memchrram.c'; fi`
1125 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memchrram.Tpo $(DEPDIR)/memchrram.Po
1126 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memchrram.c' object='memchrram.obj' libtool=no @AMDEPBACKSLASH@
1127 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1128 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memchrram.obj `if test -f 'string/memchrram.c'; then $(CYGPATH_W) 'string/memchrram.c'; else $(CYGPATH_W) '$(srcdir)/string/memchrram.c'; fi`
1129
1130 memcmp.o: string/memcmp.c
1131 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcmp.o -MD -MP -MF $(DEPDIR)/memcmp.Tpo -c -o memcmp.o `test -f 'string/memcmp.c' || echo '$(srcdir)/'`string/memcmp.c
1132 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcmp.Tpo $(DEPDIR)/memcmp.Po
1133 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcmp.c' object='memcmp.o' libtool=no @AMDEPBACKSLASH@
1134 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1135 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcmp.o `test -f 'string/memcmp.c' || echo '$(srcdir)/'`string/memcmp.c
1136
1137 memcmp.obj: string/memcmp.c
1138 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcmp.obj -MD -MP -MF $(DEPDIR)/memcmp.Tpo -c -o memcmp.obj `if test -f 'string/memcmp.c'; then $(CYGPATH_W) 'string/memcmp.c'; else $(CYGPATH_W) '$(srcdir)/string/memcmp.c'; fi`
1139 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcmp.Tpo $(DEPDIR)/memcmp.Po
1140 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcmp.c' object='memcmp.obj' libtool=no @AMDEPBACKSLASH@
1141 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1142 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcmp.obj `if test -f 'string/memcmp.c'; then $(CYGPATH_W) 'string/memcmp.c'; else $(CYGPATH_W) '$(srcdir)/string/memcmp.c'; fi`
1143
1144 memcpy.o: string/memcpy.c
1145 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcpy.o -MD -MP -MF $(DEPDIR)/memcpy.Tpo -c -o memcpy.o `test -f 'string/memcpy.c' || echo '$(srcdir)/'`string/memcpy.c
1146 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcpy.Tpo $(DEPDIR)/memcpy.Po
1147 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcpy.c' object='memcpy.o' libtool=no @AMDEPBACKSLASH@
1148 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1149 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcpy.o `test -f 'string/memcpy.c' || echo '$(srcdir)/'`string/memcpy.c
1150
1151 memcpy.obj: string/memcpy.c
1152 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcpy.obj -MD -MP -MF $(DEPDIR)/memcpy.Tpo -c -o memcpy.obj `if test -f 'string/memcpy.c'; then $(CYGPATH_W) 'string/memcpy.c'; else $(CYGPATH_W) '$(srcdir)/string/memcpy.c'; fi`
1153 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcpy.Tpo $(DEPDIR)/memcpy.Po
1154 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcpy.c' object='memcpy.obj' libtool=no @AMDEPBACKSLASH@
1155 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1156 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcpy.obj `if test -f 'string/memcpy.c'; then $(CYGPATH_W) 'string/memcpy.c'; else $(CYGPATH_W) '$(srcdir)/string/memcpy.c'; fi`
1157
1158 memcpypgm2ram.o: string/memcpypgm2ram.c
1159 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcpypgm2ram.o -MD -MP -MF $(DEPDIR)/memcpypgm2ram.Tpo -c -o memcpypgm2ram.o `test -f 'string/memcpypgm2ram.c' || echo '$(srcdir)/'`string/memcpypgm2ram.c
1160 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcpypgm2ram.Tpo $(DEPDIR)/memcpypgm2ram.Po
1161 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcpypgm2ram.c' object='memcpypgm2ram.o' libtool=no @AMDEPBACKSLASH@
1162 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1163 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcpypgm2ram.o `test -f 'string/memcpypgm2ram.c' || echo '$(srcdir)/'`string/memcpypgm2ram.c
1164
1165 memcpypgm2ram.obj: string/memcpypgm2ram.c
1166 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcpypgm2ram.obj -MD -MP -MF $(DEPDIR)/memcpypgm2ram.Tpo -c -o memcpypgm2ram.obj `if test -f 'string/memcpypgm2ram.c'; then $(CYGPATH_W) 'string/memcpypgm2ram.c'; else $(CYGPATH_W) '$(srcdir)/string/memcpypgm2ram.c'; fi`
1167 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcpypgm2ram.Tpo $(DEPDIR)/memcpypgm2ram.Po
1168 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcpypgm2ram.c' object='memcpypgm2ram.obj' libtool=no @AMDEPBACKSLASH@
1169 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1170 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcpypgm2ram.obj `if test -f 'string/memcpypgm2ram.c'; then $(CYGPATH_W) 'string/memcpypgm2ram.c'; else $(CYGPATH_W) '$(srcdir)/string/memcpypgm2ram.c'; fi`
1171
1172 memcpyram2ram.o: string/memcpyram2ram.c
1173 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcpyram2ram.o -MD -MP -MF $(DEPDIR)/memcpyram2ram.Tpo -c -o memcpyram2ram.o `test -f 'string/memcpyram2ram.c' || echo '$(srcdir)/'`string/memcpyram2ram.c
1174 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcpyram2ram.Tpo $(DEPDIR)/memcpyram2ram.Po
1175 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcpyram2ram.c' object='memcpyram2ram.o' libtool=no @AMDEPBACKSLASH@
1176 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1177 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcpyram2ram.o `test -f 'string/memcpyram2ram.c' || echo '$(srcdir)/'`string/memcpyram2ram.c
1178
1179 memcpyram2ram.obj: string/memcpyram2ram.c
1180 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memcpyram2ram.obj -MD -MP -MF $(DEPDIR)/memcpyram2ram.Tpo -c -o memcpyram2ram.obj `if test -f 'string/memcpyram2ram.c'; then $(CYGPATH_W) 'string/memcpyram2ram.c'; else $(CYGPATH_W) '$(srcdir)/string/memcpyram2ram.c'; fi`
1181 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memcpyram2ram.Tpo $(DEPDIR)/memcpyram2ram.Po
1182 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memcpyram2ram.c' object='memcpyram2ram.obj' libtool=no @AMDEPBACKSLASH@
1183 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1184 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memcpyram2ram.obj `if test -f 'string/memcpyram2ram.c'; then $(CYGPATH_W) 'string/memcpyram2ram.c'; else $(CYGPATH_W) '$(srcdir)/string/memcpyram2ram.c'; fi`
1185
1186 memmove.o: string/memmove.c
1187 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memmove.o -MD -MP -MF $(DEPDIR)/memmove.Tpo -c -o memmove.o `test -f 'string/memmove.c' || echo '$(srcdir)/'`string/memmove.c
1188 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memmove.Tpo $(DEPDIR)/memmove.Po
1189 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memmove.c' object='memmove.o' libtool=no @AMDEPBACKSLASH@
1190 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1191 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memmove.o `test -f 'string/memmove.c' || echo '$(srcdir)/'`string/memmove.c
1192
1193 memmove.obj: string/memmove.c
1194 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memmove.obj -MD -MP -MF $(DEPDIR)/memmove.Tpo -c -o memmove.obj `if test -f 'string/memmove.c'; then $(CYGPATH_W) 'string/memmove.c'; else $(CYGPATH_W) '$(srcdir)/string/memmove.c'; fi`
1195 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memmove.Tpo $(DEPDIR)/memmove.Po
1196 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memmove.c' object='memmove.obj' libtool=no @AMDEPBACKSLASH@
1197 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1198 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memmove.obj `if test -f 'string/memmove.c'; then $(CYGPATH_W) 'string/memmove.c'; else $(CYGPATH_W) '$(srcdir)/string/memmove.c'; fi`
1199
1200 memrchr.o: string/memrchr.c
1201 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memrchr.o -MD -MP -MF $(DEPDIR)/memrchr.Tpo -c -o memrchr.o `test -f 'string/memrchr.c' || echo '$(srcdir)/'`string/memrchr.c
1202 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memrchr.Tpo $(DEPDIR)/memrchr.Po
1203 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memrchr.c' object='memrchr.o' libtool=no @AMDEPBACKSLASH@
1204 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1205 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memrchr.o `test -f 'string/memrchr.c' || echo '$(srcdir)/'`string/memrchr.c
1206
1207 memrchr.obj: string/memrchr.c
1208 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memrchr.obj -MD -MP -MF $(DEPDIR)/memrchr.Tpo -c -o memrchr.obj `if test -f 'string/memrchr.c'; then $(CYGPATH_W) 'string/memrchr.c'; else $(CYGPATH_W) '$(srcdir)/string/memrchr.c'; fi`
1209 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memrchr.Tpo $(DEPDIR)/memrchr.Po
1210 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memrchr.c' object='memrchr.obj' libtool=no @AMDEPBACKSLASH@
1211 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1212 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memrchr.obj `if test -f 'string/memrchr.c'; then $(CYGPATH_W) 'string/memrchr.c'; else $(CYGPATH_W) '$(srcdir)/string/memrchr.c'; fi`
1213
1214 memset.o: string/memset.c
1215 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memset.o -MD -MP -MF $(DEPDIR)/memset.Tpo -c -o memset.o `test -f 'string/memset.c' || echo '$(srcdir)/'`string/memset.c
1216 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memset.Tpo $(DEPDIR)/memset.Po
1217 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memset.c' object='memset.o' libtool=no @AMDEPBACKSLASH@
1218 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1219 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memset.o `test -f 'string/memset.c' || echo '$(srcdir)/'`string/memset.c
1220
1221 memset.obj: string/memset.c
1222 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memset.obj -MD -MP -MF $(DEPDIR)/memset.Tpo -c -o memset.obj `if test -f 'string/memset.c'; then $(CYGPATH_W) 'string/memset.c'; else $(CYGPATH_W) '$(srcdir)/string/memset.c'; fi`
1223 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/memset.Tpo $(DEPDIR)/memset.Po
1224 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/memset.c' object='memset.obj' libtool=no @AMDEPBACKSLASH@
1225 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1226 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memset.obj `if test -f 'string/memset.c'; then $(CYGPATH_W) 'string/memset.c'; else $(CYGPATH_W) '$(srcdir)/string/memset.c'; fi`
1227
1228 strcat.o: string/strcat.c
1229 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcat.o -MD -MP -MF $(DEPDIR)/strcat.Tpo -c -o strcat.o `test -f 'string/strcat.c' || echo '$(srcdir)/'`string/strcat.c
1230 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcat.Tpo $(DEPDIR)/strcat.Po
1231 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcat.c' object='strcat.o' libtool=no @AMDEPBACKSLASH@
1232 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1233 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcat.o `test -f 'string/strcat.c' || echo '$(srcdir)/'`string/strcat.c
1234
1235 strcat.obj: string/strcat.c
1236 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcat.obj -MD -MP -MF $(DEPDIR)/strcat.Tpo -c -o strcat.obj `if test -f 'string/strcat.c'; then $(CYGPATH_W) 'string/strcat.c'; else $(CYGPATH_W) '$(srcdir)/string/strcat.c'; fi`
1237 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcat.Tpo $(DEPDIR)/strcat.Po
1238 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcat.c' object='strcat.obj' libtool=no @AMDEPBACKSLASH@
1239 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1240 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcat.obj `if test -f 'string/strcat.c'; then $(CYGPATH_W) 'string/strcat.c'; else $(CYGPATH_W) '$(srcdir)/string/strcat.c'; fi`
1241
1242 strchr.o: string/strchr.c
1243 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strchr.o -MD -MP -MF $(DEPDIR)/strchr.Tpo -c -o strchr.o `test -f 'string/strchr.c' || echo '$(srcdir)/'`string/strchr.c
1244 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strchr.Tpo $(DEPDIR)/strchr.Po
1245 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strchr.c' object='strchr.o' libtool=no @AMDEPBACKSLASH@
1246 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1247 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strchr.o `test -f 'string/strchr.c' || echo '$(srcdir)/'`string/strchr.c
1248
1249 strchr.obj: string/strchr.c
1250 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strchr.obj -MD -MP -MF $(DEPDIR)/strchr.Tpo -c -o strchr.obj `if test -f 'string/strchr.c'; then $(CYGPATH_W) 'string/strchr.c'; else $(CYGPATH_W) '$(srcdir)/string/strchr.c'; fi`
1251 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strchr.Tpo $(DEPDIR)/strchr.Po
1252 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strchr.c' object='strchr.obj' libtool=no @AMDEPBACKSLASH@
1253 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1254 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strchr.obj `if test -f 'string/strchr.c'; then $(CYGPATH_W) 'string/strchr.c'; else $(CYGPATH_W) '$(srcdir)/string/strchr.c'; fi`
1255
1256 strcmp.o: string/strcmp.c
1257 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcmp.o -MD -MP -MF $(DEPDIR)/strcmp.Tpo -c -o strcmp.o `test -f 'string/strcmp.c' || echo '$(srcdir)/'`string/strcmp.c
1258 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcmp.Tpo $(DEPDIR)/strcmp.Po
1259 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcmp.c' object='strcmp.o' libtool=no @AMDEPBACKSLASH@
1260 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1261 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcmp.o `test -f 'string/strcmp.c' || echo '$(srcdir)/'`string/strcmp.c
1262
1263 strcmp.obj: string/strcmp.c
1264 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcmp.obj -MD -MP -MF $(DEPDIR)/strcmp.Tpo -c -o strcmp.obj `if test -f 'string/strcmp.c'; then $(CYGPATH_W) 'string/strcmp.c'; else $(CYGPATH_W) '$(srcdir)/string/strcmp.c'; fi`
1265 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcmp.Tpo $(DEPDIR)/strcmp.Po
1266 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcmp.c' object='strcmp.obj' libtool=no @AMDEPBACKSLASH@
1267 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1268 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcmp.obj `if test -f 'string/strcmp.c'; then $(CYGPATH_W) 'string/strcmp.c'; else $(CYGPATH_W) '$(srcdir)/string/strcmp.c'; fi`
1269
1270 strcpy.o: string/strcpy.c
1271 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcpy.o -MD -MP -MF $(DEPDIR)/strcpy.Tpo -c -o strcpy.o `test -f 'string/strcpy.c' || echo '$(srcdir)/'`string/strcpy.c
1272 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcpy.Tpo $(DEPDIR)/strcpy.Po
1273 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcpy.c' object='strcpy.o' libtool=no @AMDEPBACKSLASH@
1274 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1275 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcpy.o `test -f 'string/strcpy.c' || echo '$(srcdir)/'`string/strcpy.c
1276
1277 strcpy.obj: string/strcpy.c
1278 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcpy.obj -MD -MP -MF $(DEPDIR)/strcpy.Tpo -c -o strcpy.obj `if test -f 'string/strcpy.c'; then $(CYGPATH_W) 'string/strcpy.c'; else $(CYGPATH_W) '$(srcdir)/string/strcpy.c'; fi`
1279 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcpy.Tpo $(DEPDIR)/strcpy.Po
1280 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcpy.c' object='strcpy.obj' libtool=no @AMDEPBACKSLASH@
1281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1282 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcpy.obj `if test -f 'string/strcpy.c'; then $(CYGPATH_W) 'string/strcpy.c'; else $(CYGPATH_W) '$(srcdir)/string/strcpy.c'; fi`
1283
1284 strcspn.o: string/strcspn.c
1285 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcspn.o -MD -MP -MF $(DEPDIR)/strcspn.Tpo -c -o strcspn.o `test -f 'string/strcspn.c' || echo '$(srcdir)/'`string/strcspn.c
1286 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcspn.Tpo $(DEPDIR)/strcspn.Po
1287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcspn.c' object='strcspn.o' libtool=no @AMDEPBACKSLASH@
1288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1289 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcspn.o `test -f 'string/strcspn.c' || echo '$(srcdir)/'`string/strcspn.c
1290
1291 strcspn.obj: string/strcspn.c
1292 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strcspn.obj -MD -MP -MF $(DEPDIR)/strcspn.Tpo -c -o strcspn.obj `if test -f 'string/strcspn.c'; then $(CYGPATH_W) 'string/strcspn.c'; else $(CYGPATH_W) '$(srcdir)/string/strcspn.c'; fi`
1293 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strcspn.Tpo $(DEPDIR)/strcspn.Po
1294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strcspn.c' object='strcspn.obj' libtool=no @AMDEPBACKSLASH@
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1296 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strcspn.obj `if test -f 'string/strcspn.c'; then $(CYGPATH_W) 'string/strcspn.c'; else $(CYGPATH_W) '$(srcdir)/string/strcspn.c'; fi`
1297
1298 strlen.o: string/strlen.c
1299 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlen.o -MD -MP -MF $(DEPDIR)/strlen.Tpo -c -o strlen.o `test -f 'string/strlen.c' || echo '$(srcdir)/'`string/strlen.c
1300 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlen.Tpo $(DEPDIR)/strlen.Po
1301 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strlen.c' object='strlen.o' libtool=no @AMDEPBACKSLASH@
1302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1303 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlen.o `test -f 'string/strlen.c' || echo '$(srcdir)/'`string/strlen.c
1304
1305 strlen.obj: string/strlen.c
1306 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlen.obj -MD -MP -MF $(DEPDIR)/strlen.Tpo -c -o strlen.obj `if test -f 'string/strlen.c'; then $(CYGPATH_W) 'string/strlen.c'; else $(CYGPATH_W) '$(srcdir)/string/strlen.c'; fi`
1307 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlen.Tpo $(DEPDIR)/strlen.Po
1308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strlen.c' object='strlen.obj' libtool=no @AMDEPBACKSLASH@
1309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1310 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlen.obj `if test -f 'string/strlen.c'; then $(CYGPATH_W) 'string/strlen.c'; else $(CYGPATH_W) '$(srcdir)/string/strlen.c'; fi`
1311
1312 strlwr.o: string/strlwr.c
1313 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlwr.o -MD -MP -MF $(DEPDIR)/strlwr.Tpo -c -o strlwr.o `test -f 'string/strlwr.c' || echo '$(srcdir)/'`string/strlwr.c
1314 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlwr.Tpo $(DEPDIR)/strlwr.Po
1315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strlwr.c' object='strlwr.o' libtool=no @AMDEPBACKSLASH@
1316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1317 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlwr.o `test -f 'string/strlwr.c' || echo '$(srcdir)/'`string/strlwr.c
1318
1319 strlwr.obj: string/strlwr.c
1320 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlwr.obj -MD -MP -MF $(DEPDIR)/strlwr.Tpo -c -o strlwr.obj `if test -f 'string/strlwr.c'; then $(CYGPATH_W) 'string/strlwr.c'; else $(CYGPATH_W) '$(srcdir)/string/strlwr.c'; fi`
1321 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlwr.Tpo $(DEPDIR)/strlwr.Po
1322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strlwr.c' object='strlwr.obj' libtool=no @AMDEPBACKSLASH@
1323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1324 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlwr.obj `if test -f 'string/strlwr.c'; then $(CYGPATH_W) 'string/strlwr.c'; else $(CYGPATH_W) '$(srcdir)/string/strlwr.c'; fi`
1325
1326 strncat.o: string/strncat.c
1327 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strncat.o -MD -MP -MF $(DEPDIR)/strncat.Tpo -c -o strncat.o `test -f 'string/strncat.c' || echo '$(srcdir)/'`string/strncat.c
1328 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strncat.Tpo $(DEPDIR)/strncat.Po
1329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strncat.c' object='strncat.o' libtool=no @AMDEPBACKSLASH@
1330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1331 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strncat.o `test -f 'string/strncat.c' || echo '$(srcdir)/'`string/strncat.c
1332
1333 strncat.obj: string/strncat.c
1334 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strncat.obj -MD -MP -MF $(DEPDIR)/strncat.Tpo -c -o strncat.obj `if test -f 'string/strncat.c'; then $(CYGPATH_W) 'string/strncat.c'; else $(CYGPATH_W) '$(srcdir)/string/strncat.c'; fi`
1335 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strncat.Tpo $(DEPDIR)/strncat.Po
1336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strncat.c' object='strncat.obj' libtool=no @AMDEPBACKSLASH@
1337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1338 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strncat.obj `if test -f 'string/strncat.c'; then $(CYGPATH_W) 'string/strncat.c'; else $(CYGPATH_W) '$(srcdir)/string/strncat.c'; fi`
1339
1340 strncmp.o: string/strncmp.c
1341 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strncmp.o -MD -MP -MF $(DEPDIR)/strncmp.Tpo -c -o strncmp.o `test -f 'string/strncmp.c' || echo '$(srcdir)/'`string/strncmp.c
1342 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strncmp.Tpo $(DEPDIR)/strncmp.Po
1343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strncmp.c' object='strncmp.o' libtool=no @AMDEPBACKSLASH@
1344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1345 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strncmp.o `test -f 'string/strncmp.c' || echo '$(srcdir)/'`string/strncmp.c
1346
1347 strncmp.obj: string/strncmp.c
1348 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strncmp.obj -MD -MP -MF $(DEPDIR)/strncmp.Tpo -c -o strncmp.obj `if test -f 'string/strncmp.c'; then $(CYGPATH_W) 'string/strncmp.c'; else $(CYGPATH_W) '$(srcdir)/string/strncmp.c'; fi`
1349 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strncmp.Tpo $(DEPDIR)/strncmp.Po
1350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strncmp.c' object='strncmp.obj' libtool=no @AMDEPBACKSLASH@
1351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1352 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strncmp.obj `if test -f 'string/strncmp.c'; then $(CYGPATH_W) 'string/strncmp.c'; else $(CYGPATH_W) '$(srcdir)/string/strncmp.c'; fi`
1353
1354 strncpy.o: string/strncpy.c
1355 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strncpy.o -MD -MP -MF $(DEPDIR)/strncpy.Tpo -c -o strncpy.o `test -f 'string/strncpy.c' || echo '$(srcdir)/'`string/strncpy.c
1356 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strncpy.Tpo $(DEPDIR)/strncpy.Po
1357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strncpy.c' object='strncpy.o' libtool=no @AMDEPBACKSLASH@
1358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1359 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strncpy.o `test -f 'string/strncpy.c' || echo '$(srcdir)/'`string/strncpy.c
1360
1361 strncpy.obj: string/strncpy.c
1362 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strncpy.obj -MD -MP -MF $(DEPDIR)/strncpy.Tpo -c -o strncpy.obj `if test -f 'string/strncpy.c'; then $(CYGPATH_W) 'string/strncpy.c'; else $(CYGPATH_W) '$(srcdir)/string/strncpy.c'; fi`
1363 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strncpy.Tpo $(DEPDIR)/strncpy.Po
1364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strncpy.c' object='strncpy.obj' libtool=no @AMDEPBACKSLASH@
1365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1366 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strncpy.obj `if test -f 'string/strncpy.c'; then $(CYGPATH_W) 'string/strncpy.c'; else $(CYGPATH_W) '$(srcdir)/string/strncpy.c'; fi`
1367
1368 strpbrk.o: string/strpbrk.c
1369 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strpbrk.o -MD -MP -MF $(DEPDIR)/strpbrk.Tpo -c -o strpbrk.o `test -f 'string/strpbrk.c' || echo '$(srcdir)/'`string/strpbrk.c
1370 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strpbrk.Tpo $(DEPDIR)/strpbrk.Po
1371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strpbrk.c' object='strpbrk.o' libtool=no @AMDEPBACKSLASH@
1372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1373 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strpbrk.o `test -f 'string/strpbrk.c' || echo '$(srcdir)/'`string/strpbrk.c
1374
1375 strpbrk.obj: string/strpbrk.c
1376 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strpbrk.obj -MD -MP -MF $(DEPDIR)/strpbrk.Tpo -c -o strpbrk.obj `if test -f 'string/strpbrk.c'; then $(CYGPATH_W) 'string/strpbrk.c'; else $(CYGPATH_W) '$(srcdir)/string/strpbrk.c'; fi`
1377 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strpbrk.Tpo $(DEPDIR)/strpbrk.Po
1378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strpbrk.c' object='strpbrk.obj' libtool=no @AMDEPBACKSLASH@
1379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1380 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strpbrk.obj `if test -f 'string/strpbrk.c'; then $(CYGPATH_W) 'string/strpbrk.c'; else $(CYGPATH_W) '$(srcdir)/string/strpbrk.c'; fi`
1381
1382 strrchr.o: string/strrchr.c
1383 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strrchr.o -MD -MP -MF $(DEPDIR)/strrchr.Tpo -c -o strrchr.o `test -f 'string/strrchr.c' || echo '$(srcdir)/'`string/strrchr.c
1384 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strrchr.Tpo $(DEPDIR)/strrchr.Po
1385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strrchr.c' object='strrchr.o' libtool=no @AMDEPBACKSLASH@
1386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1387 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strrchr.o `test -f 'string/strrchr.c' || echo '$(srcdir)/'`string/strrchr.c
1388
1389 strrchr.obj: string/strrchr.c
1390 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strrchr.obj -MD -MP -MF $(DEPDIR)/strrchr.Tpo -c -o strrchr.obj `if test -f 'string/strrchr.c'; then $(CYGPATH_W) 'string/strrchr.c'; else $(CYGPATH_W) '$(srcdir)/string/strrchr.c'; fi`
1391 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strrchr.Tpo $(DEPDIR)/strrchr.Po
1392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strrchr.c' object='strrchr.obj' libtool=no @AMDEPBACKSLASH@
1393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1394 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strrchr.obj `if test -f 'string/strrchr.c'; then $(CYGPATH_W) 'string/strrchr.c'; else $(CYGPATH_W) '$(srcdir)/string/strrchr.c'; fi`
1395
1396 strspn.o: string/strspn.c
1397 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strspn.o -MD -MP -MF $(DEPDIR)/strspn.Tpo -c -o strspn.o `test -f 'string/strspn.c' || echo '$(srcdir)/'`string/strspn.c
1398 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strspn.Tpo $(DEPDIR)/strspn.Po
1399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strspn.c' object='strspn.o' libtool=no @AMDEPBACKSLASH@
1400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1401 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strspn.o `test -f 'string/strspn.c' || echo '$(srcdir)/'`string/strspn.c
1402
1403 strspn.obj: string/strspn.c
1404 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strspn.obj -MD -MP -MF $(DEPDIR)/strspn.Tpo -c -o strspn.obj `if test -f 'string/strspn.c'; then $(CYGPATH_W) 'string/strspn.c'; else $(CYGPATH_W) '$(srcdir)/string/strspn.c'; fi`
1405 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strspn.Tpo $(DEPDIR)/strspn.Po
1406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strspn.c' object='strspn.obj' libtool=no @AMDEPBACKSLASH@
1407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1408 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strspn.obj `if test -f 'string/strspn.c'; then $(CYGPATH_W) 'string/strspn.c'; else $(CYGPATH_W) '$(srcdir)/string/strspn.c'; fi`
1409
1410 strstr.o: string/strstr.c
1411 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strstr.o -MD -MP -MF $(DEPDIR)/strstr.Tpo -c -o strstr.o `test -f 'string/strstr.c' || echo '$(srcdir)/'`string/strstr.c
1412 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strstr.Tpo $(DEPDIR)/strstr.Po
1413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strstr.c' object='strstr.o' libtool=no @AMDEPBACKSLASH@
1414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1415 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strstr.o `test -f 'string/strstr.c' || echo '$(srcdir)/'`string/strstr.c
1416
1417 strstr.obj: string/strstr.c
1418 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strstr.obj -MD -MP -MF $(DEPDIR)/strstr.Tpo -c -o strstr.obj `if test -f 'string/strstr.c'; then $(CYGPATH_W) 'string/strstr.c'; else $(CYGPATH_W) '$(srcdir)/string/strstr.c'; fi`
1419 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strstr.Tpo $(DEPDIR)/strstr.Po
1420 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strstr.c' object='strstr.obj' libtool=no @AMDEPBACKSLASH@
1421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1422 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strstr.obj `if test -f 'string/strstr.c'; then $(CYGPATH_W) 'string/strstr.c'; else $(CYGPATH_W) '$(srcdir)/string/strstr.c'; fi`
1423
1424 strtok.o: string/strtok.c
1425 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtok.o -MD -MP -MF $(DEPDIR)/strtok.Tpo -c -o strtok.o `test -f 'string/strtok.c' || echo '$(srcdir)/'`string/strtok.c
1426 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strtok.Tpo $(DEPDIR)/strtok.Po
1427 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strtok.c' object='strtok.o' libtool=no @AMDEPBACKSLASH@
1428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1429 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtok.o `test -f 'string/strtok.c' || echo '$(srcdir)/'`string/strtok.c
1430
1431 strtok.obj: string/strtok.c
1432 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtok.obj -MD -MP -MF $(DEPDIR)/strtok.Tpo -c -o strtok.obj `if test -f 'string/strtok.c'; then $(CYGPATH_W) 'string/strtok.c'; else $(CYGPATH_W) '$(srcdir)/string/strtok.c'; fi`
1433 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strtok.Tpo $(DEPDIR)/strtok.Po
1434 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strtok.c' object='strtok.obj' libtool=no @AMDEPBACKSLASH@
1435 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1436 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtok.obj `if test -f 'string/strtok.c'; then $(CYGPATH_W) 'string/strtok.c'; else $(CYGPATH_W) '$(srcdir)/string/strtok.c'; fi`
1437
1438 strupr.o: string/strupr.c
1439 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strupr.o -MD -MP -MF $(DEPDIR)/strupr.Tpo -c -o strupr.o `test -f 'string/strupr.c' || echo '$(srcdir)/'`string/strupr.c
1440 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strupr.Tpo $(DEPDIR)/strupr.Po
1441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strupr.c' object='strupr.o' libtool=no @AMDEPBACKSLASH@
1442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1443 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strupr.o `test -f 'string/strupr.c' || echo '$(srcdir)/'`string/strupr.c
1444
1445 strupr.obj: string/strupr.c
1446 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strupr.obj -MD -MP -MF $(DEPDIR)/strupr.Tpo -c -o strupr.obj `if test -f 'string/strupr.c'; then $(CYGPATH_W) 'string/strupr.c'; else $(CYGPATH_W) '$(srcdir)/string/strupr.c'; fi`
1447 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strupr.Tpo $(DEPDIR)/strupr.Po
1448 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='string/strupr.c' object='strupr.obj' libtool=no @AMDEPBACKSLASH@
1449 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1450 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strupr.obj `if test -f 'string/strupr.c'; then $(CYGPATH_W) 'string/strupr.c'; else $(CYGPATH_W) '$(srcdir)/string/strupr.c'; fi`
1451
1452 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1453         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1454         unique=`for i in $$list; do \
1455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1456           done | \
1457           $(AWK) '    { files[$$0] = 1; } \
1458                END { for (i in files) print i; }'`; \
1459         mkid -fID $$unique
1460 tags: TAGS
1461
1462 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1463                 $(TAGS_FILES) $(LISP)
1464         tags=; \
1465         here=`pwd`; \
1466         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1467         unique=`for i in $$list; do \
1468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1469           done | \
1470           $(AWK) '    { files[$$0] = 1; } \
1471                END { for (i in files) print i; }'`; \
1472         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1473           test -n "$$unique" || unique=$$empty_fix; \
1474           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1475             $$tags $$unique; \
1476         fi
1477 ctags: CTAGS
1478 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1479                 $(TAGS_FILES) $(LISP)
1480         tags=; \
1481         here=`pwd`; \
1482         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1483         unique=`for i in $$list; do \
1484             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1485           done | \
1486           $(AWK) '    { files[$$0] = 1; } \
1487                END { for (i in files) print i; }'`; \
1488         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1489           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1490              $$tags $$unique
1491
1492 GTAGS:
1493         here=`$(am__cd) $(top_builddir) && pwd` \
1494           && cd $(top_srcdir) \
1495           && gtags -i $(GTAGS_ARGS) $$here
1496
1497 distclean-tags:
1498         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1499
1500 distdir: $(DISTFILES)
1501         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1502         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1503         list='$(DISTFILES)'; \
1504           dist_files=`for file in $$list; do echo $$file; done | \
1505           sed -e "s|^$$srcdirstrip/||;t" \
1506               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1507         case $$dist_files in \
1508           */*) $(MKDIR_P) `echo "$$dist_files" | \
1509                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1510                            sort -u` ;; \
1511         esac; \
1512         for file in $$dist_files; do \
1513           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1514           if test -d $$d/$$file; then \
1515             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1516             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1517               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1518             fi; \
1519             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1520           else \
1521             test -f $(distdir)/$$file \
1522             || cp -p $$d/$$file $(distdir)/$$file \
1523             || exit 1; \
1524           fi; \
1525         done
1526 check-am: all-am
1527 check: check-am
1528 all-am: Makefile $(LIBRARIES)
1529 installdirs:
1530         for dir in "$(DESTDIR)$(libdir)"; do \
1531           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1532         done
1533 install: install-am
1534 install-exec: install-exec-am
1535 install-data: install-data-am
1536 uninstall: uninstall-am
1537
1538 install-am: all-am
1539         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1540
1541 installcheck: installcheck-am
1542 install-strip:
1543         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1544           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1545           `test -z '$(STRIP)' || \
1546             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1547 mostlyclean-generic:
1548
1549 clean-generic:
1550
1551 distclean-generic:
1552         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1553
1554 maintainer-clean-generic:
1555         @echo "This command is intended for maintainers to use"
1556         @echo "it deletes files that may require special tools to rebuild."
1557 clean: clean-am
1558
1559 clean-am: clean-generic clean-libLIBRARIES clean-local mostlyclean-am
1560
1561 distclean: distclean-am
1562         -rm -rf ./$(DEPDIR)
1563         -rm -f Makefile
1564 distclean-am: clean-am distclean-compile distclean-generic \
1565         distclean-tags
1566
1567 dvi: dvi-am
1568
1569 dvi-am:
1570
1571 html: html-am
1572
1573 info: info-am
1574
1575 info-am:
1576
1577 install-data-am:
1578
1579 install-dvi: install-dvi-am
1580
1581 install-exec-am: install-libLIBRARIES
1582
1583 install-html: install-html-am
1584
1585 install-info: install-info-am
1586
1587 install-man:
1588
1589 install-pdf: install-pdf-am
1590
1591 install-ps: install-ps-am
1592
1593 installcheck-am:
1594
1595 maintainer-clean: maintainer-clean-am
1596         -rm -rf ./$(DEPDIR)
1597         -rm -f Makefile
1598 maintainer-clean-am: distclean-am maintainer-clean-generic
1599
1600 mostlyclean: mostlyclean-am
1601
1602 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1603
1604 pdf: pdf-am
1605
1606 pdf-am:
1607
1608 ps: ps-am
1609
1610 ps-am:
1611
1612 uninstall-am: uninstall-libLIBRARIES
1613
1614 .MAKE: install-am install-strip
1615
1616 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1617         clean-libLIBRARIES clean-local ctags distclean \
1618         distclean-compile distclean-generic distclean-tags distdir dvi \
1619         dvi-am html html-am info info-am install install-am \
1620         install-data install-data-am install-dvi install-dvi-am \
1621         install-exec install-exec-am install-html install-html-am \
1622         install-info install-info-am install-libLIBRARIES install-man \
1623         install-pdf install-pdf-am install-ps install-ps-am \
1624         install-strip installcheck installcheck-am installdirs \
1625         maintainer-clean maintainer-clean-generic mostlyclean \
1626         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1627         tags uninstall uninstall-am uninstall-libLIBRARIES
1628
1629
1630 clean-local:
1631         $(RM) *.asm;
1632         $(RM) *.lst;
1633
1634 clean-intermediate: clean-local
1635         list='$(SUBDIRS)'; for subdir in $$list; do \
1636           echo "Making $@ in $$subdir"; \
1637           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@); \
1638         done
1639 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1640 # Otherwise a system limit (for SysV at least) may be exceeded.
1641 .NOEXPORT: