1# $NetBSD: Makefile.list,v 1.8 2024/05/07 22:51:19 riastradh Exp $
2
3#
4# list of M68060 architecture dependent files for libm.
5#
6# Created by:
7#
8#         NetBSD: makeas.sh,v 1.16 2024/05/07 22:30:16 riastradh Exp
9#
10# Do not edit manually!
11#
12
13ARCH_SRCS =  e_acosf.S  e_acos.S  e_asinf.S  e_asin.S \
14            s_atanf.S  s_atan.S  e_atanhf.S  e_atanh.S \
15            s_cosf.S  s_cos.S  e_coshf.S  e_cosh.S \
16            e_expf.S  e_exp.S  s_expm1f.S  s_expm1.S \
17            e_log10f.S  e_log10.S  s_logbf.S  s_logb.S \
18            e_logf.S  e_log.S  s_log1pf.S  s_log1p.S \
19            s_sinf.S  s_sin.S  e_sinhf.S  e_sinh.S \
20            s_tanf.S  k_tanf.S  s_tan.S  k_tan.S  s_tanhf.S  s_tanh.S \
21            e_sqrtf.S  e_sqrt.S
22ARCH_ADDS = fplsp_wrap.S
23