Deleted Added
full compact
Makefile (2122) Makefile (2574)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $Id: Makefile,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $
2# $Id: Makefile,v 1.2 1994/08/19 11:15:40 jkh 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.

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

104 ieee.3 nextafter.3 ieee.3 remainder.3 ieee.3 scalbn.3
105MLINKS+=ieee_test.3 logb.3
106MLINKS+=ieee_test.3 scalb.3
107MLINKS+=ieee_test.3 significand.3
108MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3
109MLINKS+=lgamma.3 gamma.3
110MLINKS+=sqrt.3 cbrt.3
111
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.

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

104 ieee.3 nextafter.3 ieee.3 remainder.3 ieee.3 scalbn.3
105MLINKS+=ieee_test.3 logb.3
106MLINKS+=ieee_test.3 scalb.3
107MLINKS+=ieee_test.3 significand.3
108MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3
109MLINKS+=lgamma.3 gamma.3
110MLINKS+=sqrt.3 cbrt.3
111
112# XXX we should have only one math.h, and a rule for installing .h's...
113beforeinstall:
114 @${ECHO} Installing new math.h
115 @(cd ${.CURDIR}/src; cmp -s math.h ${DESTDIR}/usr/include/math.h || \
116 install -c -o ${BINOWN} -g ${BINGRP} -m 444 math.h \
117 ${DESTDIR}/usr/include/math.h;)
118
112.include <bsd.lib.mk>
119.include <bsd.lib.mk>