Makefile (042df2e2dadea9f43b62b79ed97534c0eecf1dad) | Makefile (fe73c506a4ae8c991a4c62fe76ff30007b0d0aba) |
---|---|
1# @(#)Makefile 8.2 (Berkeley) 2/3/94 2# $FreeBSD$ 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} | 1# @(#)Makefile 8.2 (Berkeley) 2/3/94 2# $FreeBSD$ 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 --- |