Deleted Added
full compact
Makefile (176056) Makefile (188583)
1# $FreeBSD: head/lib/libkse/Makefile 176056 2008-02-06 20:33:59Z des $
1# $FreeBSD: head/lib/libkse/Makefile 188583 2009-02-13 16:51:36Z jkim $
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.

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

47PRECIOUSLIB=
48
49.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
50.include "${.CURDIR}/support/Makefile.inc"
51.include "${.CURDIR}/sys/Makefile.inc"
52.include "${.CURDIR}/thread/Makefile.inc"
53
54.if ${DEFAULT_THREAD_LIB} == "libkse" || ${MK_LIBTHR} == "no"
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.

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

47PRECIOUSLIB=
48
49.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
50.include "${.CURDIR}/support/Makefile.inc"
51.include "${.CURDIR}/sys/Makefile.inc"
52.include "${.CURDIR}/thread/Makefile.inc"
53
54.if ${DEFAULT_THREAD_LIB} == "libkse" || ${MK_LIBTHR} == "no"
55.if ${MK_INSTALLLIB} != "no"
55SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a
56SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a
57.endif
56.if !defined(NO_PIC)
57SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
58.endif
59.if ${MK_PROFILE} != "no"
60SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
61.endif
62.endif
63
64.include <bsd.lib.mk>
58.if !defined(NO_PIC)
59SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
60.endif
61.if ${MK_PROFILE} != "no"
62SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
63.endif
64.endif
65
66.include <bsd.lib.mk>