Deleted Added
full compact
Makefile (21673) Makefile (22731)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 21673 1997-01-14 07:20:47Z jkh $
2# $FreeBSD: head/lib/msun/Makefile 22731 1997-02-15 05:21:16Z 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.

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

41# default standard
42#
43
44# Enable if you have a i387 (or i486 or Pentium)
45.if defined(HAVE_FPU)
46.PATH: ${.CURDIR}/i387
47ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
48 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
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.

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

41# default standard
42#
43
44# Enable if you have a i387 (or i486 or Pentium)
45.if defined(HAVE_FPU)
46.PATH: ${.CURDIR}/i387
47ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
48 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
49 s_cos.S s_finite.S s_floor.S s_ilogb.S s_log1p.S s_logb.S \
49 s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
50 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
50 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
51.endif
52
51
52# Broken
53# ARCH_SRCS+= s_log1p.S
54
53.PATH: ${.CURDIR}/man
54.PATH: ${.CURDIR}/src
55
56CFLAGS+= -D_IEEE_LIBM
57
58LIB= m
59COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
60 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \

--- 85 unchanged lines hidden ---
55.PATH: ${.CURDIR}/man
56.PATH: ${.CURDIR}/src
57
58CFLAGS+= -D_IEEE_LIBM
59
60LIB= m
61COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
62 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \

--- 85 unchanged lines hidden ---