Deleted Added
full compact
Makefile (180581) Makefile (181064)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 180581 2008-07-18 02:18:34Z das $
2# $FreeBSD: head/lib/msun/Makefile 181064 2008-07-31 20:11:37Z das $
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.

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

31
32.PATH: ${.CURDIR}/bsdsrc
33.PATH: ${.CURDIR}/src
34.PATH: ${.CURDIR}/man
35
36LIB= m
37SHLIBDIR?= /lib
38SHLIB_MAJOR= 5
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.

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

31
32.PATH: ${.CURDIR}/bsdsrc
33.PATH: ${.CURDIR}/src
34.PATH: ${.CURDIR}/man
35
36LIB= m
37SHLIBDIR?= /lib
38SHLIB_MAJOR= 5
39WARNS?= 1
39COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
40 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
41 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
42 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
43 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
44 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
45 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
46 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \

--- 137 unchanged lines hidden ---
40COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
41 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
42 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
43 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
44 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
45 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
46 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
47 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \

--- 137 unchanged lines hidden ---