Deleted Added
full compact
Makefile (172500) Makefile (173766)
1# $FreeBSD: head/lib/libthr/Makefile 172500 2007-10-09 23:31:11Z obrien $
1# $FreeBSD: head/lib/libthr/Makefile 173766 2007-11-20 02:07:30Z jb $
2#
3# All library objects contain FreeBSD revision strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
6# below. Note, there are no IDs for syscall stubs whose sources are generated.
7# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
8# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
9# system call stubs.

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

22CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
23 -I${.CURDIR}/../../include
24CFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH}/include
25CFLAGS+=-I${.CURDIR}/sys
26CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
27CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
28CFLAGS+=-I${.CURDIR}/../libthread_db
29CFLAGS+=-Winline
2#
3# All library objects contain FreeBSD revision strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
6# below. Note, there are no IDs for syscall stubs whose sources are generated.
7# To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
8# (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the
9# system call stubs.

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

22CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
23 -I${.CURDIR}/../../include
24CFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH}/include
25CFLAGS+=-I${.CURDIR}/sys
26CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
27CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
28CFLAGS+=-I${.CURDIR}/../libthread_db
29CFLAGS+=-Winline
30CFLAGS+=-fno-strict-aliasing
30
31# CFLAGS+=-DSYSTEM_SCOPE_ONLY
32
33VERSION_MAP=${.CURDIR}/pthread.map
34
35MAN= libthr.3
36
37# enable extra internal consistancy checks

--- 20 unchanged lines hidden ---
31
32# CFLAGS+=-DSYSTEM_SCOPE_ONLY
33
34VERSION_MAP=${.CURDIR}/pthread.map
35
36MAN= libthr.3
37
38# enable extra internal consistancy checks

--- 20 unchanged lines hidden ---