Makefile (07f3bc5b9cc184d08121dc710c681d119c4bd947) | Makefile (2f2ee27de4367161d0f6e3913c5921f0d002fd98) |
---|---|
1# @(#)Makefile 5.1beta 93/09/24 2# $FreeBSD$ 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 --- 41 unchanged lines hidden (view full) --- 50 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \ 51 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \ 52 s_lround.c s_lroundf.c s_lroundl.c s_modff.c \ 53 s_nearbyint.c s_nextafter.c s_nextafterf.c \ 54 s_nexttowardf.c s_remquo.c s_remquof.c \ 55 s_rint.c s_rintf.c s_round.c s_roundf.c s_roundl.c \ 56 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \ 57 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \ | 1# @(#)Makefile 5.1beta 93/09/24 2# $FreeBSD$ 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 --- 41 unchanged lines hidden (view full) --- 50 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \ 51 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \ 52 s_lround.c s_lroundf.c s_lroundl.c s_modff.c \ 53 s_nearbyint.c s_nextafter.c s_nextafterf.c \ 54 s_nexttowardf.c s_remquo.c s_remquof.c \ 55 s_rint.c s_rintf.c s_round.c s_roundf.c s_roundl.c \ 56 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \ 57 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \ |
58 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \ | 58 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c s_truncl.c \ |
59 w_cabs.c w_cabsf.c w_drem.c w_dremf.c 60 61# Location of fpmath.h and _fpmath.h 62LIBCDIR= ${.CURDIR}/../libc 63CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH} 64 65# C99 long double functions 66COMMON_SRCS+= s_copysignl.c s_fabsl.c --- 81 unchanged lines hidden (view full) --- 148MLINKS+=round.3 roundf.3 round.3 roundl.3 149MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3 150MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3 151MLINKS+=sin.3 sinf.3 152MLINKS+=sinh.3 sinhf.3 153MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 154MLINKS+=tan.3 tanf.3 155MLINKS+=tanh.3 tanhf.3 | 59 w_cabs.c w_cabsf.c w_drem.c w_dremf.c 60 61# Location of fpmath.h and _fpmath.h 62LIBCDIR= ${.CURDIR}/../libc 63CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH} 64 65# C99 long double functions 66COMMON_SRCS+= s_copysignl.c s_fabsl.c --- 81 unchanged lines hidden (view full) --- 148MLINKS+=round.3 roundf.3 round.3 roundl.3 149MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3 150MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3 151MLINKS+=sin.3 sinf.3 152MLINKS+=sinh.3 sinhf.3 153MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 154MLINKS+=tan.3 tanf.3 155MLINKS+=tanh.3 tanhf.3 |
156MLINKS+=trunc.3 truncf.3 | 156MLINKS+=trunc.3 truncf.3 truncl.3 |
157 158.include <bsd.lib.mk> | 157 158.include <bsd.lib.mk> |