Deleted Added
full compact
Makefile (8870) Makefile (11136)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $Id: Makefile,v 1.4 1995/03/08 01:41:40 bde Exp $
2# $Id: Makefile,v 1.5 1995/05/30 05:47:47 rgrimes 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.

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

90
91SRCS=${COMMON_SRCS}
92
93# Substitute common sources with any arch specific sources
94.for i in ${ARCH_SRCS}
95 SRCS:=${SRCS:S/${i:S/.S/.c/}/$i/}
96.endfor
97
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.

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

90
91SRCS=${COMMON_SRCS}
92
93# Substitute common sources with any arch specific sources
94.for i in ${ARCH_SRCS}
95 SRCS:=${SRCS:S/${i:S/.S/.c/}/$i/}
96.endfor
97
98MANSRC= ${.CURDIR}/man
98MAN3+= man/acos.3 man/acosh.3 man/asin.3 man/asinh.3 man/atan.3 man/atan2.3 \
99 man/atanh.3 man/ceil.3 man/cos.3 man/cosh.3 man/erf.3 man/exp.3 \
100 man/fabs.3 man/floor.3 man/fmod.3 man/hypot.3 man/ieee.3 \
101 man/ieee_test.3 man/j0.3 man/lgamma.3 man/math.3 man/rint.3 man/sin.3 \
102 man/sinh.3 man/sqrt.3 man/tan.3 man/tanh.3
99
103
100MAN3+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
101 cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 ieee.3 \
102 ieee_test.3 j0.3 lgamma.3 math.3 rint.3 sin.3 sinh.3 sqrt.3 \
103 tan.3 tanh.3
104
105MLINKS+=erf.3 erfc.3
106MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3
107MLINKS+=hypot.3 cabs.3
108MLINKS+=ieee.3 copysign.3 ieee.3 finite.3 ieee.3 ilogb.3 \
109 ieee.3 nextafter.3 ieee.3 remainder.3 ieee.3 scalbn.3
110MLINKS+=ieee_test.3 logb.3
111MLINKS+=ieee_test.3 scalb.3
112MLINKS+=ieee_test.3 significand.3

--- 12 unchanged lines hidden ---
104MLINKS+=erf.3 erfc.3
105MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3
106MLINKS+=hypot.3 cabs.3
107MLINKS+=ieee.3 copysign.3 ieee.3 finite.3 ieee.3 ilogb.3 \
108 ieee.3 nextafter.3 ieee.3 remainder.3 ieee.3 scalbn.3
109MLINKS+=ieee_test.3 logb.3
110MLINKS+=ieee_test.3 scalb.3
111MLINKS+=ieee_test.3 significand.3

--- 12 unchanged lines hidden ---