# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # This file is part of XClasspath (http://www.xclasspath.org/). # # # # See the file "LICENSE-XCLASSPATH-LGPL" for the copyright # # information and for the terms and conditions for copying, # # distribution and modification of this source file. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # libfdlibm_la_SOURCES = \ dtoa.c \ e_acos.c \ e_asin.c \ e_atan2.c \ e_exp.c \ e_fmod.c \ e_log.c \ e_pow.c \ e_remainder.c \ e_rem_pio2.c \ e_scalb.c \ e_sqrt.c \ fdlibm.h \ ieeefp.h \ java-assert.h \ k_cos.c \ k_rem_pio2.c \ k_sin.c \ k_tan.c \ mprec.c \ mprec.h \ s_atan.c \ s_ceil.c \ s_copysign.c \ s_cos.c \ s_fabs.c \ sf_fabs.c \ s_floor.c \ sf_rint.c \ s_rint.c \ s_scalbn.c \ s_sin.c \ s_tan.c \ strtod.c \ w_acos.c \ w_asin.c \ w_atan2.c \ w_exp.c \ w_fmod.c \ w_log.c \ w_pow.c \ w_remainder.c \ w_sqrt.c libfdlibm_la_LDFLAGS = @LIBVER_LD_FLAGS@ noinst_LTLIBRARIES = libfdlibm.la INCLUDES = -I$(top_builddir)/src/include