Deleted Added
full compact
Makefile (22808) Makefile (22948)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 22808 1997-02-16 18:26:31Z bde $
2# $FreeBSD: head/lib/msun/Makefile 22948 1997-02-20 13:35:15Z bde $
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 67 unchanged lines hidden (view full) ---

78 s_tanf.c s_tanh.c s_tanhf.c \
79 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
80 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \
81 w_drem.c w_dremf.c w_exp.c w_expf.c w_fmod.c w_fmodf.c w_gamma.c \
82 w_gamma_r.c w_gammaf.c w_gammaf_r.c w_hypot.c w_hypotf.c w_j0.c \
83 w_j0f.c w_j1.c w_j1f.c w_jn.c w_jnf.c w_lgamma.c w_lgamma_r.c \
84 w_lgammaf.c w_lgammaf_r.c w_log.c w_log10.c w_log10f.c w_logf.c \
85 w_pow.c w_powf.c w_remainder.c w_remainderf.c w_scalb.c w_scalbf.c \
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 67 unchanged lines hidden (view full) ---

78 s_tanf.c s_tanh.c s_tanhf.c \
79 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
80 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \
81 w_drem.c w_dremf.c w_exp.c w_expf.c w_fmod.c w_fmodf.c w_gamma.c \
82 w_gamma_r.c w_gammaf.c w_gammaf_r.c w_hypot.c w_hypotf.c w_j0.c \
83 w_j0f.c w_j1.c w_j1f.c w_jn.c w_jnf.c w_lgamma.c w_lgamma_r.c \
84 w_lgammaf.c w_lgammaf_r.c w_log.c w_log10.c w_log10f.c w_logf.c \
85 w_pow.c w_powf.c w_remainder.c w_remainderf.c w_scalb.c w_scalbf.c \
86 w_sinh.c w_sinhf.c w_sqrt.c w_sqrtf.c
86 w_sinh.c w_sinhf.c w_sqrt.c w_sqrtf.c \
87 w_y0.c w_y0f.c w_y1.c w_y1f.c w_yn.c w_ynf.c
87
88# FreeBSD's C library supplies these functions:
89#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
90
91CLEANFILES+= ${RENAMED_ARCH_SRCS}
92RENAMED_ARCH_SRCS= ${ARCH_SRCS:S/^/${ARCH}_/g}
93SRCS= ${COMMON_SRCS} ${RENAMED_ARCH_SRCS}
94

--- 58 unchanged lines hidden ---
88
89# FreeBSD's C library supplies these functions:
90#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
91
92CLEANFILES+= ${RENAMED_ARCH_SRCS}
93RENAMED_ARCH_SRCS= ${ARCH_SRCS:S/^/${ARCH}_/g}
94SRCS= ${COMMON_SRCS} ${RENAMED_ARCH_SRCS}
95

--- 58 unchanged lines hidden ---