1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
4 # Copyright (C) 1994-2021 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.
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
19 if
test -z
'$(MAKELEVEL)'; then \
21 elif
test -n
'$(MAKE_HOST)'; then \
23 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
29 am__make_running_with_option
= \
30 case
$${target_option-
} in \
32 *) echo
"am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
37 sane_makeflags
=$$MAKEFLAGS; \
38 if
$(am__is_gnu_make
); then \
39 sane_makeflags
=$$MFLAGS; \
44 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in
$$sane_makeflags; do \
54 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
57 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
58 -*I?
*) strip_trailopt
'I';; \
59 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
60 -*O?
*) strip_trailopt
'O';; \
61 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
62 -*l?
*) strip_trailopt
'l';; \
63 -[dEDm
]) skip_next
=yes
;; \
64 -[JT
]) skip_next
=yes
;; \
67 *$$target_option*) has_opt
=yes
; break
;; \
71 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
72 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
73 pkgdatadir
= $(datadir)/@PACKAGE@
74 pkgincludedir
= $(includedir)/@PACKAGE@
75 pkglibdir
= $(libdir)/@PACKAGE@
76 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
77 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA
= $(install_sh
) -c
-m
644
79 install_sh_PROGRAM
= $(install_sh
) -c
80 install_sh_SCRIPT
= $(install_sh
) -c
81 INSTALL_HEADER
= $(INSTALL_DATA
)
82 transform
= $(program_transform_name
)
90 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
91 am__aclocal_m4_deps
= \
92 $(top_srcdir
)/..
/..
/non-free
/lib
/pic16
/supported-devices.ac \
93 $(top_srcdir
)/..
/..
/non-free
/lib
/pic16
/processors.ac \
94 $(top_srcdir
)/configure.ac
95 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
97 DIST_COMMON
= $(srcdir)/Makefile.am
$(am__DIST_COMMON
)
98 mkinstalldirs
= $(install_sh
) -d
99 CONFIG_HEADER
= $(top_builddir
)/config.h
101 CONFIG_CLEAN_VPATH_FILES
=
102 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
103 am__vpath_adj
= case
$$p in \
104 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
107 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
109 am__nobase_strip_setup
= \
110 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
113 am__nobase_list
= $(am__nobase_strip_setup
); \
114 for p in
$$list; do echo
"$$p $$p"; done | \
115 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
116 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
117 if (++n[$$2] == $(am__install_max)) \
118 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
119 END { for (dir in files) print dir, files[dir] }'
121 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
122 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
123 am__uninstall_files_from_dir
= { \
125 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
126 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
127 $(am__cd
) "$$dir" && rm -f
$$files; }; \
129 am__installdirs
= "$(DESTDIR)$(libdir)"
130 LIBRARIES
= $(lib_LIBRARIES
)
131 AM_V_AR
= $(am__v_AR_@AM_V@
)
132 am__v_AR_
= $(am__v_AR_@AM_DEFAULT_V@
)
133 am__v_AR_0
= @echo
" AR " $@
;
135 libc18f_a_AR
= $(AR
) $(ARFLAGS
)
137 am_libc18f_a_OBJECTS
= isblank.
$(OBJEXT
) iscntrl.
$(OBJEXT
) \
138 isdigit.
$(OBJEXT
) isgraph.
$(OBJEXT
) islower.
$(OBJEXT
) \
139 isprint.
$(OBJEXT
) ispunct.
$(OBJEXT
) isspace.
$(OBJEXT
) \
140 isupper.
$(OBJEXT
) isxdigit.
$(OBJEXT
) delay100ktcy.
$(OBJEXT
) \
141 delay100tcy.
$(OBJEXT
) delay10ktcy.
$(OBJEXT
) \
142 delay10tcy.
$(OBJEXT
) delay1ktcy.
$(OBJEXT
) delay1mtcy.
$(OBJEXT
) \
143 fprintf.
$(OBJEXT
) printf.
$(OBJEXT
) printf_small.
$(OBJEXT
) \
144 printf_tiny.
$(OBJEXT
) putchar.
$(OBJEXT
) sprintf.
$(OBJEXT
) \
145 streams.
$(OBJEXT
) strmgpsim.
$(OBJEXT
) strmmssp.
$(OBJEXT
) \
146 strmputchar.
$(OBJEXT
) strmusart.
$(OBJEXT
) vfprintf.
$(OBJEXT
) \
147 vprintf.
$(OBJEXT
) vsprintf.
$(OBJEXT
) atof.
$(OBJEXT
) \
148 atoi.
$(OBJEXT
) atol.
$(OBJEXT
) atoll.
$(OBJEXT
) calloc.
$(OBJEXT
) \
149 crc16.
$(OBJEXT
) free.
$(OBJEXT
) g_ftoa.
$(OBJEXT
) itoa.
$(OBJEXT
) \
150 ltoa.
$(OBJEXT
) malloc.
$(OBJEXT
) memfree.
$(OBJEXT
) \
151 memfreemax.
$(OBJEXT
) memmisc.
$(OBJEXT
) setjmp.
$(OBJEXT
) \
152 rand.
$(OBJEXT
) realloc.
$(OBJEXT
) x_ftoa.
$(OBJEXT
) \
153 memccpy.
$(OBJEXT
) memchr.
$(OBJEXT
) memchrpgm.
$(OBJEXT
) \
154 memchrram.
$(OBJEXT
) memcmp.
$(OBJEXT
) memcpy.
$(OBJEXT
) \
155 memcpypgm2ram.
$(OBJEXT
) memcpyram2ram.
$(OBJEXT
) \
156 memmove.
$(OBJEXT
) memrchr.
$(OBJEXT
) memset.
$(OBJEXT
) \
157 strcat.
$(OBJEXT
) strchr.
$(OBJEXT
) strcmp.
$(OBJEXT
) \
158 strcpy.
$(OBJEXT
) strcspn.
$(OBJEXT
) strlen.
$(OBJEXT
) \
159 strlwr.
$(OBJEXT
) strncat.
$(OBJEXT
) strncmp.
$(OBJEXT
) \
160 strncpy.
$(OBJEXT
) strpbrk.
$(OBJEXT
) strrchr.
$(OBJEXT
) \
161 strspn.
$(OBJEXT
) strstr.
$(OBJEXT
) strtok.
$(OBJEXT
) \
162 strupr.
$(OBJEXT
) cnvfrac.
$(OBJEXT
) cnvint.
$(OBJEXT
) \
164 libc18f_a_OBJECTS
= $(am_libc18f_a_OBJECTS
)
165 AM_V_P
= $(am__v_P_@AM_V@
)
166 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
169 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
170 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
171 am__v_GEN_0
= @echo
" GEN " $@
;
173 AM_V_at
= $(am__v_at_@AM_V@
)
174 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
177 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
178 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
179 am__maybe_remake_depfiles
= depfiles
180 am__depfiles_remade
= .
/$(DEPDIR
)/atof.Po .
/$(DEPDIR
)/atoi.Po \
181 .
/$(DEPDIR
)/atol.Po .
/$(DEPDIR
)/atoll.Po .
/$(DEPDIR
)/calloc.Po \
182 .
/$(DEPDIR
)/cnvfrac.Po .
/$(DEPDIR
)/cnvint.Po \
183 .
/$(DEPDIR
)/crc16.Po .
/$(DEPDIR
)/cvtdec.Po \
184 .
/$(DEPDIR
)/delay100ktcy.Po .
/$(DEPDIR
)/delay100tcy.Po \
185 .
/$(DEPDIR
)/delay10ktcy.Po .
/$(DEPDIR
)/delay10tcy.Po \
186 .
/$(DEPDIR
)/delay1ktcy.Po .
/$(DEPDIR
)/delay1mtcy.Po \
187 .
/$(DEPDIR
)/fprintf.Po .
/$(DEPDIR
)/free.Po \
188 .
/$(DEPDIR
)/g_ftoa.Po .
/$(DEPDIR
)/isblank.Po \
189 .
/$(DEPDIR
)/iscntrl.Po .
/$(DEPDIR
)/isdigit.Po \
190 .
/$(DEPDIR
)/isgraph.Po .
/$(DEPDIR
)/islower.Po \
191 .
/$(DEPDIR
)/isprint.Po .
/$(DEPDIR
)/ispunct.Po \
192 .
/$(DEPDIR
)/isspace.Po .
/$(DEPDIR
)/isupper.Po \
193 .
/$(DEPDIR
)/isxdigit.Po .
/$(DEPDIR
)/itoa.Po \
194 .
/$(DEPDIR
)/ltoa.Po .
/$(DEPDIR
)/malloc.Po \
195 .
/$(DEPDIR
)/memccpy.Po .
/$(DEPDIR
)/memchr.Po \
196 .
/$(DEPDIR
)/memchrpgm.Po .
/$(DEPDIR
)/memchrram.Po \
197 .
/$(DEPDIR
)/memcmp.Po .
/$(DEPDIR
)/memcpy.Po \
198 .
/$(DEPDIR
)/memcpypgm2ram.Po .
/$(DEPDIR
)/memcpyram2ram.Po \
199 .
/$(DEPDIR
)/memfree.Po .
/$(DEPDIR
)/memfreemax.Po \
200 .
/$(DEPDIR
)/memmisc.Po .
/$(DEPDIR
)/memmove.Po \
201 .
/$(DEPDIR
)/memrchr.Po .
/$(DEPDIR
)/memset.Po \
202 .
/$(DEPDIR
)/printf.Po .
/$(DEPDIR
)/printf_small.Po \
203 .
/$(DEPDIR
)/printf_tiny.Po .
/$(DEPDIR
)/putchar.Po \
204 .
/$(DEPDIR
)/rand.Po .
/$(DEPDIR
)/realloc.Po \
205 .
/$(DEPDIR
)/setjmp.Po .
/$(DEPDIR
)/sprintf.Po \
206 .
/$(DEPDIR
)/strcat.Po .
/$(DEPDIR
)/strchr.Po \
207 .
/$(DEPDIR
)/strcmp.Po .
/$(DEPDIR
)/strcpy.Po \
208 .
/$(DEPDIR
)/strcspn.Po .
/$(DEPDIR
)/streams.Po \
209 .
/$(DEPDIR
)/strlen.Po .
/$(DEPDIR
)/strlwr.Po \
210 .
/$(DEPDIR
)/strmgpsim.Po .
/$(DEPDIR
)/strmmssp.Po \
211 .
/$(DEPDIR
)/strmputchar.Po .
/$(DEPDIR
)/strmusart.Po \
212 .
/$(DEPDIR
)/strncat.Po .
/$(DEPDIR
)/strncmp.Po \
213 .
/$(DEPDIR
)/strncpy.Po .
/$(DEPDIR
)/strpbrk.Po \
214 .
/$(DEPDIR
)/strrchr.Po .
/$(DEPDIR
)/strspn.Po \
215 .
/$(DEPDIR
)/strstr.Po .
/$(DEPDIR
)/strtok.Po \
216 .
/$(DEPDIR
)/strupr.Po .
/$(DEPDIR
)/vfprintf.Po \
217 .
/$(DEPDIR
)/vprintf.Po .
/$(DEPDIR
)/vsprintf.Po \
218 .
/$(DEPDIR
)/x_ftoa.Po
220 AM_V_lt
= $(am__v_lt_@AM_V@
)
221 am__v_lt_
= $(am__v_lt_@AM_DEFAULT_V@
)
222 am__v_lt_0
= --silent
224 CPPASCOMPILE
= $(CCAS
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
225 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CCASFLAGS
) $(CCASFLAGS
)
226 AM_V_CPPAS
= $(am__v_CPPAS_@AM_V@
)
227 am__v_CPPAS_
= $(am__v_CPPAS_@AM_DEFAULT_V@
)
228 am__v_CPPAS_0
= @echo
" CPPAS " $@
;
230 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
231 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
232 AM_V_CC
= $(am__v_CC_@AM_V@
)
233 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
234 am__v_CC_0
= @echo
" CC " $@
;
237 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
238 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
239 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
240 am__v_CCLD_0
= @echo
" CCLD " $@
;
242 SOURCES
= $(libc18f_a_SOURCES
)
243 DIST_SOURCES
= $(libc18f_a_SOURCES
)
244 am__can_run_installinfo
= \
245 case
$$AM_UPDATE_INFO_DIR in \
247 *) (install-info
--version
) >/dev
/null
2>&1;; \
249 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
250 # Read a list of newline-separated strings from the standard input,
251 # and print each of them once, without duplicates. Input order is
253 am__uniquify_input
= $(AWK
) '\
254 BEGIN { nonempty = 0; } \
255 { items[$$0] = 1; nonempty = 1; } \
256 END { if (nonempty) { for (i in items) print i; }; } \
258 # Make sure the list of sources is unique. This is necessary because,
259 # e.g., the same source file might be shared among _SOURCES variables
260 # for different programs/libraries.
261 am__define_uniq_tagged_files
= \
262 list
='$(am__tagged_files)'; \
263 unique
=`for i in $$list; do \
264 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265 done | $(am__uniquify_input)`
266 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(top_srcdir
)/Makefile.common \
267 $(top_srcdir
)/depcomp
268 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
271 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
275 AUTOCONF
= @AUTOCONF@
276 AUTOHEADER
= @AUTOHEADER@
277 AUTOMAKE
= @AUTOMAKE@
281 CCASDEPMODE
= @CCASDEPMODE@
282 CCASFLAGS
= @CCASFLAGS@
283 CCDEPMODE
= @CCDEPMODE@
287 CYGPATH_W
= @CYGPATH_W@
294 GOOD_PICS
= @GOOD_PICS@
296 INSTALL_DATA
= @INSTALL_DATA@
297 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
298 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
299 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
303 LTLIBOBJS
= @LTLIBOBJS@
305 MAKEINFO
= @MAKEINFO@
309 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
310 PACKAGE_NAME
= @PACKAGE_NAME@
311 PACKAGE_STRING
= @PACKAGE_STRING@
312 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
313 PACKAGE_URL
= @PACKAGE_URL@
314 PACKAGE_VERSION
= @PACKAGE_VERSION@
315 PATH_SEPARATOR
= @PATH_SEPARATOR@
317 SET_MAKE
= @SET_MAKE@
320 USE_FLOATS
= @USE_FLOATS@
322 abs_builddir
= @abs_builddir@
323 abs_srcdir
= @abs_srcdir@
324 abs_top_builddir
= @abs_top_builddir@
325 abs_top_srcdir
= @abs_top_srcdir@
326 am__include
= @am__include@
327 am__leading_dot
= @am__leading_dot@
328 am__quote
= @am__quote@
330 am__untar
= @am__untar@
332 build_alias
= @build_alias@
333 builddir
= @builddir@
335 datarootdir
= @datarootdir@
338 exec_prefix = @
exec_prefix@
339 host_alias
= @host_alias@
341 includedir = @
includedir@
343 install_sh
= @install_sh@
345 libexecdir
= @libexecdir@
346 localedir
= @localedir@
347 localstatedir
= @localstatedir@
350 oldincludedir = @
oldincludedir@
353 program_transform_name
= @program_transform_name@
355 runstatedir
= @runstatedir@
357 sharedstatedir
= @sharedstatedir@
359 sysconfdir
= @sysconfdir@
360 target_alias
= @target_alias@
361 top_build_prefix
= @top_build_prefix@
362 top_builddir
= @top_builddir@
363 top_srcdir
= @top_srcdir@
364 lib_LIBRARIES
= libc18f.a
365 libc18f_a_SOURCES
= ctype
/isblank.c ctype
/iscntrl.c ctype
/isdigit.c \
366 ctype
/isgraph.c ctype
/islower.c ctype
/isprint.c \
367 ctype
/ispunct.c ctype
/isspace.c ctype
/isupper.c \
368 ctype
/isxdigit.c delay
/delay100ktcy.S delay
/delay100tcy.S \
369 delay
/delay10ktcy.S delay
/delay10tcy.S delay
/delay1ktcy.S \
370 delay
/delay1mtcy.S stdio
/fprintf.c stdio
/printf.c \
371 stdio
/printf_small.c stdio
/printf_tiny.c stdio
/putchar.c \
372 stdio
/sprintf.c stdio
/streams.c stdio
/strmgpsim.c \
373 stdio
/strmmssp.c stdio
/strmputchar.c stdio
/strmusart.c \
374 stdio
/vfprintf.c stdio
/vprintf.c stdio
/vsprintf.c \
375 stdlib
/atof.c stdlib
/atoi.c stdlib
/atol.c ..
/..
/atoll.c \
376 stdlib
/calloc.c stdlib
/crc16.c stdlib
/free.c stdlib
/g_ftoa.S \
377 stdlib
/itoa.c stdlib
/ltoa.c stdlib
/malloc.c stdlib
/memfree.c \
378 stdlib
/memfreemax.c stdlib
/memmisc.c stdlib
/setjmp.c \
379 stdlib
/rand.c stdlib
/realloc.c stdlib
/x_ftoa.c \
380 string
/memccpy.c string
/memchr.c string
/memchrpgm.c \
381 string
/memchrram.c string
/memcmp.c string
/memcpy.c \
382 string
/memcpypgm2ram.c string
/memcpyram2ram.c string
/memmove.c \
383 string
/memrchr.c string
/memset.c string
/strcat.c \
384 string
/strchr.c string
/strcmp.c string
/strcpy.c \
385 string
/strcspn.c string
/strlen.c string
/strlwr.c \
386 string
/strncat.c string
/strncmp.c string
/strncpy.c \
387 string
/strpbrk.c string
/strrchr.c string
/strspn.c \
388 string
/strstr.c string
/strtok.c string
/strupr.c \
389 utils
/cnvfrac.S utils
/cnvint.S utils
/cvtdec.S
390 AM_CPPFLAGS
= -I.
-I
$(top_srcdir
)/..
/..
/include/pic16 \
391 -I
$(top_srcdir
)/..
/..
/include \
392 -I
$(top_srcdir
)/..
/..
/non-free
/include/pic16
393 #AM_CFLAGS += --no-optimize-goto
395 #AM_CFLAGS += --debug-ralloc
396 #AM_CFLAGS += --debug-xtra
397 #AM_CFLAGS += --pcode-verbose
399 #AM_CFLAGS += --nooverlay
400 #AM_CFLAGS += --nogcse
401 #AM_CFLAGS += --nolabelopt
402 #AM_CFLAGS += --noinvariant
403 #AM_CFLAGS += --noinduction
404 #AM_CFLAGS += --nojtbound
405 #AM_CFLAGS += --noloopreverse
406 AM_CFLAGS
= --std-c11
--asm
="$(CCAS)" --no-warn-non-free \
407 --fomit-frame-pointer
--obanksel
=9 --denable-peeps \
408 --optimize-cmp
--optimize-df
--i-code-in-asm @USE_FLOATS@
409 AM_CCASFLAGS
= -I
$(top_srcdir
)/..
/..
/include/pic16 \
410 -I
$(top_srcdir
)/..
/..
/include \
411 -I
$(top_srcdir
)/..
/..
/non-free
/include/pic16
-I
$(srcdir)
415 .SUFFIXES
: .S .c .o .obj
416 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(top_srcdir
)/Makefile.common
$(am__configure_deps
)
418 case
'$(am__configure_deps)' in \
420 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
421 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
425 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign libc/Makefile'; \
426 $(am__cd
) $(top_srcdir
) && \
427 $(AUTOMAKE
) --foreign libc
/Makefile
428 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
431 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
433 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
434 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__maybe_remake_depfiles
);; \
436 $(top_srcdir
)/Makefile.common
$(am__empty
):
438 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
439 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
441 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
442 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
443 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
444 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
445 $(am__aclocal_m4_deps
):
446 install-libLIBRARIES
: $(lib_LIBRARIES
)
448 @list
='$(lib_LIBRARIES)'; test -n
"$(libdir)" || list
=; \
449 list2
=; for p in
$$list; do \
450 if
test -f
$$p; then \
451 list2
="$$list2 $$p"; \
454 test -z
"$$list2" ||
{ \
455 echo
" $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
456 $(MKDIR_P
) "$(DESTDIR)$(libdir)" || exit
1; \
457 echo
" $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
458 $(INSTALL_DATA
) $$list2 "$(DESTDIR)$(libdir)" || exit
$$?
; }
460 @list
='$(lib_LIBRARIES)'; test -n
"$(libdir)" || list
=; \
461 for p in
$$list; do \
462 if
test -f
$$p; then \
464 echo
" ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
465 ( cd
"$(DESTDIR)$(libdir)" && $(RANLIB
) $$f ) || exit
$$?
; \
469 uninstall-libLIBRARIES
:
471 @list
='$(lib_LIBRARIES)'; test -n
"$(libdir)" || list
=; \
472 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
473 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir
)
476 -test -z
"$(lib_LIBRARIES)" ||
rm -f
$(lib_LIBRARIES
)
478 libc18f.a
: $(libc18f_a_OBJECTS
) $(libc18f_a_DEPENDENCIES
) $(EXTRA_libc18f_a_DEPENDENCIES
)
479 $(AM_V_at
)-rm -f libc18f.a
480 $(AM_V_AR
)$(libc18f_a_AR
) libc18f.a
$(libc18f_a_OBJECTS
) $(libc18f_a_LIBADD
)
481 $(AM_V_at
)$(RANLIB
) libc18f.a
489 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/atof.Po@am__quote@
# am--include-marker
490 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/atoi.Po@am__quote@
# am--include-marker
491 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/atol.Po@am__quote@
# am--include-marker
492 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/atoll.Po@am__quote@
# am--include-marker
493 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/calloc.Po@am__quote@
# am--include-marker
494 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cnvfrac.Po@am__quote@
# am--include-marker
495 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cnvint.Po@am__quote@
# am--include-marker
496 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/crc16.Po@am__quote@
# am--include-marker
497 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cvtdec.Po@am__quote@
# am--include-marker
498 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/delay100ktcy.Po@am__quote@
# am--include-marker
499 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/delay100tcy.Po@am__quote@
# am--include-marker
500 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/delay10ktcy.Po@am__quote@
# am--include-marker
501 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/delay10tcy.Po@am__quote@
# am--include-marker
502 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/delay1ktcy.Po@am__quote@
# am--include-marker
503 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/delay1mtcy.Po@am__quote@
# am--include-marker
504 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/fprintf.Po@am__quote@
# am--include-marker
505 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/free.Po@am__quote@
# am--include-marker
506 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/g_ftoa.Po@am__quote@
# am--include-marker
507 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isblank.Po@am__quote@
# am--include-marker
508 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/iscntrl.Po@am__quote@
# am--include-marker
509 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isdigit.Po@am__quote@
# am--include-marker
510 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isgraph.Po@am__quote@
# am--include-marker
511 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/islower.Po@am__quote@
# am--include-marker
512 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isprint.Po@am__quote@
# am--include-marker
513 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ispunct.Po@am__quote@
# am--include-marker
514 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isspace.Po@am__quote@
# am--include-marker
515 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isupper.Po@am__quote@
# am--include-marker
516 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/isxdigit.Po@am__quote@
# am--include-marker
517 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/itoa.Po@am__quote@
# am--include-marker
518 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ltoa.Po@am__quote@
# am--include-marker
519 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/malloc.Po@am__quote@
# am--include-marker
520 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memccpy.Po@am__quote@
# am--include-marker
521 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memchr.Po@am__quote@
# am--include-marker
522 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memchrpgm.Po@am__quote@
# am--include-marker
523 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memchrram.Po@am__quote@
# am--include-marker
524 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memcmp.Po@am__quote@
# am--include-marker
525 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memcpy.Po@am__quote@
# am--include-marker
526 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memcpypgm2ram.Po@am__quote@
# am--include-marker
527 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memcpyram2ram.Po@am__quote@
# am--include-marker
528 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memfree.Po@am__quote@
# am--include-marker
529 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memfreemax.Po@am__quote@
# am--include-marker
530 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memmisc.Po@am__quote@
# am--include-marker
531 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memmove.Po@am__quote@
# am--include-marker
532 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memrchr.Po@am__quote@
# am--include-marker
533 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/memset.Po@am__quote@
# am--include-marker
534 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/printf.Po@am__quote@
# am--include-marker
535 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/printf_small.Po@am__quote@
# am--include-marker
536 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/printf_tiny.Po@am__quote@
# am--include-marker
537 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/putchar.Po@am__quote@
# am--include-marker
538 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/rand.Po@am__quote@
# am--include-marker
539 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/realloc.Po@am__quote@
# am--include-marker
540 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/setjmp.Po@am__quote@
# am--include-marker
541 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/sprintf.Po@am__quote@
# am--include-marker
542 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcat.Po@am__quote@
# am--include-marker
543 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strchr.Po@am__quote@
# am--include-marker
544 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcmp.Po@am__quote@
# am--include-marker
545 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcpy.Po@am__quote@
# am--include-marker
546 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strcspn.Po@am__quote@
# am--include-marker
547 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/streams.Po@am__quote@
# am--include-marker
548 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strlen.Po@am__quote@
# am--include-marker
549 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strlwr.Po@am__quote@
# am--include-marker
550 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strmgpsim.Po@am__quote@
# am--include-marker
551 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strmmssp.Po@am__quote@
# am--include-marker
552 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strmputchar.Po@am__quote@
# am--include-marker
553 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strmusart.Po@am__quote@
# am--include-marker
554 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncat.Po@am__quote@
# am--include-marker
555 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncmp.Po@am__quote@
# am--include-marker
556 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strncpy.Po@am__quote@
# am--include-marker
557 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strpbrk.Po@am__quote@
# am--include-marker
558 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strrchr.Po@am__quote@
# am--include-marker
559 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strspn.Po@am__quote@
# am--include-marker
560 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strstr.Po@am__quote@
# am--include-marker
561 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strtok.Po@am__quote@
# am--include-marker
562 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/strupr.Po@am__quote@
# am--include-marker
563 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vfprintf.Po@am__quote@
# am--include-marker
564 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vprintf.Po@am__quote@
# am--include-marker
565 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/vsprintf.Po@am__quote@
# am--include-marker
566 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/x_ftoa.Po@am__quote@
# am--include-marker
568 $(am__depfiles_remade
):
570 @echo
'# dummy' >$@
-t
&& $(am__mv
) $@
-t
$@
572 am--depfiles
: $(am__depfiles_remade
)
575 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(CPPASCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
576 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
577 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
578 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
579 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(CPPASCOMPILE
) -c
-o
$@
$<
582 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(CPPASCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
583 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
584 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
585 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
586 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(CPPASCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
588 delay100ktcy.o
: delay
/delay100ktcy.S
589 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
590 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay100ktcy.Tpo
$(DEPDIR
)/delay100ktcy.Po
591 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay100ktcy.S' object
='delay100ktcy.o' libtool
=no @AMDEPBACKSLASH@
592 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
593 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
595 delay100ktcy.obj
: delay
/delay100ktcy.S
596 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
597 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay100ktcy.Tpo
$(DEPDIR
)/delay100ktcy.Po
598 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay100ktcy.S' object
='delay100ktcy.obj' libtool
=no @AMDEPBACKSLASH@
599 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
600 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
602 delay100tcy.o
: delay
/delay100tcy.S
603 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
604 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay100tcy.Tpo
$(DEPDIR
)/delay100tcy.Po
605 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay100tcy.S' object
='delay100tcy.o' libtool
=no @AMDEPBACKSLASH@
606 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
607 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
609 delay100tcy.obj
: delay
/delay100tcy.S
610 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
611 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay100tcy.Tpo
$(DEPDIR
)/delay100tcy.Po
612 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay100tcy.S' object
='delay100tcy.obj' libtool
=no @AMDEPBACKSLASH@
613 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
614 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
616 delay10ktcy.o
: delay
/delay10ktcy.S
617 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
618 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay10ktcy.Tpo
$(DEPDIR
)/delay10ktcy.Po
619 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay10ktcy.S' object
='delay10ktcy.o' libtool
=no @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
621 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
623 delay10ktcy.obj
: delay
/delay10ktcy.S
624 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
625 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay10ktcy.Tpo
$(DEPDIR
)/delay10ktcy.Po
626 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay10ktcy.S' object
='delay10ktcy.obj' libtool
=no @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
628 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
630 delay10tcy.o
: delay
/delay10tcy.S
631 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
632 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay10tcy.Tpo
$(DEPDIR
)/delay10tcy.Po
633 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay10tcy.S' object
='delay10tcy.o' libtool
=no @AMDEPBACKSLASH@
634 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
635 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
637 delay10tcy.obj
: delay
/delay10tcy.S
638 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
639 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay10tcy.Tpo
$(DEPDIR
)/delay10tcy.Po
640 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay10tcy.S' object
='delay10tcy.obj' libtool
=no @AMDEPBACKSLASH@
641 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
642 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
644 delay1ktcy.o
: delay
/delay1ktcy.S
645 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
646 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay1ktcy.Tpo
$(DEPDIR
)/delay1ktcy.Po
647 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay1ktcy.S' object
='delay1ktcy.o' libtool
=no @AMDEPBACKSLASH@
648 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
649 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
651 delay1ktcy.obj
: delay
/delay1ktcy.S
652 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
653 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay1ktcy.Tpo
$(DEPDIR
)/delay1ktcy.Po
654 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay1ktcy.S' object
='delay1ktcy.obj' libtool
=no @AMDEPBACKSLASH@
655 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
656 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
658 delay1mtcy.o
: delay
/delay1mtcy.S
659 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
660 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay1mtcy.Tpo
$(DEPDIR
)/delay1mtcy.Po
661 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay1mtcy.S' object
='delay1mtcy.o' libtool
=no @AMDEPBACKSLASH@
662 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
663 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
665 delay1mtcy.obj
: delay
/delay1mtcy.S
666 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
667 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/delay1mtcy.Tpo
$(DEPDIR
)/delay1mtcy.Po
668 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='delay/delay1mtcy.S' object
='delay1mtcy.obj' libtool
=no @AMDEPBACKSLASH@
669 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
670 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
672 g_ftoa.o
: stdlib
/g_ftoa.S
673 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
674 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/g_ftoa.Tpo
$(DEPDIR
)/g_ftoa.Po
675 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='stdlib/g_ftoa.S' object
='g_ftoa.o' libtool
=no @AMDEPBACKSLASH@
676 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
677 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
679 g_ftoa.obj
: stdlib
/g_ftoa.S
680 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
681 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/g_ftoa.Tpo
$(DEPDIR
)/g_ftoa.Po
682 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='stdlib/g_ftoa.S' object
='g_ftoa.obj' libtool
=no @AMDEPBACKSLASH@
683 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
684 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
686 cnvfrac.o
: utils
/cnvfrac.S
687 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
688 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/cnvfrac.Tpo
$(DEPDIR
)/cnvfrac.Po
689 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='utils/cnvfrac.S' object
='cnvfrac.o' libtool
=no @AMDEPBACKSLASH@
690 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
691 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
693 cnvfrac.obj
: utils
/cnvfrac.S
694 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
695 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/cnvfrac.Tpo
$(DEPDIR
)/cnvfrac.Po
696 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='utils/cnvfrac.S' object
='cnvfrac.obj' libtool
=no @AMDEPBACKSLASH@
697 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
698 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
700 cnvint.o
: utils
/cnvint.S
701 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
702 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/cnvint.Tpo
$(DEPDIR
)/cnvint.Po
703 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='utils/cnvint.S' object
='cnvint.o' libtool
=no @AMDEPBACKSLASH@
704 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
705 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
707 cnvint.obj
: utils
/cnvint.S
708 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
709 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/cnvint.Tpo
$(DEPDIR
)/cnvint.Po
710 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='utils/cnvint.S' object
='cnvint.obj' libtool
=no @AMDEPBACKSLASH@
711 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
712 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
714 cvtdec.o
: utils
/cvtdec.S
715 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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
716 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/cvtdec.Tpo
$(DEPDIR
)/cvtdec.Po
717 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='utils/cvtdec.S' object
='cvtdec.o' libtool
=no @AMDEPBACKSLASH@
718 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
719 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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
721 cvtdec.obj
: utils
/cvtdec.S
722 @am__fastdepCCAS_TRUE@
$(AM_V_CPPAS
)$(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`
723 @am__fastdepCCAS_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/cvtdec.Tpo
$(DEPDIR
)/cvtdec.Po
724 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@
$(AM_V_CPPAS
)source
='utils/cvtdec.S' object
='cvtdec.obj' libtool
=no @AMDEPBACKSLASH@
725 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR
=$(DEPDIR
) $(CCASDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
726 @am__fastdepCCAS_FALSE@
$(AM_V_CPPAS@am__nodep@
)$(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`
729 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
730 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
733 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
$<
736 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
737 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
740 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
742 isblank.o
: ctype
/isblank.c
743 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT isblank.o
-MD
-MP
-MF
$(DEPDIR
)/isblank.Tpo
-c
-o isblank.o
`test -f 'ctype/isblank.c' || echo '$(srcdir)/'`ctype
/isblank.c
744 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isblank.Tpo
$(DEPDIR
)/isblank.Po
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isblank.c' object
='isblank.o' libtool
=no @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
747 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o isblank.o
`test -f 'ctype/isblank.c' || echo '$(srcdir)/'`ctype
/isblank.c
749 isblank.obj
: ctype
/isblank.c
750 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT isblank.obj
-MD
-MP
-MF
$(DEPDIR
)/isblank.Tpo
-c
-o isblank.obj
`if test -f 'ctype/isblank.c'; then $(CYGPATH_W) 'ctype/isblank.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isblank.c'; fi`
751 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isblank.Tpo
$(DEPDIR
)/isblank.Po
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isblank.c' object
='isblank.obj' libtool
=no @AMDEPBACKSLASH@
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
754 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o isblank.obj
`if test -f 'ctype/isblank.c'; then $(CYGPATH_W) 'ctype/isblank.c'; else $(CYGPATH_W) '$(srcdir)/ctype/isblank.c'; fi`
756 iscntrl.o
: ctype
/iscntrl.c
757 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
758 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/iscntrl.Tpo
$(DEPDIR
)/iscntrl.Po
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/iscntrl.c' object
='iscntrl.o' libtool
=no @AMDEPBACKSLASH@
760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
761 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
763 iscntrl.obj
: ctype
/iscntrl.c
764 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
765 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/iscntrl.Tpo
$(DEPDIR
)/iscntrl.Po
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/iscntrl.c' object
='iscntrl.obj' libtool
=no @AMDEPBACKSLASH@
767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
768 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
770 isdigit.o
: ctype
/isdigit.c
771 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
772 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isdigit.Tpo
$(DEPDIR
)/isdigit.Po
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isdigit.c' object
='isdigit.o' libtool
=no @AMDEPBACKSLASH@
774 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
775 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
777 isdigit.obj
: ctype
/isdigit.c
778 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
779 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isdigit.Tpo
$(DEPDIR
)/isdigit.Po
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isdigit.c' object
='isdigit.obj' libtool
=no @AMDEPBACKSLASH@
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
782 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
784 isgraph.o
: ctype
/isgraph.c
785 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
786 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isgraph.Tpo
$(DEPDIR
)/isgraph.Po
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isgraph.c' object
='isgraph.o' libtool
=no @AMDEPBACKSLASH@
788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
789 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
791 isgraph.obj
: ctype
/isgraph.c
792 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
793 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isgraph.Tpo
$(DEPDIR
)/isgraph.Po
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isgraph.c' object
='isgraph.obj' libtool
=no @AMDEPBACKSLASH@
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
796 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
798 islower.o
: ctype
/islower.c
799 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
800 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/islower.Tpo
$(DEPDIR
)/islower.Po
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/islower.c' object
='islower.o' libtool
=no @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
803 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
805 islower.obj
: ctype
/islower.c
806 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
807 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/islower.Tpo
$(DEPDIR
)/islower.Po
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/islower.c' object
='islower.obj' libtool
=no @AMDEPBACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
810 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
812 isprint.o
: ctype
/isprint.c
813 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
814 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isprint.Tpo
$(DEPDIR
)/isprint.Po
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isprint.c' object
='isprint.o' libtool
=no @AMDEPBACKSLASH@
816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
817 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
819 isprint.obj
: ctype
/isprint.c
820 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
821 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isprint.Tpo
$(DEPDIR
)/isprint.Po
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isprint.c' object
='isprint.obj' libtool
=no @AMDEPBACKSLASH@
823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
824 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
826 ispunct.o
: ctype
/ispunct.c
827 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
828 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/ispunct.Tpo
$(DEPDIR
)/ispunct.Po
829 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/ispunct.c' object
='ispunct.o' libtool
=no @AMDEPBACKSLASH@
830 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
831 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
833 ispunct.obj
: ctype
/ispunct.c
834 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
835 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/ispunct.Tpo
$(DEPDIR
)/ispunct.Po
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/ispunct.c' object
='ispunct.obj' libtool
=no @AMDEPBACKSLASH@
837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
838 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
840 isspace.o
: ctype
/isspace.c
841 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
842 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isspace.Tpo
$(DEPDIR
)/isspace.Po
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isspace.c' object
='isspace.o' libtool
=no @AMDEPBACKSLASH@
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
845 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
847 isspace.obj
: ctype
/isspace.c
848 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
849 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isspace.Tpo
$(DEPDIR
)/isspace.Po
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isspace.c' object
='isspace.obj' libtool
=no @AMDEPBACKSLASH@
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
852 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
854 isupper.o
: ctype
/isupper.c
855 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
856 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isupper.Tpo
$(DEPDIR
)/isupper.Po
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isupper.c' object
='isupper.o' libtool
=no @AMDEPBACKSLASH@
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
859 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
861 isupper.obj
: ctype
/isupper.c
862 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
863 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isupper.Tpo
$(DEPDIR
)/isupper.Po
864 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isupper.c' object
='isupper.obj' libtool
=no @AMDEPBACKSLASH@
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
866 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
868 isxdigit.o
: ctype
/isxdigit.c
869 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
870 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isxdigit.Tpo
$(DEPDIR
)/isxdigit.Po
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isxdigit.c' object
='isxdigit.o' libtool
=no @AMDEPBACKSLASH@
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
873 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
875 isxdigit.obj
: ctype
/isxdigit.c
876 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
877 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/isxdigit.Tpo
$(DEPDIR
)/isxdigit.Po
878 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='ctype/isxdigit.c' object
='isxdigit.obj' libtool
=no @AMDEPBACKSLASH@
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
880 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
882 fprintf.o
: stdio
/fprintf.c
883 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
884 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/fprintf.Tpo
$(DEPDIR
)/fprintf.Po
885 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/fprintf.c' object
='fprintf.o' libtool
=no @AMDEPBACKSLASH@
886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
887 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
889 fprintf.obj
: stdio
/fprintf.c
890 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
891 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/fprintf.Tpo
$(DEPDIR
)/fprintf.Po
892 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/fprintf.c' object
='fprintf.obj' libtool
=no @AMDEPBACKSLASH@
893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
894 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
896 printf.o
: stdio
/printf.c
897 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
898 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/printf.Tpo
$(DEPDIR
)/printf.Po
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/printf.c' object
='printf.o' libtool
=no @AMDEPBACKSLASH@
900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
901 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
903 printf.obj
: stdio
/printf.c
904 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
905 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/printf.Tpo
$(DEPDIR
)/printf.Po
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/printf.c' object
='printf.obj' libtool
=no @AMDEPBACKSLASH@
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
908 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
910 printf_small.o
: stdio
/printf_small.c
911 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
912 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/printf_small.Tpo
$(DEPDIR
)/printf_small.Po
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/printf_small.c' object
='printf_small.o' libtool
=no @AMDEPBACKSLASH@
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
915 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
917 printf_small.obj
: stdio
/printf_small.c
918 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
919 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/printf_small.Tpo
$(DEPDIR
)/printf_small.Po
920 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/printf_small.c' object
='printf_small.obj' libtool
=no @AMDEPBACKSLASH@
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
922 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
924 printf_tiny.o
: stdio
/printf_tiny.c
925 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
926 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/printf_tiny.Tpo
$(DEPDIR
)/printf_tiny.Po
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/printf_tiny.c' object
='printf_tiny.o' libtool
=no @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
929 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
931 printf_tiny.obj
: stdio
/printf_tiny.c
932 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
933 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/printf_tiny.Tpo
$(DEPDIR
)/printf_tiny.Po
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/printf_tiny.c' object
='printf_tiny.obj' libtool
=no @AMDEPBACKSLASH@
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
936 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
938 putchar.o
: stdio
/putchar.c
939 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
940 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/putchar.Tpo
$(DEPDIR
)/putchar.Po
941 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/putchar.c' object
='putchar.o' libtool
=no @AMDEPBACKSLASH@
942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
943 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
945 putchar.obj
: stdio
/putchar.c
946 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
947 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/putchar.Tpo
$(DEPDIR
)/putchar.Po
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/putchar.c' object
='putchar.obj' libtool
=no @AMDEPBACKSLASH@
949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
950 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
952 sprintf.o
: stdio
/sprintf.c
953 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
954 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/sprintf.Tpo
$(DEPDIR
)/sprintf.Po
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/sprintf.c' object
='sprintf.o' libtool
=no @AMDEPBACKSLASH@
956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
957 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
959 sprintf.obj
: stdio
/sprintf.c
960 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
961 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/sprintf.Tpo
$(DEPDIR
)/sprintf.Po
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/sprintf.c' object
='sprintf.obj' libtool
=no @AMDEPBACKSLASH@
963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
964 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
966 streams.o
: stdio
/streams.c
967 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
968 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/streams.Tpo
$(DEPDIR
)/streams.Po
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/streams.c' object
='streams.o' libtool
=no @AMDEPBACKSLASH@
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
971 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
973 streams.obj
: stdio
/streams.c
974 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
975 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/streams.Tpo
$(DEPDIR
)/streams.Po
976 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/streams.c' object
='streams.obj' libtool
=no @AMDEPBACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
978 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
980 strmgpsim.o
: stdio
/strmgpsim.c
981 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
982 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmgpsim.Tpo
$(DEPDIR
)/strmgpsim.Po
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmgpsim.c' object
='strmgpsim.o' libtool
=no @AMDEPBACKSLASH@
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
985 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
987 strmgpsim.obj
: stdio
/strmgpsim.c
988 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
989 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmgpsim.Tpo
$(DEPDIR
)/strmgpsim.Po
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmgpsim.c' object
='strmgpsim.obj' libtool
=no @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
992 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
994 strmmssp.o
: stdio
/strmmssp.c
995 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
996 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmmssp.Tpo
$(DEPDIR
)/strmmssp.Po
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmmssp.c' object
='strmmssp.o' libtool
=no @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
999 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1001 strmmssp.obj
: stdio
/strmmssp.c
1002 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1003 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmmssp.Tpo
$(DEPDIR
)/strmmssp.Po
1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmmssp.c' object
='strmmssp.obj' libtool
=no @AMDEPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1006 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1008 strmputchar.o
: stdio
/strmputchar.c
1009 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1010 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmputchar.Tpo
$(DEPDIR
)/strmputchar.Po
1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmputchar.c' object
='strmputchar.o' libtool
=no @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1013 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1015 strmputchar.obj
: stdio
/strmputchar.c
1016 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1017 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmputchar.Tpo
$(DEPDIR
)/strmputchar.Po
1018 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmputchar.c' object
='strmputchar.obj' libtool
=no @AMDEPBACKSLASH@
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1020 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1022 strmusart.o
: stdio
/strmusart.c
1023 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1024 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmusart.Tpo
$(DEPDIR
)/strmusart.Po
1025 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmusart.c' object
='strmusart.o' libtool
=no @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1027 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1029 strmusart.obj
: stdio
/strmusart.c
1030 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1031 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strmusart.Tpo
$(DEPDIR
)/strmusart.Po
1032 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/strmusart.c' object
='strmusart.obj' libtool
=no @AMDEPBACKSLASH@
1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1034 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1036 vfprintf.o
: stdio
/vfprintf.c
1037 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1038 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/vfprintf.Tpo
$(DEPDIR
)/vfprintf.Po
1039 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/vfprintf.c' object
='vfprintf.o' libtool
=no @AMDEPBACKSLASH@
1040 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1041 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1043 vfprintf.obj
: stdio
/vfprintf.c
1044 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1045 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/vfprintf.Tpo
$(DEPDIR
)/vfprintf.Po
1046 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/vfprintf.c' object
='vfprintf.obj' libtool
=no @AMDEPBACKSLASH@
1047 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1048 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1050 vprintf.o
: stdio
/vprintf.c
1051 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1052 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/vprintf.Tpo
$(DEPDIR
)/vprintf.Po
1053 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/vprintf.c' object
='vprintf.o' libtool
=no @AMDEPBACKSLASH@
1054 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1055 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1057 vprintf.obj
: stdio
/vprintf.c
1058 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1059 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/vprintf.Tpo
$(DEPDIR
)/vprintf.Po
1060 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/vprintf.c' object
='vprintf.obj' libtool
=no @AMDEPBACKSLASH@
1061 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1062 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1064 vsprintf.o
: stdio
/vsprintf.c
1065 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1066 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/vsprintf.Tpo
$(DEPDIR
)/vsprintf.Po
1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/vsprintf.c' object
='vsprintf.o' libtool
=no @AMDEPBACKSLASH@
1068 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1069 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1071 vsprintf.obj
: stdio
/vsprintf.c
1072 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1073 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/vsprintf.Tpo
$(DEPDIR
)/vsprintf.Po
1074 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdio/vsprintf.c' object
='vsprintf.obj' libtool
=no @AMDEPBACKSLASH@
1075 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1076 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1078 atof.o
: stdlib
/atof.c
1079 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1080 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atof.Tpo
$(DEPDIR
)/atof.Po
1081 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/atof.c' object
='atof.o' libtool
=no @AMDEPBACKSLASH@
1082 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1083 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1085 atof.obj
: stdlib
/atof.c
1086 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1087 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atof.Tpo
$(DEPDIR
)/atof.Po
1088 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/atof.c' object
='atof.obj' libtool
=no @AMDEPBACKSLASH@
1089 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1090 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1092 atoi.o
: stdlib
/atoi.c
1093 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1094 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atoi.Tpo
$(DEPDIR
)/atoi.Po
1095 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/atoi.c' object
='atoi.o' libtool
=no @AMDEPBACKSLASH@
1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1097 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1099 atoi.obj
: stdlib
/atoi.c
1100 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1101 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atoi.Tpo
$(DEPDIR
)/atoi.Po
1102 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/atoi.c' object
='atoi.obj' libtool
=no @AMDEPBACKSLASH@
1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1104 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1106 atol.o
: stdlib
/atol.c
1107 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1108 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atol.Tpo
$(DEPDIR
)/atol.Po
1109 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/atol.c' object
='atol.o' libtool
=no @AMDEPBACKSLASH@
1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1111 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1113 atol.obj
: stdlib
/atol.c
1114 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1115 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atol.Tpo
$(DEPDIR
)/atol.Po
1116 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/atol.c' object
='atol.obj' libtool
=no @AMDEPBACKSLASH@
1117 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1118 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1120 atoll.o
: ..
/..
/atoll.c
1121 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT atoll.o
-MD
-MP
-MF
$(DEPDIR
)/atoll.Tpo
-c
-o atoll.o
`test -f '../../atoll.c' || echo '$(srcdir)/'`..
/..
/atoll.c
1122 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atoll.Tpo
$(DEPDIR
)/atoll.Po
1123 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='../../atoll.c' object
='atoll.o' libtool
=no @AMDEPBACKSLASH@
1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1125 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o atoll.o
`test -f '../../atoll.c' || echo '$(srcdir)/'`..
/..
/atoll.c
1127 atoll.obj
: ..
/..
/atoll.c
1128 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT atoll.obj
-MD
-MP
-MF
$(DEPDIR
)/atoll.Tpo
-c
-o atoll.obj
`if test -f '../../atoll.c'; then $(CYGPATH_W) '../../atoll.c'; else $(CYGPATH_W) '$(srcdir)/../../atoll.c'; fi`
1129 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/atoll.Tpo
$(DEPDIR
)/atoll.Po
1130 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='../../atoll.c' object
='atoll.obj' libtool
=no @AMDEPBACKSLASH@
1131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1132 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o atoll.obj
`if test -f '../../atoll.c'; then $(CYGPATH_W) '../../atoll.c'; else $(CYGPATH_W) '$(srcdir)/../../atoll.c'; fi`
1134 calloc.o
: stdlib
/calloc.c
1135 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1136 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/calloc.Tpo
$(DEPDIR
)/calloc.Po
1137 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/calloc.c' object
='calloc.o' libtool
=no @AMDEPBACKSLASH@
1138 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1139 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1141 calloc.obj
: stdlib
/calloc.c
1142 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1143 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/calloc.Tpo
$(DEPDIR
)/calloc.Po
1144 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/calloc.c' object
='calloc.obj' libtool
=no @AMDEPBACKSLASH@
1145 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1146 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1148 crc16.o
: stdlib
/crc16.c
1149 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1150 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/crc16.Tpo
$(DEPDIR
)/crc16.Po
1151 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/crc16.c' object
='crc16.o' libtool
=no @AMDEPBACKSLASH@
1152 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1153 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1155 crc16.obj
: stdlib
/crc16.c
1156 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1157 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/crc16.Tpo
$(DEPDIR
)/crc16.Po
1158 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/crc16.c' object
='crc16.obj' libtool
=no @AMDEPBACKSLASH@
1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1160 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1162 free.o
: stdlib
/free.c
1163 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1164 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/free.Tpo
$(DEPDIR
)/free.Po
1165 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/free.c' object
='free.o' libtool
=no @AMDEPBACKSLASH@
1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1167 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1169 free.obj
: stdlib
/free.c
1170 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1171 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/free.Tpo
$(DEPDIR
)/free.Po
1172 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/free.c' object
='free.obj' libtool
=no @AMDEPBACKSLASH@
1173 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1174 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1176 itoa.o
: stdlib
/itoa.c
1177 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1178 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/itoa.Tpo
$(DEPDIR
)/itoa.Po
1179 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/itoa.c' object
='itoa.o' libtool
=no @AMDEPBACKSLASH@
1180 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1181 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1183 itoa.obj
: stdlib
/itoa.c
1184 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1185 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/itoa.Tpo
$(DEPDIR
)/itoa.Po
1186 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/itoa.c' object
='itoa.obj' libtool
=no @AMDEPBACKSLASH@
1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1188 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1190 ltoa.o
: stdlib
/ltoa.c
1191 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1192 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/ltoa.Tpo
$(DEPDIR
)/ltoa.Po
1193 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/ltoa.c' object
='ltoa.o' libtool
=no @AMDEPBACKSLASH@
1194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1195 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1197 ltoa.obj
: stdlib
/ltoa.c
1198 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1199 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/ltoa.Tpo
$(DEPDIR
)/ltoa.Po
1200 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/ltoa.c' object
='ltoa.obj' libtool
=no @AMDEPBACKSLASH@
1201 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1202 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1204 malloc.o
: stdlib
/malloc.c
1205 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1206 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/malloc.Tpo
$(DEPDIR
)/malloc.Po
1207 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/malloc.c' object
='malloc.o' libtool
=no @AMDEPBACKSLASH@
1208 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1209 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1211 malloc.obj
: stdlib
/malloc.c
1212 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1213 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/malloc.Tpo
$(DEPDIR
)/malloc.Po
1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/malloc.c' object
='malloc.obj' libtool
=no @AMDEPBACKSLASH@
1215 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1216 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1218 memfree.o
: stdlib
/memfree.c
1219 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1220 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memfree.Tpo
$(DEPDIR
)/memfree.Po
1221 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/memfree.c' object
='memfree.o' libtool
=no @AMDEPBACKSLASH@
1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1223 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1225 memfree.obj
: stdlib
/memfree.c
1226 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1227 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memfree.Tpo
$(DEPDIR
)/memfree.Po
1228 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/memfree.c' object
='memfree.obj' libtool
=no @AMDEPBACKSLASH@
1229 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1230 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1232 memfreemax.o
: stdlib
/memfreemax.c
1233 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1234 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memfreemax.Tpo
$(DEPDIR
)/memfreemax.Po
1235 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/memfreemax.c' object
='memfreemax.o' libtool
=no @AMDEPBACKSLASH@
1236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1237 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1239 memfreemax.obj
: stdlib
/memfreemax.c
1240 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1241 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memfreemax.Tpo
$(DEPDIR
)/memfreemax.Po
1242 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/memfreemax.c' object
='memfreemax.obj' libtool
=no @AMDEPBACKSLASH@
1243 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1244 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1246 memmisc.o
: stdlib
/memmisc.c
1247 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1248 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memmisc.Tpo
$(DEPDIR
)/memmisc.Po
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/memmisc.c' object
='memmisc.o' libtool
=no @AMDEPBACKSLASH@
1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1251 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1253 memmisc.obj
: stdlib
/memmisc.c
1254 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1255 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memmisc.Tpo
$(DEPDIR
)/memmisc.Po
1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/memmisc.c' object
='memmisc.obj' libtool
=no @AMDEPBACKSLASH@
1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1258 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1260 setjmp.o
: stdlib
/setjmp.c
1261 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT setjmp.o
-MD
-MP
-MF
$(DEPDIR
)/setjmp.Tpo
-c
-o setjmp.o
`test -f 'stdlib/setjmp.c' || echo '$(srcdir)/'`stdlib
/setjmp.c
1262 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/setjmp.Tpo
$(DEPDIR
)/setjmp.Po
1263 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/setjmp.c' object
='setjmp.o' libtool
=no @AMDEPBACKSLASH@
1264 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1265 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o setjmp.o
`test -f 'stdlib/setjmp.c' || echo '$(srcdir)/'`stdlib
/setjmp.c
1267 setjmp.obj
: stdlib
/setjmp.c
1268 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT setjmp.obj
-MD
-MP
-MF
$(DEPDIR
)/setjmp.Tpo
-c
-o setjmp.obj
`if test -f 'stdlib/setjmp.c'; then $(CYGPATH_W) 'stdlib/setjmp.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/setjmp.c'; fi`
1269 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/setjmp.Tpo
$(DEPDIR
)/setjmp.Po
1270 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/setjmp.c' object
='setjmp.obj' libtool
=no @AMDEPBACKSLASH@
1271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1272 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o setjmp.obj
`if test -f 'stdlib/setjmp.c'; then $(CYGPATH_W) 'stdlib/setjmp.c'; else $(CYGPATH_W) '$(srcdir)/stdlib/setjmp.c'; fi`
1274 rand.o
: stdlib
/rand.c
1275 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1276 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/rand.Tpo
$(DEPDIR
)/rand.Po
1277 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/rand.c' object
='rand.o' libtool
=no @AMDEPBACKSLASH@
1278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1279 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1281 rand.obj
: stdlib
/rand.c
1282 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1283 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/rand.Tpo
$(DEPDIR
)/rand.Po
1284 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/rand.c' object
='rand.obj' libtool
=no @AMDEPBACKSLASH@
1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1286 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1288 realloc.o
: stdlib
/realloc.c
1289 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1290 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/realloc.Tpo
$(DEPDIR
)/realloc.Po
1291 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/realloc.c' object
='realloc.o' libtool
=no @AMDEPBACKSLASH@
1292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1293 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1295 realloc.obj
: stdlib
/realloc.c
1296 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1297 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/realloc.Tpo
$(DEPDIR
)/realloc.Po
1298 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/realloc.c' object
='realloc.obj' libtool
=no @AMDEPBACKSLASH@
1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1300 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1302 x_ftoa.o
: stdlib
/x_ftoa.c
1303 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1304 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/x_ftoa.Tpo
$(DEPDIR
)/x_ftoa.Po
1305 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/x_ftoa.c' object
='x_ftoa.o' libtool
=no @AMDEPBACKSLASH@
1306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1307 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1309 x_ftoa.obj
: stdlib
/x_ftoa.c
1310 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1311 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/x_ftoa.Tpo
$(DEPDIR
)/x_ftoa.Po
1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='stdlib/x_ftoa.c' object
='x_ftoa.obj' libtool
=no @AMDEPBACKSLASH@
1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1314 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1316 memccpy.o
: string
/memccpy.c
1317 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1318 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memccpy.Tpo
$(DEPDIR
)/memccpy.Po
1319 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memccpy.c' object
='memccpy.o' libtool
=no @AMDEPBACKSLASH@
1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1321 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1323 memccpy.obj
: string
/memccpy.c
1324 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1325 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memccpy.Tpo
$(DEPDIR
)/memccpy.Po
1326 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memccpy.c' object
='memccpy.obj' libtool
=no @AMDEPBACKSLASH@
1327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1328 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1330 memchr.o
: string
/memchr.c
1331 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1332 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memchr.Tpo
$(DEPDIR
)/memchr.Po
1333 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memchr.c' object
='memchr.o' libtool
=no @AMDEPBACKSLASH@
1334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1335 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1337 memchr.obj
: string
/memchr.c
1338 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1339 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memchr.Tpo
$(DEPDIR
)/memchr.Po
1340 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memchr.c' object
='memchr.obj' libtool
=no @AMDEPBACKSLASH@
1341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1342 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1344 memchrpgm.o
: string
/memchrpgm.c
1345 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1346 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memchrpgm.Tpo
$(DEPDIR
)/memchrpgm.Po
1347 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memchrpgm.c' object
='memchrpgm.o' libtool
=no @AMDEPBACKSLASH@
1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1349 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1351 memchrpgm.obj
: string
/memchrpgm.c
1352 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1353 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memchrpgm.Tpo
$(DEPDIR
)/memchrpgm.Po
1354 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memchrpgm.c' object
='memchrpgm.obj' libtool
=no @AMDEPBACKSLASH@
1355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1356 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1358 memchrram.o
: string
/memchrram.c
1359 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1360 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memchrram.Tpo
$(DEPDIR
)/memchrram.Po
1361 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memchrram.c' object
='memchrram.o' libtool
=no @AMDEPBACKSLASH@
1362 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1363 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1365 memchrram.obj
: string
/memchrram.c
1366 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1367 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memchrram.Tpo
$(DEPDIR
)/memchrram.Po
1368 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memchrram.c' object
='memchrram.obj' libtool
=no @AMDEPBACKSLASH@
1369 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1370 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1372 memcmp.o
: string
/memcmp.c
1373 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1374 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcmp.Tpo
$(DEPDIR
)/memcmp.Po
1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcmp.c' object
='memcmp.o' libtool
=no @AMDEPBACKSLASH@
1376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1377 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1379 memcmp.obj
: string
/memcmp.c
1380 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1381 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcmp.Tpo
$(DEPDIR
)/memcmp.Po
1382 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcmp.c' object
='memcmp.obj' libtool
=no @AMDEPBACKSLASH@
1383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1384 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1386 memcpy.o
: string
/memcpy.c
1387 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1388 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcpy.Tpo
$(DEPDIR
)/memcpy.Po
1389 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcpy.c' object
='memcpy.o' libtool
=no @AMDEPBACKSLASH@
1390 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1391 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1393 memcpy.obj
: string
/memcpy.c
1394 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1395 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcpy.Tpo
$(DEPDIR
)/memcpy.Po
1396 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcpy.c' object
='memcpy.obj' libtool
=no @AMDEPBACKSLASH@
1397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1398 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1400 memcpypgm2ram.o
: string
/memcpypgm2ram.c
1401 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1402 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcpypgm2ram.Tpo
$(DEPDIR
)/memcpypgm2ram.Po
1403 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcpypgm2ram.c' object
='memcpypgm2ram.o' libtool
=no @AMDEPBACKSLASH@
1404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1405 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1407 memcpypgm2ram.obj
: string
/memcpypgm2ram.c
1408 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1409 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcpypgm2ram.Tpo
$(DEPDIR
)/memcpypgm2ram.Po
1410 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcpypgm2ram.c' object
='memcpypgm2ram.obj' libtool
=no @AMDEPBACKSLASH@
1411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1412 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1414 memcpyram2ram.o
: string
/memcpyram2ram.c
1415 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1416 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcpyram2ram.Tpo
$(DEPDIR
)/memcpyram2ram.Po
1417 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcpyram2ram.c' object
='memcpyram2ram.o' libtool
=no @AMDEPBACKSLASH@
1418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1419 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1421 memcpyram2ram.obj
: string
/memcpyram2ram.c
1422 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1423 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memcpyram2ram.Tpo
$(DEPDIR
)/memcpyram2ram.Po
1424 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memcpyram2ram.c' object
='memcpyram2ram.obj' libtool
=no @AMDEPBACKSLASH@
1425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1426 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1428 memmove.o
: string
/memmove.c
1429 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1430 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memmove.Tpo
$(DEPDIR
)/memmove.Po
1431 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memmove.c' object
='memmove.o' libtool
=no @AMDEPBACKSLASH@
1432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1433 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1435 memmove.obj
: string
/memmove.c
1436 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1437 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memmove.Tpo
$(DEPDIR
)/memmove.Po
1438 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memmove.c' object
='memmove.obj' libtool
=no @AMDEPBACKSLASH@
1439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1440 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1442 memrchr.o
: string
/memrchr.c
1443 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1444 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memrchr.Tpo
$(DEPDIR
)/memrchr.Po
1445 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memrchr.c' object
='memrchr.o' libtool
=no @AMDEPBACKSLASH@
1446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1447 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1449 memrchr.obj
: string
/memrchr.c
1450 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1451 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memrchr.Tpo
$(DEPDIR
)/memrchr.Po
1452 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memrchr.c' object
='memrchr.obj' libtool
=no @AMDEPBACKSLASH@
1453 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1454 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1456 memset.o
: string
/memset.c
1457 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1458 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memset.Tpo
$(DEPDIR
)/memset.Po
1459 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memset.c' object
='memset.o' libtool
=no @AMDEPBACKSLASH@
1460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1461 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1463 memset.obj
: string
/memset.c
1464 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1465 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/memset.Tpo
$(DEPDIR
)/memset.Po
1466 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/memset.c' object
='memset.obj' libtool
=no @AMDEPBACKSLASH@
1467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1468 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1470 strcat.o
: string
/strcat.c
1471 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1472 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcat.Tpo
$(DEPDIR
)/strcat.Po
1473 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcat.c' object
='strcat.o' libtool
=no @AMDEPBACKSLASH@
1474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1475 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1477 strcat.obj
: string
/strcat.c
1478 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1479 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcat.Tpo
$(DEPDIR
)/strcat.Po
1480 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcat.c' object
='strcat.obj' libtool
=no @AMDEPBACKSLASH@
1481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1482 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1484 strchr.o
: string
/strchr.c
1485 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1486 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strchr.Tpo
$(DEPDIR
)/strchr.Po
1487 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strchr.c' object
='strchr.o' libtool
=no @AMDEPBACKSLASH@
1488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1489 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1491 strchr.obj
: string
/strchr.c
1492 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1493 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strchr.Tpo
$(DEPDIR
)/strchr.Po
1494 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strchr.c' object
='strchr.obj' libtool
=no @AMDEPBACKSLASH@
1495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1496 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1498 strcmp.o
: string
/strcmp.c
1499 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1500 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcmp.Tpo
$(DEPDIR
)/strcmp.Po
1501 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcmp.c' object
='strcmp.o' libtool
=no @AMDEPBACKSLASH@
1502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1503 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1505 strcmp.obj
: string
/strcmp.c
1506 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1507 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcmp.Tpo
$(DEPDIR
)/strcmp.Po
1508 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcmp.c' object
='strcmp.obj' libtool
=no @AMDEPBACKSLASH@
1509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1510 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1512 strcpy.o
: string
/strcpy.c
1513 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1514 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcpy.Tpo
$(DEPDIR
)/strcpy.Po
1515 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcpy.c' object
='strcpy.o' libtool
=no @AMDEPBACKSLASH@
1516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1517 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1519 strcpy.obj
: string
/strcpy.c
1520 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1521 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcpy.Tpo
$(DEPDIR
)/strcpy.Po
1522 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcpy.c' object
='strcpy.obj' libtool
=no @AMDEPBACKSLASH@
1523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1524 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1526 strcspn.o
: string
/strcspn.c
1527 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1528 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcspn.Tpo
$(DEPDIR
)/strcspn.Po
1529 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcspn.c' object
='strcspn.o' libtool
=no @AMDEPBACKSLASH@
1530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1531 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1533 strcspn.obj
: string
/strcspn.c
1534 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1535 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strcspn.Tpo
$(DEPDIR
)/strcspn.Po
1536 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strcspn.c' object
='strcspn.obj' libtool
=no @AMDEPBACKSLASH@
1537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1538 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1540 strlen.o
: string
/strlen.c
1541 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1542 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strlen.Tpo
$(DEPDIR
)/strlen.Po
1543 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strlen.c' object
='strlen.o' libtool
=no @AMDEPBACKSLASH@
1544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1545 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1547 strlen.obj
: string
/strlen.c
1548 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1549 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strlen.Tpo
$(DEPDIR
)/strlen.Po
1550 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strlen.c' object
='strlen.obj' libtool
=no @AMDEPBACKSLASH@
1551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1552 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1554 strlwr.o
: string
/strlwr.c
1555 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1556 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strlwr.Tpo
$(DEPDIR
)/strlwr.Po
1557 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strlwr.c' object
='strlwr.o' libtool
=no @AMDEPBACKSLASH@
1558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1559 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1561 strlwr.obj
: string
/strlwr.c
1562 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1563 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strlwr.Tpo
$(DEPDIR
)/strlwr.Po
1564 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strlwr.c' object
='strlwr.obj' libtool
=no @AMDEPBACKSLASH@
1565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1566 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1568 strncat.o
: string
/strncat.c
1569 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1570 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strncat.Tpo
$(DEPDIR
)/strncat.Po
1571 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strncat.c' object
='strncat.o' libtool
=no @AMDEPBACKSLASH@
1572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1573 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1575 strncat.obj
: string
/strncat.c
1576 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1577 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strncat.Tpo
$(DEPDIR
)/strncat.Po
1578 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strncat.c' object
='strncat.obj' libtool
=no @AMDEPBACKSLASH@
1579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1580 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1582 strncmp.o
: string
/strncmp.c
1583 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1584 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strncmp.Tpo
$(DEPDIR
)/strncmp.Po
1585 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strncmp.c' object
='strncmp.o' libtool
=no @AMDEPBACKSLASH@
1586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1587 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1589 strncmp.obj
: string
/strncmp.c
1590 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1591 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strncmp.Tpo
$(DEPDIR
)/strncmp.Po
1592 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strncmp.c' object
='strncmp.obj' libtool
=no @AMDEPBACKSLASH@
1593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1594 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1596 strncpy.o
: string
/strncpy.c
1597 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1598 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strncpy.Tpo
$(DEPDIR
)/strncpy.Po
1599 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strncpy.c' object
='strncpy.o' libtool
=no @AMDEPBACKSLASH@
1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1601 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1603 strncpy.obj
: string
/strncpy.c
1604 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1605 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strncpy.Tpo
$(DEPDIR
)/strncpy.Po
1606 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strncpy.c' object
='strncpy.obj' libtool
=no @AMDEPBACKSLASH@
1607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1608 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1610 strpbrk.o
: string
/strpbrk.c
1611 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1612 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strpbrk.Tpo
$(DEPDIR
)/strpbrk.Po
1613 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strpbrk.c' object
='strpbrk.o' libtool
=no @AMDEPBACKSLASH@
1614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1615 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1617 strpbrk.obj
: string
/strpbrk.c
1618 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1619 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strpbrk.Tpo
$(DEPDIR
)/strpbrk.Po
1620 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strpbrk.c' object
='strpbrk.obj' libtool
=no @AMDEPBACKSLASH@
1621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1622 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1624 strrchr.o
: string
/strrchr.c
1625 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1626 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strrchr.Tpo
$(DEPDIR
)/strrchr.Po
1627 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strrchr.c' object
='strrchr.o' libtool
=no @AMDEPBACKSLASH@
1628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1629 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1631 strrchr.obj
: string
/strrchr.c
1632 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1633 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strrchr.Tpo
$(DEPDIR
)/strrchr.Po
1634 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strrchr.c' object
='strrchr.obj' libtool
=no @AMDEPBACKSLASH@
1635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1636 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1638 strspn.o
: string
/strspn.c
1639 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1640 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strspn.Tpo
$(DEPDIR
)/strspn.Po
1641 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strspn.c' object
='strspn.o' libtool
=no @AMDEPBACKSLASH@
1642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1643 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1645 strspn.obj
: string
/strspn.c
1646 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1647 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strspn.Tpo
$(DEPDIR
)/strspn.Po
1648 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strspn.c' object
='strspn.obj' libtool
=no @AMDEPBACKSLASH@
1649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1650 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1652 strstr.o
: string
/strstr.c
1653 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1654 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strstr.Tpo
$(DEPDIR
)/strstr.Po
1655 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strstr.c' object
='strstr.o' libtool
=no @AMDEPBACKSLASH@
1656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1657 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1659 strstr.obj
: string
/strstr.c
1660 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1661 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strstr.Tpo
$(DEPDIR
)/strstr.Po
1662 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strstr.c' object
='strstr.obj' libtool
=no @AMDEPBACKSLASH@
1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1664 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1666 strtok.o
: string
/strtok.c
1667 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1668 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strtok.Tpo
$(DEPDIR
)/strtok.Po
1669 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strtok.c' object
='strtok.o' libtool
=no @AMDEPBACKSLASH@
1670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1671 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1673 strtok.obj
: string
/strtok.c
1674 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1675 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strtok.Tpo
$(DEPDIR
)/strtok.Po
1676 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strtok.c' object
='strtok.obj' libtool
=no @AMDEPBACKSLASH@
1677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1678 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1680 strupr.o
: string
/strupr.c
1681 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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
1682 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strupr.Tpo
$(DEPDIR
)/strupr.Po
1683 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strupr.c' object
='strupr.o' libtool
=no @AMDEPBACKSLASH@
1684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1685 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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
1687 strupr.obj
: string
/strupr.c
1688 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(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`
1689 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/strupr.Tpo
$(DEPDIR
)/strupr.Po
1690 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='string/strupr.c' object
='strupr.obj' libtool
=no @AMDEPBACKSLASH@
1691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
1692 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(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`
1694 ID
: $(am__tagged_files
)
1695 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
1699 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
1702 $(am__define_uniq_tagged_files
); \
1704 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
1705 test -n
"$$unique" || unique
=$$empty_fix; \
1706 if
test $$# -gt 0; then \
1707 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
1710 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
1717 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
1718 $(am__define_uniq_tagged_files
); \
1719 test -z
"$(CTAGS_ARGS)$$unique" \
1720 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
1724 here
=`$(am__cd) $(top_builddir) && pwd` \
1725 && $(am__cd
) $(top_srcdir
) \
1726 && gtags
-i
$(GTAGS_ARGS
) "$$here"
1727 cscopelist
: cscopelist-am
1729 cscopelist-am
: $(am__tagged_files
)
1730 list
='$(am__tagged_files)'; \
1731 case
"$(srcdir)" in \
1732 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
1733 *) sdir
=$(subdir
)/$(srcdir) ;; \
1735 for i in
$$list; do \
1736 if
test -f
"$$i"; then \
1737 echo
"$(subdir)/$$i"; \
1739 echo
"$$sdir/$$i"; \
1741 done
>> $(top_builddir
)/cscope.files
1744 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
1745 distdir
: $(BUILT_SOURCES
)
1746 $(MAKE
) $(AM_MAKEFLAGS
) distdir-am
1748 distdir-am
: $(DISTFILES
)
1749 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1750 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1751 list
='$(DISTFILES)'; \
1752 dist_files
=`for file in $$list; do echo $$file; done | \
1753 sed -e "s|^$$srcdirstrip/||;t" \
1754 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1755 case
$$dist_files in \
1756 */*) $(MKDIR_P
) `echo "$$dist_files" | \
1757 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1760 for file in
$$dist_files; do \
1761 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
1762 if
test -d
$$d/$$file; then \
1763 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1764 if
test -d
"$(distdir)/$$file"; then \
1765 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
1767 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
1768 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
1769 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
1771 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
1773 test -f
"$(distdir)/$$file" \
1774 || cp
-p
$$d/$$file "$(distdir)/$$file" \
1780 all-am
: Makefile
$(LIBRARIES
)
1782 for
dir in
"$(DESTDIR)$(libdir)"; do \
1783 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
1786 install-exec
: install-exec-am
1787 install-data
: install-data-am
1788 uninstall: uninstall-am
1791 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
1793 installcheck: installcheck-am
1795 if
test -z
'$(STRIP)'; then \
1796 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
1797 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
1800 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
1801 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
1802 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1804 mostlyclean-generic
:
1809 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
1810 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
1812 maintainer-clean-generic
:
1813 @echo
"This command is intended for maintainers to use"
1814 @echo
"it deletes files that may require special tools to rebuild."
1817 clean-am
: clean-generic clean-libLIBRARIES clean-local mostlyclean-am
1819 distclean: distclean-am
1820 -rm -f .
/$(DEPDIR
)/atof.Po
1821 -rm -f .
/$(DEPDIR
)/atoi.Po
1822 -rm -f .
/$(DEPDIR
)/atol.Po
1823 -rm -f .
/$(DEPDIR
)/atoll.Po
1824 -rm -f .
/$(DEPDIR
)/calloc.Po
1825 -rm -f .
/$(DEPDIR
)/cnvfrac.Po
1826 -rm -f .
/$(DEPDIR
)/cnvint.Po
1827 -rm -f .
/$(DEPDIR
)/crc16.Po
1828 -rm -f .
/$(DEPDIR
)/cvtdec.Po
1829 -rm -f .
/$(DEPDIR
)/delay100ktcy.Po
1830 -rm -f .
/$(DEPDIR
)/delay100tcy.Po
1831 -rm -f .
/$(DEPDIR
)/delay10ktcy.Po
1832 -rm -f .
/$(DEPDIR
)/delay10tcy.Po
1833 -rm -f .
/$(DEPDIR
)/delay1ktcy.Po
1834 -rm -f .
/$(DEPDIR
)/delay1mtcy.Po
1835 -rm -f .
/$(DEPDIR
)/fprintf.Po
1836 -rm -f .
/$(DEPDIR
)/free.Po
1837 -rm -f .
/$(DEPDIR
)/g_ftoa.Po
1838 -rm -f .
/$(DEPDIR
)/isblank.Po
1839 -rm -f .
/$(DEPDIR
)/iscntrl.Po
1840 -rm -f .
/$(DEPDIR
)/isdigit.Po
1841 -rm -f .
/$(DEPDIR
)/isgraph.Po
1842 -rm -f .
/$(DEPDIR
)/islower.Po
1843 -rm -f .
/$(DEPDIR
)/isprint.Po
1844 -rm -f .
/$(DEPDIR
)/ispunct.Po
1845 -rm -f .
/$(DEPDIR
)/isspace.Po
1846 -rm -f .
/$(DEPDIR
)/isupper.Po
1847 -rm -f .
/$(DEPDIR
)/isxdigit.Po
1848 -rm -f .
/$(DEPDIR
)/itoa.Po
1849 -rm -f .
/$(DEPDIR
)/ltoa.Po
1850 -rm -f .
/$(DEPDIR
)/malloc.Po
1851 -rm -f .
/$(DEPDIR
)/memccpy.Po
1852 -rm -f .
/$(DEPDIR
)/memchr.Po
1853 -rm -f .
/$(DEPDIR
)/memchrpgm.Po
1854 -rm -f .
/$(DEPDIR
)/memchrram.Po
1855 -rm -f .
/$(DEPDIR
)/memcmp.Po
1856 -rm -f .
/$(DEPDIR
)/memcpy.Po
1857 -rm -f .
/$(DEPDIR
)/memcpypgm2ram.Po
1858 -rm -f .
/$(DEPDIR
)/memcpyram2ram.Po
1859 -rm -f .
/$(DEPDIR
)/memfree.Po
1860 -rm -f .
/$(DEPDIR
)/memfreemax.Po
1861 -rm -f .
/$(DEPDIR
)/memmisc.Po
1862 -rm -f .
/$(DEPDIR
)/memmove.Po
1863 -rm -f .
/$(DEPDIR
)/memrchr.Po
1864 -rm -f .
/$(DEPDIR
)/memset.Po
1865 -rm -f .
/$(DEPDIR
)/printf.Po
1866 -rm -f .
/$(DEPDIR
)/printf_small.Po
1867 -rm -f .
/$(DEPDIR
)/printf_tiny.Po
1868 -rm -f .
/$(DEPDIR
)/putchar.Po
1869 -rm -f .
/$(DEPDIR
)/rand.Po
1870 -rm -f .
/$(DEPDIR
)/realloc.Po
1871 -rm -f .
/$(DEPDIR
)/setjmp.Po
1872 -rm -f .
/$(DEPDIR
)/sprintf.Po
1873 -rm -f .
/$(DEPDIR
)/strcat.Po
1874 -rm -f .
/$(DEPDIR
)/strchr.Po
1875 -rm -f .
/$(DEPDIR
)/strcmp.Po
1876 -rm -f .
/$(DEPDIR
)/strcpy.Po
1877 -rm -f .
/$(DEPDIR
)/strcspn.Po
1878 -rm -f .
/$(DEPDIR
)/streams.Po
1879 -rm -f .
/$(DEPDIR
)/strlen.Po
1880 -rm -f .
/$(DEPDIR
)/strlwr.Po
1881 -rm -f .
/$(DEPDIR
)/strmgpsim.Po
1882 -rm -f .
/$(DEPDIR
)/strmmssp.Po
1883 -rm -f .
/$(DEPDIR
)/strmputchar.Po
1884 -rm -f .
/$(DEPDIR
)/strmusart.Po
1885 -rm -f .
/$(DEPDIR
)/strncat.Po
1886 -rm -f .
/$(DEPDIR
)/strncmp.Po
1887 -rm -f .
/$(DEPDIR
)/strncpy.Po
1888 -rm -f .
/$(DEPDIR
)/strpbrk.Po
1889 -rm -f .
/$(DEPDIR
)/strrchr.Po
1890 -rm -f .
/$(DEPDIR
)/strspn.Po
1891 -rm -f .
/$(DEPDIR
)/strstr.Po
1892 -rm -f .
/$(DEPDIR
)/strtok.Po
1893 -rm -f .
/$(DEPDIR
)/strupr.Po
1894 -rm -f .
/$(DEPDIR
)/vfprintf.Po
1895 -rm -f .
/$(DEPDIR
)/vprintf.Po
1896 -rm -f .
/$(DEPDIR
)/vsprintf.Po
1897 -rm -f .
/$(DEPDIR
)/x_ftoa.Po
1899 distclean-am
: clean-am distclean-compile distclean-generic \
1916 install-dvi
: install-dvi-am
1920 install-exec-am
: install-libLIBRARIES
1922 install-html
: install-html-am
1926 install-info
: install-info-am
1932 install-pdf
: install-pdf-am
1936 install-ps
: install-ps-am
1942 maintainer-clean
: maintainer-clean-am
1943 -rm -f .
/$(DEPDIR
)/atof.Po
1944 -rm -f .
/$(DEPDIR
)/atoi.Po
1945 -rm -f .
/$(DEPDIR
)/atol.Po
1946 -rm -f .
/$(DEPDIR
)/atoll.Po
1947 -rm -f .
/$(DEPDIR
)/calloc.Po
1948 -rm -f .
/$(DEPDIR
)/cnvfrac.Po
1949 -rm -f .
/$(DEPDIR
)/cnvint.Po
1950 -rm -f .
/$(DEPDIR
)/crc16.Po
1951 -rm -f .
/$(DEPDIR
)/cvtdec.Po
1952 -rm -f .
/$(DEPDIR
)/delay100ktcy.Po
1953 -rm -f .
/$(DEPDIR
)/delay100tcy.Po
1954 -rm -f .
/$(DEPDIR
)/delay10ktcy.Po
1955 -rm -f .
/$(DEPDIR
)/delay10tcy.Po
1956 -rm -f .
/$(DEPDIR
)/delay1ktcy.Po
1957 -rm -f .
/$(DEPDIR
)/delay1mtcy.Po
1958 -rm -f .
/$(DEPDIR
)/fprintf.Po
1959 -rm -f .
/$(DEPDIR
)/free.Po
1960 -rm -f .
/$(DEPDIR
)/g_ftoa.Po
1961 -rm -f .
/$(DEPDIR
)/isblank.Po
1962 -rm -f .
/$(DEPDIR
)/iscntrl.Po
1963 -rm -f .
/$(DEPDIR
)/isdigit.Po
1964 -rm -f .
/$(DEPDIR
)/isgraph.Po
1965 -rm -f .
/$(DEPDIR
)/islower.Po
1966 -rm -f .
/$(DEPDIR
)/isprint.Po
1967 -rm -f .
/$(DEPDIR
)/ispunct.Po
1968 -rm -f .
/$(DEPDIR
)/isspace.Po
1969 -rm -f .
/$(DEPDIR
)/isupper.Po
1970 -rm -f .
/$(DEPDIR
)/isxdigit.Po
1971 -rm -f .
/$(DEPDIR
)/itoa.Po
1972 -rm -f .
/$(DEPDIR
)/ltoa.Po
1973 -rm -f .
/$(DEPDIR
)/malloc.Po
1974 -rm -f .
/$(DEPDIR
)/memccpy.Po
1975 -rm -f .
/$(DEPDIR
)/memchr.Po
1976 -rm -f .
/$(DEPDIR
)/memchrpgm.Po
1977 -rm -f .
/$(DEPDIR
)/memchrram.Po
1978 -rm -f .
/$(DEPDIR
)/memcmp.Po
1979 -rm -f .
/$(DEPDIR
)/memcpy.Po
1980 -rm -f .
/$(DEPDIR
)/memcpypgm2ram.Po
1981 -rm -f .
/$(DEPDIR
)/memcpyram2ram.Po
1982 -rm -f .
/$(DEPDIR
)/memfree.Po
1983 -rm -f .
/$(DEPDIR
)/memfreemax.Po
1984 -rm -f .
/$(DEPDIR
)/memmisc.Po
1985 -rm -f .
/$(DEPDIR
)/memmove.Po
1986 -rm -f .
/$(DEPDIR
)/memrchr.Po
1987 -rm -f .
/$(DEPDIR
)/memset.Po
1988 -rm -f .
/$(DEPDIR
)/printf.Po
1989 -rm -f .
/$(DEPDIR
)/printf_small.Po
1990 -rm -f .
/$(DEPDIR
)/printf_tiny.Po
1991 -rm -f .
/$(DEPDIR
)/putchar.Po
1992 -rm -f .
/$(DEPDIR
)/rand.Po
1993 -rm -f .
/$(DEPDIR
)/realloc.Po
1994 -rm -f .
/$(DEPDIR
)/setjmp.Po
1995 -rm -f .
/$(DEPDIR
)/sprintf.Po
1996 -rm -f .
/$(DEPDIR
)/strcat.Po
1997 -rm -f .
/$(DEPDIR
)/strchr.Po
1998 -rm -f .
/$(DEPDIR
)/strcmp.Po
1999 -rm -f .
/$(DEPDIR
)/strcpy.Po
2000 -rm -f .
/$(DEPDIR
)/strcspn.Po
2001 -rm -f .
/$(DEPDIR
)/streams.Po
2002 -rm -f .
/$(DEPDIR
)/strlen.Po
2003 -rm -f .
/$(DEPDIR
)/strlwr.Po
2004 -rm -f .
/$(DEPDIR
)/strmgpsim.Po
2005 -rm -f .
/$(DEPDIR
)/strmmssp.Po
2006 -rm -f .
/$(DEPDIR
)/strmputchar.Po
2007 -rm -f .
/$(DEPDIR
)/strmusart.Po
2008 -rm -f .
/$(DEPDIR
)/strncat.Po
2009 -rm -f .
/$(DEPDIR
)/strncmp.Po
2010 -rm -f .
/$(DEPDIR
)/strncpy.Po
2011 -rm -f .
/$(DEPDIR
)/strpbrk.Po
2012 -rm -f .
/$(DEPDIR
)/strrchr.Po
2013 -rm -f .
/$(DEPDIR
)/strspn.Po
2014 -rm -f .
/$(DEPDIR
)/strstr.Po
2015 -rm -f .
/$(DEPDIR
)/strtok.Po
2016 -rm -f .
/$(DEPDIR
)/strupr.Po
2017 -rm -f .
/$(DEPDIR
)/vfprintf.Po
2018 -rm -f .
/$(DEPDIR
)/vprintf.Po
2019 -rm -f .
/$(DEPDIR
)/vsprintf.Po
2020 -rm -f .
/$(DEPDIR
)/x_ftoa.Po
2022 maintainer-clean-am
: distclean-am maintainer-clean-generic
2024 mostlyclean: mostlyclean-am
2026 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
2036 uninstall-am
: uninstall-libLIBRARIES
2038 .MAKE
: install-am install-strip
2040 .PHONY
: CTAGS GTAGS TAGS
all all-am am--depfiles
check check-am
clean \
2041 clean-generic clean-libLIBRARIES clean-local cscopelist-am \
2042 ctags ctags-am
distclean distclean-compile distclean-generic \
2043 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
2044 install install-am install-data install-data-am install-dvi \
2045 install-dvi-am install-exec install-exec-am install-html \
2046 install-html-am install-info install-info-am \
2047 install-libLIBRARIES install-man install-pdf install-pdf-am \
2048 install-ps install-ps-am install-strip
installcheck \
2049 installcheck-am
installdirs maintainer-clean \
2050 maintainer-clean-generic
mostlyclean mostlyclean-compile \
2051 mostlyclean-generic pdf pdf-am ps ps-am
tags tags-am
uninstall \
2052 uninstall-am uninstall-libLIBRARIES
2061 clean-intermediate
: clean-local
2062 list
='$(SUBDIRS)'; for subdir in
$$list; do \
2063 echo
"Making $@ in $$subdir"; \
2064 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $@
); \
2067 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2068 # Otherwise a system limit (for SysV at least) may be exceeded.