]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libthread_db/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / lib / libthread_db / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/arch/${MACHINE_CPUARCH}
4
5 PACKAGE=lib${LIB}
6 LIB=    thread_db
7 SHLIB_MAJOR= 3
8 SRCS=   thread_db.c
9 SRCS+=  libpthread_md.c
10 SRCS+=  libpthread_db.c
11 SRCS+=  libthr_db.c
12 INCS=   thread_db.h
13
14 CFLAGS+=-I. -I${.CURDIR}
15 SYM_MAPS+=${.CURDIR}/Symbol.map
16
17 SYMBOL_MAPS=${SYM_MAPS}
18 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
19
20 # Unfortunately, clang gives an incorrect warning about alignment in
21 # arch/i386/libpthread_md.c, so turn that off for now.
22 NO_WCAST_ALIGN.clang=
23
24 .include <bsd.lib.mk>