Deleted Added
full compact
Makefile (13987) Makefile (13988)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $Id: Makefile,v 1.7 1995/10/22 19:16:01 bde Exp $
2# $Id: Makefile,v 1.8 1996/02/09 00:45:39 mpp 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.

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

127MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
128MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
129MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
130MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
131MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
132MLINKS+=lgamma.3 gamma.3 lgamma.3 lgammaf.3 lgamma.3 gammaf.3
133MLINKS+=rint.3 rintf.3
134MLINKS+=sin.3 sinf.3
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.

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

127MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
128MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
129MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
130MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
131MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
132MLINKS+=lgamma.3 gamma.3 lgamma.3 lgammaf.3 lgamma.3 gammaf.3
133MLINKS+=rint.3 rintf.3
134MLINKS+=sin.3 sinf.3
135MLIBKS+=sinh.3 sinhf.3
135MLINKS+=sinh.3 sinhf.3
136MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
137MLINKS+=tan.3 tanf.3
138MLINKS+=tanh.3 tanhf.3
139
140# XXX we should have only one math.h, and a rule for installing .h's...
141beforeinstall:
142 @${ECHO} Installing new math.h
143 @(cd ${.CURDIR}/src; cmp -s math.h ${DESTDIR}/usr/include/math.h || \
144 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 math.h \
145 ${DESTDIR}/usr/include/math.h;)
146
147.include <bsd.lib.mk>
136MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
137MLINKS+=tan.3 tanf.3
138MLINKS+=tanh.3 tanhf.3
139
140# XXX we should have only one math.h, and a rule for installing .h's...
141beforeinstall:
142 @${ECHO} Installing new math.h
143 @(cd ${.CURDIR}/src; cmp -s math.h ${DESTDIR}/usr/include/math.h || \
144 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 math.h \
145 ${DESTDIR}/usr/include/math.h;)
146
147.include <bsd.lib.mk>