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