Deleted Added
full compact
Makefile (284810) Makefile (291815)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: stable/10/lib/msun/Makefile 284810 2015-06-25 13:01:10Z tijl $
2# $FreeBSD: stable/10/lib/msun/Makefile 291815 2015-12-04 18:59:20Z bdrewery $
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.

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

30.if ${LDBL_PREC} == 64
31.PATH: ${.CURDIR}/ld80
32CFLAGS+= -I${.CURDIR}/ld80
33.elif ${LDBL_PREC} == 113
34.PATH: ${.CURDIR}/ld128
35CFLAGS+= -I${.CURDIR}/ld128
36.endif
37
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.

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

30.if ${LDBL_PREC} == 64
31.PATH: ${.CURDIR}/ld80
32CFLAGS+= -I${.CURDIR}/ld80
33.elif ${LDBL_PREC} == 113
34.PATH: ${.CURDIR}/ld128
35CFLAGS+= -I${.CURDIR}/ld128
36.endif
37
38CFLAGS+= -I${.CURDIR}/${ARCH_SUBDIR}
39
38.PATH: ${.CURDIR}/bsdsrc
39.PATH: ${.CURDIR}/src
40.PATH: ${.CURDIR}/man
41
42LIB= m
43SHLIBDIR?= /lib
44SHLIB_MAJOR= 5
45WARNS?= 1

--- 183 unchanged lines hidden ---
40.PATH: ${.CURDIR}/bsdsrc
41.PATH: ${.CURDIR}/src
42.PATH: ${.CURDIR}/man
43
44LIB= m
45SHLIBDIR?= /lib
46SHLIB_MAJOR= 5
47WARNS?= 1

--- 183 unchanged lines hidden ---