18870Srgrimes#  @(#)Makefile 5.1beta 93/09/24
250476Speter# $FreeBSD: stable/10/lib/msun/Makefile 321421 2017-07-24 16:45:38Z ngie $
38870Srgrimes#
42116Sjkh#  ====================================================
52116Sjkh#  Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
68870Srgrimes#
72116Sjkh#  Developed at SunPro, a Sun Microsystems, Inc. business.
82116Sjkh#  Permission to use, copy, modify, and distribute this
98870Srgrimes#  software is freely granted, provided that this notice
102116Sjkh#  is preserved.
112116Sjkh#  ====================================================
128870Srgrimes#
138870Srgrimes#
142116Sjkh
15212518Simp.if ${MACHINE_CPUARCH} == "i386"
16131001SmarcelARCH_SUBDIR= i387
17141281Sdas.else
18212518SimpARCH_SUBDIR= ${MACHINE_CPUARCH}
1933662Sjb.endif
202116Sjkh
21141281Sdas.include "${ARCH_SUBDIR}/Makefile.inc"
22130149Sdas
23180581Sdas.PATH:	${.CURDIR}/${ARCH_SUBDIR}
24251404Sdas.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
25251404Sdas.PATH:	${.CURDIR}/x86
26251404SdasCFLAGS+=	-I${.CURDIR}/x86
27251404Sdas.endif
282116Sjkh
29174684Sdas# long double format
30174684Sdas.if ${LDBL_PREC} == 64
31174684Sdas.PATH:  ${.CURDIR}/ld80
32181074SdasCFLAGS+=	-I${.CURDIR}/ld80
33174684Sdas.elif ${LDBL_PREC} == 113
34174684Sdas.PATH:  ${.CURDIR}/ld128
35181074SdasCFLAGS+=	-I${.CURDIR}/ld128
36174684Sdas.endif
37174684Sdas
38291815SbdreweryCFLAGS+=	-I${.CURDIR}/${ARCH_SUBDIR}
39291815Sbdrewery
40180581Sdas.PATH:	${.CURDIR}/bsdsrc
41180581Sdas.PATH:	${.CURDIR}/src
42180581Sdas.PATH:	${.CURDIR}/man
43180581Sdas
442116SjkhLIB=	m
45119017SgordonSHLIBDIR?= /lib
46169807SdeischenSHLIB_MAJOR= 5
47181064SdasWARNS?=	1
48263763SdimIGNORE_PRAGMA=
4993211SbdeCOMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
5093211Sbde	e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
512116Sjkh	e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
522116Sjkh	e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
532116Sjkh	e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
542116Sjkh	e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
55216211Sdas	e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \
56216211Sdas	e_pow.c e_powf.c e_rem_pio2.c \
572116Sjkh	e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
58130149Sdas	e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
59255294Stheraven	imprecise.c \
60226597Sdas	k_cos.c k_cosf.c k_exp.c k_expf.c k_rem_pio2.c k_sin.c k_sinf.c \
61141280Sdas	k_tan.c k_tanf.c \
62181074Sdas	s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c s_cargl.c \
63176243Sbde	s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c \
64174617Sdas	s_copysign.c s_copysignf.c s_cos.c s_cosf.c \
65174617Sdas	s_csqrt.c s_csqrtf.c s_erf.c s_erff.c \
66144650Sdas	s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
67144650Sdas	s_finite.c s_finitef.c \
68176243Sbde	s_floor.c s_floorf.c s_fma.c s_fmaf.c \
69140609Sdas	s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
70131320Sdas	s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
71143222Sdas	s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
72144772Sdas	s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
73140088Sdas	s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
74144772Sdas	s_lround.c s_lroundf.c s_lroundl.c s_modff.c \
75174684Sdas	s_nan.c s_nearbyint.c s_nextafter.c s_nextafterf.c \
76144091Sdas	s_nexttowardf.c s_remquo.c s_remquof.c \
77271779Stijl	s_rint.c s_rintf.c s_round.c s_roundf.c \
78132382Sdas	s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
79176243Sbde	s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c \
80176388Sdas	s_tan.c s_tanf.c s_tanh.c s_tanhf.c s_tgammaf.c s_trunc.c s_truncf.c \
81141280Sdas	w_cabs.c w_cabsf.c w_drem.c w_dremf.c
822116Sjkh
83121497Sdes# Location of fpmath.h and _fpmath.h
84121497SdesLIBCDIR=	${.CURDIR}/../libc
85211934Snwhitehorn.if exists(${LIBCDIR}/${MACHINE_ARCH})
86211934SnwhitehornLIBC_ARCH=${MACHINE_ARCH}
87211934Snwhitehorn.else
88211934SnwhitehornLIBC_ARCH=${MACHINE_CPUARCH}
89211934Snwhitehorn.endif
90176361SdasCFLAGS+=	-I${.CURDIR}/src -I${LIBCDIR}/include \
91211934Snwhitehorn	-I${LIBCDIR}/${LIBC_ARCH}
92157196SdeischenSYM_MAPS+=	${.CURDIR}/Symbol.map
93121497Sdes
94157196SdeischenVERSION_DEF=	${LIBCDIR}/Versions.def
95157196SdeischenSYMBOL_MAPS=	${SYM_MAPS}
96157196Sdeischen
97121497Sdes# C99 long double functions
98175309SdasCOMMON_SRCS+=	s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
99143222Sdas.if ${LDBL_PREC} != 53
100143222Sdas# If long double != double use these; otherwise, we alias the double versions.
101251599SdasCOMMON_SRCS+=	e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \
102271779Stijl	e_coshl.c e_fmodl.c e_hypotl.c \
103284810Stijl	e_lgammal.c e_lgammal_r.c \
104271779Stijl	e_remainderl.c e_sinhl.c e_sqrtl.c \
105181074Sdas	invtrig.c k_cosl.c k_sinl.c k_tanl.c \
106251599Sdas	s_asinhl.c s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
107271779Stijl	s_csqrtl.c s_erfl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
108251292Sdas	s_frexpl.c s_logbl.c s_logl.c s_nanl.c s_nextafterl.c \
109271779Stijl	s_nexttoward.c s_remquol.c s_rintl.c s_roundl.c s_scalbnl.c \
110271779Stijl	s_sinl.c s_tanhl.c s_tanl.c s_truncl.c w_cabsl.c
111143222Sdas.endif
112121497Sdes
113129864Sstefanf# C99 complex functions
114251121SdasCOMMON_SRCS+=	catrig.c catrigf.c \
115251121Sdas	s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
116226458Sdas	s_cimag.c s_cimagf.c s_cimagl.c \
117219359Sdas	s_conj.c s_conjf.c s_conjl.c \
118226458Sdas	s_cproj.c s_cprojf.c s_creal.c s_crealf.c s_creall.c \
119226458Sdas	s_csinh.c s_csinhf.c s_ctanh.c s_ctanhf.c
120129864Sstefanf
1212116Sjkh# FreeBSD's C library supplies these functions:
1222116Sjkh#COMMON_SRCS+=	s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
1232116Sjkh
124117912Speter# Exclude the generic versions of what we provide in the MD area.
125117912Speter.if defined(ARCH_SRCS)
1266953Sbde.for i in ${ARCH_SRCS}
127117912SpeterCOMMON_SRCS:=  ${COMMON_SRCS:N${i:R}.c}
1286953Sbde.endfor
129117912Speter.endif
1306953Sbde
131117912SpeterSRCS=	${COMMON_SRCS} ${ARCH_SRCS}
132117912Speter
133230192SdasINCS+=	fenv.h math.h
13496462Sru
135226458SdasMAN=	acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
136251121Sdas	ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
137174617Sdas	cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
138143709Sdas	feclearexcept.3 feenableexcept.3 fegetenv.3 \
139143709Sdas	fegetround.3 fenv.3 floor.3 \
140140890Sdas	fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
141175462Sdas	lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
142175462Sdas	nextafter.3 remainder.3 rint.3 \
143218877Smurray	round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
144218877Smurray	complex.3
14511682Sbde
146181074SdasMLINKS+=acos.3 acosf.3 acos.3 acosl.3
147251599SdasMLINKS+=acosh.3 acoshf.3 acosh.3 acoshl.3
148181074SdasMLINKS+=asin.3 asinf.3 asin.3 asinl.3
149251599SdasMLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3
150181074SdasMLINKS+=atan.3 atanf.3 atan.3 atanl.3
151251599SdasMLINKS+=atanh.3 atanhf.3 atanh.3 atanhl.3
152181074SdasMLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
153181074Sdas	atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
154251121SdasMLINKS+=cacos.3 cacosf.3 cacos.3 cacosh.3 cacos.3 cacoshf.3 \
155251121Sdas	cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinh.3 cacos.3 casinhf.3 \
156251121Sdas	cacos.3 catan.3 cacos.3 catanf.3 cacos.3 catanh.3 cacos.3 catanhf.3
157226458SdasMLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3
158226458SdasMLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
159226458Sdas	ccosh.3 ctanh.3 ccosh.3 ctanhf.3
160140172SstefanfMLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
161219359SdasMLINKS+=cexp.3 cexpf.3
162133289SstefanfMLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
163133289Sstefanf	cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
164181377Sdas	cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \
165133289Sstefanf	cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
166140890SdasMLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
167176361SdasMLINKS+=cos.3 cosf.3 cos.3 cosl.3
168271779StijlMLINKS+=cosh.3 coshf.3 cosh.3 coshl.3
169177761SdasMLINKS+=csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
170271779StijlMLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 erf.3 erfl.3 erf.3 erfcl.3
171251366SdasMLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
172321421Sngie	exp.3 powl.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 \
173321421Sngie	exp.3 expl.3
174129038SstefanfMLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
175131320SdasMLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
176130149SdasMLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \
177130149Sdas	feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3
178143709SdasMLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3
179130149SdasMLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \
180130149Sdas	fegetenv.3 feupdateenv.3
181130149SdasMLINKS+=fegetround.3 fesetround.3
182140143SstefanfMLINKS+=floor.3 floorf.3 floor.3 floorl.3
183143222SdasMLINKS+=fma.3 fmaf.3 fma.3 fmal.3
184131320SdasMLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
185131320Sdas	fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
186179882SdasMLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
187177760SdasMLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \
188177760Sdas	hypot.3 hypotf.3 hypot.3 hypotl.3
18913987SmppMLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
19013987SmppMLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
191152117SbdeMLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
192174698Sdas	ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
19313987SmppMLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
19413987SmppMLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
195284810StijlMLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 \
196284810Stijl	lgamma.3 lgammaf.3 lgamma.3 lgammal.3 \
197176388Sdas	lgamma.3 tgamma.3 lgamma.3 tgammaf.3
198251404SdasMLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
199251404Sdas	log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
200251404Sdas	log.3 logf.3 log.3 logl.3 \
201251292Sdas	log.3 log2.3 log.3 log2f.3 log.3 log2l.3
202175309SdasMLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
203175309Sdas	lrint.3 lrintf.3 lrint.3 lrintl.3
204144772SdasMLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
205144772Sdas	lround.3 lroundf.3 lround.3 lroundl.3
206174684SdasMLINKS+=nan.3 nanf.3 nan.3 nanl.3
207143222SdasMLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
208143222SdasMLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
209143222SdasMLINKS+=nextafter.3 nexttowardl.3
210177766SdasMLINKS+=remainder.3 remainderf.3 remainder.3 remainderl.3 \
211177766Sdas	remainder.3 remquo.3 remainder.3 remquof.3 remainder.3 remquol.3
212175309SdasMLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
213175309Sdas	rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
214144772SdasMLINKS+=round.3 roundf.3 round.3 roundl.3
215143222SdasMLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
216143222SdasMLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
217176361SdasMLINKS+=sin.3 sinf.3 sin.3 sinl.3
218271779StijlMLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
219219571SkarglMLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
220219571Skargl	sqrt.3 sqrtl.3
221176361SdasMLINKS+=tan.3 tanf.3 tan.3 tanl.3
222271779StijlMLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3
223145208SacheMLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
2242116Sjkh
225276672Sngie.include <bsd.own.mk>
226276672Sngie
227282854Sngie.if ${MK_TESTS} != "no"
228282854SngieSUBDIR+=	tests
229282854Sngie.endif
230276672Sngie
2312116Sjkh.include <bsd.lib.mk>
232