Deleted Added
full compact
Makefile (169524) Makefile (169807)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 169524 2007-05-13 14:12:40Z deischen $
2# $FreeBSD: head/lib/msun/Makefile 169807 2007-05-21 02:49:08Z deischen $
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.

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

21.include "${ARCH_SUBDIR}/Makefile.inc"
22
23.PATH: ${.CURDIR}/bsdsrc
24.PATH: ${.CURDIR}/man
25.PATH: ${.CURDIR}/src
26
27LIB= m
28SHLIBDIR?= /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.

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

21.include "${ARCH_SUBDIR}/Makefile.inc"
22
23.PATH: ${.CURDIR}/bsdsrc
24.PATH: ${.CURDIR}/man
25.PATH: ${.CURDIR}/src
26
27LIB= m
28SHLIBDIR?= /lib
29SHLIB_MAJOR= 4
29SHLIB_MAJOR= 5
30COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
31 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
32 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
33 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
34 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
35 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
36 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
37 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \

--- 125 unchanged lines hidden ---
30COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
31 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
32 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
33 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
34 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
35 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
36 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
37 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \

--- 125 unchanged lines hidden ---