Makefile (262e4c00bdd0de9ac6b236c833a9234b10a374f9) | Makefile (41d8423f714369ea23708399e02792045f9c3f56) |
---|---|
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 --- 52 unchanged lines hidden (view full) --- 61 62.PATH: ${.CURDIR}/bsdsrc 63.PATH: ${.CURDIR}/man 64.PATH: ${.CURDIR}/src 65 66CFLAGS+= -D_IEEE_LIBM 67 68LIB= m | 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 --- 52 unchanged lines hidden (view full) --- 61 62.PATH: ${.CURDIR}/bsdsrc 63.PATH: ${.CURDIR}/man 64.PATH: ${.CURDIR}/src 65 66CFLAGS+= -D_IEEE_LIBM 67 68LIB= m |
69SHLIBDIR?= /lib |
|
69COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \ 70 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ 71 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ 72 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \ 73 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \ 74 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \ 75 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \ 76 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \ --- 78 unchanged lines hidden --- | 70COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \ 71 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ 72 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ 73 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \ 74 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \ 75 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \ 76 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \ 77 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \ --- 78 unchanged lines hidden --- |