From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- libjava/classpath/native/fdlibm/Makefile.am | 65 +++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 libjava/classpath/native/fdlibm/Makefile.am (limited to 'libjava/classpath/native/fdlibm/Makefile.am') diff --git a/libjava/classpath/native/fdlibm/Makefile.am b/libjava/classpath/native/fdlibm/Makefile.am new file mode 100644 index 000000000..29bf83746 --- /dev/null +++ b/libjava/classpath/native/fdlibm/Makefile.am @@ -0,0 +1,65 @@ +noinst_LTLIBRARIES = libfdlibm.la + +libfdlibm_la_SOURCES = \ + dtoa.c \ + e_acos.c \ + e_asin.c \ + e_atan2.c \ + e_cosh.c \ + e_exp.c \ + e_fmod.c \ + e_hypot.c \ + e_log.c \ + e_log10.c \ + e_pow.c \ + e_remainder.c \ + e_rem_pio2.c \ + e_scalb.c \ + e_sinh.c \ + e_sqrt.c \ + fdlibm.h \ + ieeefp.h \ + k_cos.c \ + k_rem_pio2.c \ + k_sin.c \ + k_tan.c \ + mprec.c \ + mprec.h \ + s_atan.c \ + s_cbrt.c \ + s_ceil.c \ + s_copysign.c \ + s_cos.c \ + s_expm1.c \ + s_fabs.c \ + sf_fabs.c \ + s_finite.c \ + s_floor.c \ + s_log1p.c \ + sf_rint.c \ + s_rint.c \ + s_scalbn.c \ + s_sin.c \ + s_tan.c \ + s_tanh.c \ + strtod.c \ + w_acos.c \ + w_asin.c \ + w_atan2.c \ + w_cosh.c \ + w_exp.c \ + w_fmod.c \ + w_hypot.c \ + w_log.c \ + w_log10.c \ + w_pow.c \ + w_remainder.c \ + w_sinh.c \ + w_sqrt.c \ + namespace.h + +AM_LDFLAGS = @CLASSPATH_CONVENIENCE@ + +AM_CFLAGS = @EXTRA_CFLAGS@ + +# We don't need extra includes, so no AM_CPPFLAGS. -- cgit v1.2.3