OSDN Git Service

Imported Classpath 0.18.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / native / fdlibm / Makefile.in
1 # Makefile.in generated by automake 1.9.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  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 SOURCES = $(libfdlibm_la_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = native/fdlibm
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
46         $(top_srcdir)/m4/accross.m4 $(top_srcdir)/m4/acinclude.m4 \
47         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
48         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
49         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53 CONFIG_HEADER = $(top_builddir)/include/config.h
54 CONFIG_CLEAN_FILES =
55 LTLIBRARIES = $(noinst_LTLIBRARIES)
56 libfdlibm_la_LIBADD =
57 am_libfdlibm_la_OBJECTS = dtoa.lo e_acos.lo e_asin.lo e_atan2.lo \
58         e_exp.lo e_fmod.lo e_log.lo e_pow.lo e_remainder.lo \
59         e_rem_pio2.lo e_scalb.lo e_sqrt.lo k_cos.lo k_rem_pio2.lo \
60         k_sin.lo k_tan.lo mprec.lo s_atan.lo s_ceil.lo s_copysign.lo \
61         s_cos.lo s_fabs.lo sf_fabs.lo s_finite.lo s_floor.lo \
62         sf_rint.lo s_rint.lo s_scalbn.lo s_sin.lo s_tan.lo strtod.lo \
63         w_acos.lo w_asin.lo w_atan2.lo w_exp.lo w_fmod.lo w_log.lo \
64         w_pow.lo w_remainder.lo w_sqrt.lo
65 libfdlibm_la_OBJECTS = $(am_libfdlibm_la_OBJECTS)
66 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
72         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73         $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76         $(AM_LDFLAGS) $(LDFLAGS) -o $@
77 SOURCES = $(libfdlibm_la_SOURCES)
78 DIST_SOURCES = $(libfdlibm_la_SOURCES)
79 ETAGS = etags
80 CTAGS = ctags
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 ACLOCAL = @ACLOCAL@
83 AMDEP_FALSE = @AMDEP_FALSE@
84 AMDEP_TRUE = @AMDEP_TRUE@
85 AMTAR = @AMTAR@
86 AUTOCONF = @AUTOCONF@
87 AUTOHEADER = @AUTOHEADER@
88 AUTOMAKE = @AUTOMAKE@
89 AWK = @AWK@
90 BUILD_CLASS_FILES_FALSE = @BUILD_CLASS_FILES_FALSE@
91 BUILD_CLASS_FILES_TRUE = @BUILD_CLASS_FILES_TRUE@
92 CAIRO_CFLAGS = @CAIRO_CFLAGS@
93 CAIRO_LIBS = @CAIRO_LIBS@
94 CC = @CC@
95 CCDEPMODE = @CCDEPMODE@
96 CFLAGS = @CFLAGS@
97 CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@
98 CLASSPATH_MODULE = @CLASSPATH_MODULE@
99 CP = @CP@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CREATE_API_DOCS_FALSE = @CREATE_API_DOCS_FALSE@
103 CREATE_API_DOCS_TRUE = @CREATE_API_DOCS_TRUE@
104 CREATE_CORE_JNI_LIBRARIES_FALSE = @CREATE_CORE_JNI_LIBRARIES_FALSE@
105 CREATE_CORE_JNI_LIBRARIES_TRUE = @CREATE_CORE_JNI_LIBRARIES_TRUE@
106 CREATE_GTK_PEER_LIBRARIES_FALSE = @CREATE_GTK_PEER_LIBRARIES_FALSE@
107 CREATE_GTK_PEER_LIBRARIES_TRUE = @CREATE_GTK_PEER_LIBRARIES_TRUE@
108 CREATE_JNI_HEADERS_FALSE = @CREATE_JNI_HEADERS_FALSE@
109 CREATE_JNI_HEADERS_TRUE = @CREATE_JNI_HEADERS_TRUE@
110 CREATE_JNI_LIBRARIES_FALSE = @CREATE_JNI_LIBRARIES_FALSE@
111 CREATE_JNI_LIBRARIES_TRUE = @CREATE_JNI_LIBRARIES_TRUE@
112 CREATE_QT_PEER_LIBRARIES_FALSE = @CREATE_QT_PEER_LIBRARIES_FALSE@
113 CREATE_QT_PEER_LIBRARIES_TRUE = @CREATE_QT_PEER_LIBRARIES_TRUE@
114 CREATE_XMLJ_LIBRARY_FALSE = @CREATE_XMLJ_LIBRARY_FALSE@
115 CREATE_XMLJ_LIBRARY_TRUE = @CREATE_XMLJ_LIBRARY_TRUE@
116 CXX = @CXX@
117 CXXCPP = @CXXCPP@
118 CXXDEPMODE = @CXXDEPMODE@
119 CXXFLAGS = @CXXFLAGS@
120 CYGPATH_W = @CYGPATH_W@
121 DATE = @DATE@
122 DEFS = @DEFS@
123 DEPDIR = @DEPDIR@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 ECJ = @ECJ@
128 EGREP = @EGREP@
129 ERROR_CFLAGS = @ERROR_CFLAGS@
130 EXAMPLESDIR = @EXAMPLESDIR@
131 EXEEXT = @EXEEXT@
132 FIND = @FIND@
133 FOUND_ECJ_FALSE = @FOUND_ECJ_FALSE@
134 FOUND_ECJ_TRUE = @FOUND_ECJ_TRUE@
135 FOUND_GCJX_FALSE = @FOUND_GCJX_FALSE@
136 FOUND_GCJX_TRUE = @FOUND_GCJX_TRUE@
137 FOUND_GCJ_FALSE = @FOUND_GCJ_FALSE@
138 FOUND_GCJ_TRUE = @FOUND_GCJ_TRUE@
139 FOUND_JIKES_FALSE = @FOUND_JIKES_FALSE@
140 FOUND_JIKES_TRUE = @FOUND_JIKES_TRUE@
141 FOUND_KJC_FALSE = @FOUND_KJC_FALSE@
142 FOUND_KJC_TRUE = @FOUND_KJC_TRUE@
143 GCJ = @GCJ@
144 GCJX = @GCJX@
145 GJDOC = @GJDOC@
146 GTK_CAIRO_ENABLED = @GTK_CAIRO_ENABLED@
147 GTK_CAIRO_FALSE = @GTK_CAIRO_FALSE@
148 GTK_CAIRO_TRUE = @GTK_CAIRO_TRUE@
149 GTK_CFLAGS = @GTK_CFLAGS@
150 GTK_LIBS = @GTK_LIBS@
151 INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@
152 INSTALL_CLASS_FILES_FALSE = @INSTALL_CLASS_FILES_FALSE@
153 INSTALL_CLASS_FILES_TRUE = @INSTALL_CLASS_FILES_TRUE@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_GLIBJ_ZIP_FALSE = @INSTALL_GLIBJ_ZIP_FALSE@
156 INSTALL_GLIBJ_ZIP_TRUE = @INSTALL_GLIBJ_ZIP_TRUE@
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160 JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@
161 JAY = @JAY@
162 JAY_SKELETON = @JAY_SKELETON@
163 JIKES = @JIKES@
164 JIKESENCODING = @JIKESENCODING@
165 KJC = @KJC@
166 LDFLAGS = @LDFLAGS@
167 LIBDEBUG = @LIBDEBUG@
168 LIBICONV = @LIBICONV@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LIBTOOL = @LIBTOOL@
172 LIBVERSION = @LIBVERSION@
173 LN_S = @LN_S@
174 LTLIBICONV = @LTLIBICONV@
175 LTLIBOBJS = @LTLIBOBJS@
176 MAINT = @MAINT@
177 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
178 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
179 MAKEINFO = @MAKEINFO@
180 MKDIR = @MKDIR@
181 MOC = @MOC@
182 OBJEXT = @OBJEXT@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_VERSION = @PACKAGE_VERSION@
189 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
190 PANGOFT2_LIBS = @PANGOFT2_LIBS@
191 PATH_SEPARATOR = @PATH_SEPARATOR@
192 PKG_CONFIG = @PKG_CONFIG@
193 QT_CFLAGS = @QT_CFLAGS@
194 QT_LIBS = @QT_LIBS@
195 RANLIB = @RANLIB@
196 REGEN_PARSERS_FALSE = @REGEN_PARSERS_FALSE@
197 REGEN_PARSERS_TRUE = @REGEN_PARSERS_TRUE@
198 REMOVE = @REMOVE@
199 SET_MAKE = @SET_MAKE@
200 SHELL = @SHELL@
201 STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@
202 STRIP = @STRIP@
203 USER_CLASSLIB = @USER_CLASSLIB@
204 USER_JAVAH = @USER_JAVAH@
205 USER_SPECIFIED_CLASSLIB_FALSE = @USER_SPECIFIED_CLASSLIB_FALSE@
206 USER_SPECIFIED_CLASSLIB_TRUE = @USER_SPECIFIED_CLASSLIB_TRUE@
207 USER_SPECIFIED_JAVAH_FALSE = @USER_SPECIFIED_JAVAH_FALSE@
208 USER_SPECIFIED_JAVAH_TRUE = @USER_SPECIFIED_JAVAH_TRUE@
209 VERSION = @VERSION@
210 WARNING_CFLAGS = @WARNING_CFLAGS@
211 XML_CFLAGS = @XML_CFLAGS@
212 XML_LIBS = @XML_LIBS@
213 XSLT_CFLAGS = @XSLT_CFLAGS@
214 XSLT_LIBS = @XSLT_LIBS@
215 X_CFLAGS = @X_CFLAGS@
216 X_EXTRA_LIBS = @X_EXTRA_LIBS@
217 X_LIBS = @X_LIBS@
218 X_PRE_LIBS = @X_PRE_LIBS@
219 ZIP = @ZIP@
220 ac_ct_CC = @ac_ct_CC@
221 ac_ct_CXX = @ac_ct_CXX@
222 ac_ct_RANLIB = @ac_ct_RANLIB@
223 ac_ct_STRIP = @ac_ct_STRIP@
224 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
225 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
226 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
227 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
228 am__include = @am__include@
229 am__leading_dot = @am__leading_dot@
230 am__quote = @am__quote@
231 am__tar = @am__tar@
232 am__untar = @am__untar@
233 bindir = @bindir@
234 build = @build@
235 build_alias = @build_alias@
236 build_cpu = @build_cpu@
237 build_os = @build_os@
238 build_vendor = @build_vendor@
239 datadir = @datadir@
240 default_toolkit = @default_toolkit@
241 exec_prefix = @exec_prefix@
242 host = @host@
243 host_alias = @host_alias@
244 host_cpu = @host_cpu@
245 host_os = @host_os@
246 host_vendor = @host_vendor@
247 includedir = @includedir@
248 infodir = @infodir@
249 install_sh = @install_sh@
250 libdir = @libdir@
251 libexecdir = @libexecdir@
252 localstatedir = @localstatedir@
253 mandir = @mandir@
254 mkdir_p = @mkdir_p@
255 oldincludedir = @oldincludedir@
256 prefix = @prefix@
257 program_transform_name = @program_transform_name@
258 sbindir = @sbindir@
259 sharedstatedir = @sharedstatedir@
260 sysconfdir = @sysconfdir@
261 target = @target@
262 target_alias = @target_alias@
263 target_cpu = @target_cpu@
264 target_os = @target_os@
265 target_vendor = @target_vendor@
266 vm_classes = @vm_classes@
267 noinst_LTLIBRARIES = libfdlibm.la 
268 libfdlibm_la_SOURCES = \
269                         dtoa.c \
270                         e_acos.c \
271                         e_asin.c \
272                         e_atan2.c \
273                         e_exp.c \
274                         e_fmod.c \
275                         e_log.c \
276                         e_pow.c \
277                         e_remainder.c \
278                         e_rem_pio2.c \
279                         e_scalb.c \
280                         e_sqrt.c \
281                         fdlibm.h \
282                         ieeefp.h \
283                         java-assert.h \
284                         k_cos.c \
285                         k_rem_pio2.c \
286                         k_sin.c \
287                         k_tan.c \
288                         mprec.c \
289                         mprec.h \
290                         s_atan.c \
291                         s_ceil.c \
292                         s_copysign.c \
293                         s_cos.c \
294                         s_fabs.c \
295                         sf_fabs.c \
296                         s_finite.c \
297                         s_floor.c \
298                         sf_rint.c \
299                         s_rint.c \
300                         s_scalbn.c \
301                         s_sin.c \
302                         s_tan.c \
303                         strtod.c \
304                         w_acos.c \
305                         w_asin.c \
306                         w_atan2.c \
307                         w_exp.c \
308                         w_fmod.c \
309                         w_log.c \
310                         w_pow.c \
311                         w_remainder.c \
312                         w_sqrt.c 
313
314 AM_LDFLAGS = @CLASSPATH_MODULE@ 
315 all: all-am
316
317 .SUFFIXES:
318 .SUFFIXES: .c .lo .o .obj
319 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
320         @for dep in $?; do \
321           case '$(am__configure_deps)' in \
322             *$$dep*) \
323               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
324                 && exit 0; \
325               exit 1;; \
326           esac; \
327         done; \
328         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  native/fdlibm/Makefile'; \
329         cd $(top_srcdir) && \
330           $(AUTOMAKE) --gnu  native/fdlibm/Makefile
331 .PRECIOUS: Makefile
332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333         @case '$?' in \
334           *config.status*) \
335             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
336           *) \
337             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
338             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
339         esac;
340
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
344 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349 clean-noinstLTLIBRARIES:
350         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
351         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
352           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
353           test "$$dir" != "$$p" || dir=.; \
354           echo "rm -f \"$${dir}/so_locations\""; \
355           rm -f "$${dir}/so_locations"; \
356         done
357 libfdlibm.la: $(libfdlibm_la_OBJECTS) $(libfdlibm_la_DEPENDENCIES) 
358         $(LINK)  $(libfdlibm_la_LDFLAGS) $(libfdlibm_la_OBJECTS) $(libfdlibm_la_LIBADD) $(LIBS)
359
360 mostlyclean-compile:
361         -rm -f *.$(OBJEXT)
362
363 distclean-compile:
364         -rm -f *.tab.c
365
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoa.Plo@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_acos.Plo@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_asin.Plo@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_atan2.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_exp.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_fmod.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_log.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_pow.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_rem_pio2.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_remainder.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_scalb.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_sqrt.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/k_cos.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/k_rem_pio2.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/k_sin.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/k_tan.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprec.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_atan.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_ceil.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_copysign.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_cos.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_fabs.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_finite.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_floor.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_rint.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_scalbn.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_sin.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_tan.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sf_fabs.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sf_rint.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtod.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_acos.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_asin.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_atan2.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_exp.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_fmod.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_log.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_pow.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_remainder.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_sqrt.Plo@am__quote@
406
407 .c.o:
408 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
409 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
413
414 .c.obj:
415 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
416 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
420
421 .c.lo:
422 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
423 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
427
428 mostlyclean-libtool:
429         -rm -f *.lo
430
431 clean-libtool:
432         -rm -rf .libs _libs
433
434 distclean-libtool:
435         -rm -f libtool
436 uninstall-info-am:
437
438 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
440         unique=`for i in $$list; do \
441             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442           done | \
443           $(AWK) '    { files[$$0] = 1; } \
444                END { for (i in files) print i; }'`; \
445         mkid -fID $$unique
446 tags: TAGS
447
448 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449                 $(TAGS_FILES) $(LISP)
450         tags=; \
451         here=`pwd`; \
452         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453         unique=`for i in $$list; do \
454             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455           done | \
456           $(AWK) '    { files[$$0] = 1; } \
457                END { for (i in files) print i; }'`; \
458         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
459           test -n "$$unique" || unique=$$empty_fix; \
460           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461             $$tags $$unique; \
462         fi
463 ctags: CTAGS
464 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
466         tags=; \
467         here=`pwd`; \
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '    { files[$$0] = 1; } \
473                END { for (i in files) print i; }'`; \
474         test -z "$(CTAGS_ARGS)$$tags$$unique" \
475           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476              $$tags $$unique
477
478 GTAGS:
479         here=`$(am__cd) $(top_builddir) && pwd` \
480           && cd $(top_srcdir) \
481           && gtags -i $(GTAGS_ARGS) $$here
482
483 distclean-tags:
484         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
486 distdir: $(DISTFILES)
487         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
488         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
489         list='$(DISTFILES)'; for file in $$list; do \
490           case $$file in \
491             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
492             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
493           esac; \
494           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
496           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
497             dir="/$$dir"; \
498             $(mkdir_p) "$(distdir)$$dir"; \
499           else \
500             dir=''; \
501           fi; \
502           if test -d $$d/$$file; then \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
505             fi; \
506             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
507           else \
508             test -f $(distdir)/$$file \
509             || cp -p $$d/$$file $(distdir)/$$file \
510             || exit 1; \
511           fi; \
512         done
513 check-am: all-am
514 check: check-am
515 all-am: Makefile $(LTLIBRARIES)
516 installdirs:
517 install: install-am
518 install-exec: install-exec-am
519 install-data: install-data-am
520 uninstall: uninstall-am
521
522 install-am: all-am
523         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
525 installcheck: installcheck-am
526 install-strip:
527         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529           `test -z '$(STRIP)' || \
530             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531 mostlyclean-generic:
532
533 clean-generic:
534
535 distclean-generic:
536         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537
538 maintainer-clean-generic:
539         @echo "This command is intended for maintainers to use"
540         @echo "it deletes files that may require special tools to rebuild."
541 clean: clean-am
542
543 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
544         mostlyclean-am
545
546 distclean: distclean-am
547         -rm -rf ./$(DEPDIR)
548         -rm -f Makefile
549 distclean-am: clean-am distclean-compile distclean-generic \
550         distclean-libtool distclean-tags
551
552 dvi: dvi-am
553
554 dvi-am:
555
556 html: html-am
557
558 info: info-am
559
560 info-am:
561
562 install-data-am:
563
564 install-exec-am:
565
566 install-info: install-info-am
567
568 install-man:
569
570 installcheck-am:
571
572 maintainer-clean: maintainer-clean-am
573         -rm -rf ./$(DEPDIR)
574         -rm -f Makefile
575 maintainer-clean-am: distclean-am maintainer-clean-generic
576
577 mostlyclean: mostlyclean-am
578
579 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
580         mostlyclean-libtool
581
582 pdf: pdf-am
583
584 pdf-am:
585
586 ps: ps-am
587
588 ps-am:
589
590 uninstall-am: uninstall-info-am
591
592 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
593         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
594         distclean-compile distclean-generic distclean-libtool \
595         distclean-tags distdir dvi dvi-am html html-am info info-am \
596         install install-am install-data install-data-am install-exec \
597         install-exec-am install-info install-info-am install-man \
598         install-strip installcheck installcheck-am installdirs \
599         maintainer-clean maintainer-clean-generic mostlyclean \
600         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
601         pdf pdf-am ps ps-am tags uninstall uninstall-am \
602         uninstall-info-am
603
604
605 # We just want the standard flags for fdlibm since it is an upstream lib
606 # and our normal -pedantic -Wall -Werror breaks this lib. So no AM_CFLAGS.
607 # We also don't need extra includes, so no AM_CPPFLAGS either.
608 # Tell versions [3.59,3.63) of GNU make to not export all variables.
609 # Otherwise a system limit (for SysV at least) may be exceeded.
610 .NOEXPORT: