Deleted Added
full compact
Makefile (281714) Makefile (282057)
1# $FreeBSD: head/lib/libthr/Makefile 281714 2015-04-18 21:50:13Z kib $
1# $FreeBSD: head/lib/libthr/Makefile 282057 2015-04-27 06:49:27Z ngie $
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.

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

56.endif
57.if !defined(NO_PIC)
58SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
59.endif
60.if ${MK_PROFILE} != "no"
61SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
62.endif
63
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.

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

56.endif
57.if !defined(NO_PIC)
58SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
59.endif
60.if ${MK_PROFILE} != "no"
61SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
62.endif
63
64.include <bsd.arch.inc.mk>
64.if ${MK_TESTS} != "no"
65SUBDIR+= tests
66.endif
65
66.include <bsd.lib.mk>
67
68.include <bsd.lib.mk>