Deleted Added
full compact
Makefile (91514) Makefile (93211)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 91514 2002-03-01 01:58:20Z obrien $
2# $FreeBSD: head/lib/msun/Makefile 93211 2002-03-26 11:59:29Z 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.

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

57 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
58 s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
59 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
60.endif
61
62# Broken
63# ARCH_SRCS+= s_log1p.S
64
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.

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

57 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
58 s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
59 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
60.endif
61
62# Broken
63# ARCH_SRCS+= s_log1p.S
64
65.PATH: ${.CURDIR}/bsdsrc
65.PATH: ${.CURDIR}/man
66.PATH: ${.CURDIR}/src
67
68CFLAGS+= -D_IEEE_LIBM -D_ARCH_INDIRECT=${ARCH_PREFIX}
69
70LIB= m
66.PATH: ${.CURDIR}/man
67.PATH: ${.CURDIR}/src
68
69CFLAGS+= -D_IEEE_LIBM -D_ARCH_INDIRECT=${ARCH_PREFIX}
70
71LIB= m
71COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
72COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
73 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
72 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
73 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
74 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
75 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
76 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
77 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
78 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c \
79 get_hw_float.c \

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

142MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 finite.3 ieee.3 finitef.3 \
143 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 nextafter.3 ieee.3 nextafterf.3 \
144 ieee.3 remainder.3 ieee.3 remainderf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
145MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
146MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
147MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
148MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
149MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
74 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
75 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
76 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
77 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
78 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
79 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
80 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c \
81 get_hw_float.c \

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

144MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 finite.3 ieee.3 finitef.3 \
145 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 nextafter.3 ieee.3 nextafterf.3 \
146 ieee.3 remainder.3 ieee.3 remainderf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
147MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
148MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
149MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
150MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
151MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
150MLINKS+=lgamma.3 gamma.3 lgamma.3 lgammaf.3 lgamma.3 gammaf.3
152MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
151MLINKS+=rint.3 rintf.3
152MLINKS+=sin.3 sinf.3
153MLINKS+=sinh.3 sinhf.3
154MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
155MLINKS+=tan.3 tanf.3
156MLINKS+=tanh.3 tanhf.3
157
158# XXX we should have only one math.h, and a rule for installing .h's...
159beforeinstall:
160 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/src/math.h \
161 ${DESTDIR}/usr/include
162
163.include <bsd.lib.mk>
153MLINKS+=rint.3 rintf.3
154MLINKS+=sin.3 sinf.3
155MLINKS+=sinh.3 sinhf.3
156MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
157MLINKS+=tan.3 tanf.3
158MLINKS+=tanh.3 tanhf.3
159
160# XXX we should have only one math.h, and a rule for installing .h's...
161beforeinstall:
162 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/src/math.h \
163 ${DESTDIR}/usr/include
164
165.include <bsd.lib.mk>