Deleted Added
full compact
Makefile (133289) Makefile (136027)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 133289 2004-08-07 23:03:36Z stefanf $
2# $FreeBSD: head/lib/msun/Makefile 136027 2004-10-01 15:38:07Z kensmith $
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.

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

63.PATH: ${.CURDIR}/bsdsrc
64.PATH: ${.CURDIR}/man
65.PATH: ${.CURDIR}/src
66
67CFLAGS+= -D_IEEE_LIBM
68
69LIB= m
70SHLIBDIR?= /lib
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.

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

63.PATH: ${.CURDIR}/bsdsrc
64.PATH: ${.CURDIR}/man
65.PATH: ${.CURDIR}/src
66
67CFLAGS+= -D_IEEE_LIBM
68
69LIB= m
70SHLIBDIR?= /lib
71SHLIB_MAJOR= 3
71COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
72 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
73 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
74 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
75 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
76 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
77 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
78 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \

--- 109 unchanged lines hidden ---
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 \
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 \

--- 109 unchanged lines hidden ---