Deleted Added
full compact
Makefile (107052) Makefile (110566)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 107052 2002-11-18 09:50:57Z ru $
2# $FreeBSD: head/lib/libc/Makefile 110566 2003-02-08 20:37:55Z mike $
3#
4# All library objects contain FreeBSD revision strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
7# below. Note, there are no IDs for syscall stubs whose sources are generated.
8# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
9# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
10# system call stubs.
11LIB=c
12SHLIB_MAJOR= 5
3#
4# All library objects contain FreeBSD revision strings by default; they may be
5# excluded as a space-saving measure. To produce a library that does
6# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
7# below. Note, there are no IDs for syscall stubs whose sources are generated.
8# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
9# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
10# system call stubs.
11LIB=c
12SHLIB_MAJOR= 5
13CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
14AINC= -I${.CURDIR}/${MACHINE_ARCH}
13AINC= -I${.CURDIR}/${MACHINE_ARCH}
14CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include ${AINC}
15CLEANFILES+=tags
16INSTALL_PIC_ARCHIVE= yes
17PRECIOUSLIB= yes
18
19# Define (empty) variables so that make doesn't give substitution
20# errors if the included makefiles don't change these:
21MDSRCS=
22MISRCS=

--- 73 unchanged lines hidden ---
15CLEANFILES+=tags
16INSTALL_PIC_ARCHIVE= yes
17PRECIOUSLIB= yes
18
19# Define (empty) variables so that make doesn't give substitution
20# errors if the included makefiles don't change these:
21MDSRCS=
22MISRCS=

--- 73 unchanged lines hidden ---