Deleted Added
full compact
Makefile (176361) Makefile (176388)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 176361 2008-02-17 07:33:51Z das $
2# $FreeBSD: head/lib/msun/Makefile 176388 2008-02-18 17:27:11Z 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.

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

58 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
59 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
60 s_lround.c s_lroundf.c s_lroundl.c s_modff.c \
61 s_nan.c s_nearbyint.c s_nextafter.c s_nextafterf.c \
62 s_nexttowardf.c s_remquo.c s_remquof.c \
63 s_rint.c s_rintf.c s_round.c s_roundf.c s_roundl.c \
64 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
65 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c \
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.

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

58 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
59 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
60 s_lround.c s_lroundf.c s_lroundl.c s_modff.c \
61 s_nan.c s_nearbyint.c s_nextafter.c s_nextafterf.c \
62 s_nexttowardf.c s_remquo.c s_remquof.c \
63 s_rint.c s_rintf.c s_round.c s_roundf.c s_roundl.c \
64 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
65 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c \
66 s_tan.c s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
66 s_tan.c s_tanf.c s_tanh.c s_tanhf.c s_tgammaf.c s_trunc.c s_truncf.c \
67 w_cabs.c w_cabsf.c w_drem.c w_dremf.c
68
69# Location of fpmath.h and _fpmath.h
70LIBCDIR= ${.CURDIR}/../libc
71CFLAGS+= -I${.CURDIR}/src -I${LIBCDIR}/include \
72 -I${LIBCDIR}/${MACHINE_ARCH}
73SYM_MAPS+= ${.CURDIR}/Symbol.map
74

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

146MLINKS+=fmod.3 fmodf.3
147MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
148MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
149MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
150MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
151 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
152MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
153MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
67 w_cabs.c w_cabsf.c w_drem.c w_dremf.c
68
69# Location of fpmath.h and _fpmath.h
70LIBCDIR= ${.CURDIR}/../libc
71CFLAGS+= -I${.CURDIR}/src -I${LIBCDIR}/include \
72 -I${LIBCDIR}/${MACHINE_ARCH}
73SYM_MAPS+= ${.CURDIR}/Symbol.map
74

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

146MLINKS+=fmod.3 fmodf.3
147MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
148MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
149MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
150MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
151 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
152MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
153MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
154MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
154MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 \
155 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
155MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3
156MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
157 lrint.3 lrintf.3 lrint.3 lrintl.3
158MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
159 lround.3 lroundf.3 lround.3 lroundl.3
160MLINKS+=nan.3 nanf.3 nan.3 nanl.3
161MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
162MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3

--- 16 unchanged lines hidden ---
156MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3
157MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
158 lrint.3 lrintf.3 lrint.3 lrintl.3
159MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
160 lround.3 lroundf.3 lround.3 lroundl.3
161MLINKS+=nan.3 nanf.3 nan.3 nanl.3
162MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
163MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3

--- 16 unchanged lines hidden ---