]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/libthread_db/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / libthread_db / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/arch/${MACHINE_CPUARCH}
4
5 LIB=    thread_db
6 SHLIB_MAJOR= 3
7 SRCS=   thread_db.c
8 SRCS+=  libpthread_md.c
9 SRCS+=  libpthread_db.c
10 SRCS+=  libthr_db.c
11 INCS=   thread_db.h
12
13 CFLAGS+=-I. -I${.CURDIR}
14 SYM_MAPS+=${.CURDIR}/Symbol.map
15
16 SYMBOL_MAPS=${SYM_MAPS}
17 VERSION_DEF=${.CURDIR}/../libc/Versions.def
18
19 .include <bsd.lib.mk>