Deleted Added
full compact
Makefile (17958) Makefile (21435)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $Id: Makefile,v 1.10 1996/08/30 02:05:30 peter Exp $
2# $Id: Makefile,v 1.11 1996/08/30 21:21:52 peter Exp $
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.

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

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 \
50 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
51.endif
52
53.PATH: ${.CURDIR}/man
54.PATH: ${.CURDIR}/src
55
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.

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

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 \
50 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
51.endif
52
53.PATH: ${.CURDIR}/man
54.PATH: ${.CURDIR}/src
55
56CFLAGS+= -D_MULTI_LIBM -D_POSIX_MODE -D_IEEE_LIBM
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 \
61 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
62 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
63 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
64 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \

--- 81 unchanged lines hidden ---
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 \
61 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
62 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
63 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
64 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \

--- 81 unchanged lines hidden ---