Deleted Added
full compact
Makefile (180012) Makefile (189765)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 180012 2008-06-25 21:33:28Z ru $
2# $FreeBSD: head/lib/libc/Makefile 189765 2009-03-13 10:40:38Z gabor $
3
4SHLIBDIR?= /lib
5
6.include <bsd.own.mk>
7
8# All library objects contain FreeBSD revision strings by default; they may be
9# excluded as a space-saving measure. To produce a library that does
10# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
11# below. Note: there are no IDs for syscall stubs whose sources are generated.
12# To include legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
13# to CFLAGS below. -DSYSLIBC_SCCS affects just the system call stubs.
14LIB=c
15SHLIB_MAJOR= 7
16WARNS?= 2
17CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
18CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
3
4SHLIBDIR?= /lib
5
6.include <bsd.own.mk>
7
8# All library objects contain FreeBSD revision strings by default; they may be
9# excluded as a space-saving measure. To produce a library that does
10# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
11# below. Note: there are no IDs for syscall stubs whose sources are generated.
12# To include legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
13# to CFLAGS below. -DSYSLIBC_SCCS affects just the system call stubs.
14LIB=c
15SHLIB_MAJOR= 7
16WARNS?= 2
17CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
18CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
19CFLAGS+=-DNLS
19CLEANFILES+=tags
20INSTALL_PIC_ARCHIVE=
21PRECIOUSLIB=
22
23#
24# Only link with static libgcc.a (no libgcc_eh.a).
25#
26DPADD+= ${LIBGCC}

--- 104 unchanged lines hidden ---
20CLEANFILES+=tags
21INSTALL_PIC_ARCHIVE=
22PRECIOUSLIB=
23
24#
25# Only link with static libgcc.a (no libgcc_eh.a).
26#
27DPADD+= ${LIBGCC}

--- 104 unchanged lines hidden ---