head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.06.28.12.13.36;	author davidxu;	state dead;
branches;
next	1.1;

1.1
date	2004.02.04.05.01.15;	author davidxu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove libpthread_dbg, soon it will be replaced by libthread_db which
is a defacto standard on other UNIX systems.
@
text
@# $FreeBSD: src/lib/libpthread_dbg/Makefile,v 1.1 2004/02/04 05:01:15 davidxu Exp $

LIB=pthread_dbg
SHLIB_MAJOR=1
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/../libpthread/thread \
	-I${.CURDIR}/../../include
CFLAGS+=-I${.CURDIR}/../libpthread/arch/${MACHINE_ARCH}/include
CFLAGS+=-I${.CURDIR}/../libpthread/sys
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}/include
CFLAGS+=-Wall

PRECIOUSLIB=yes

.PATH: ${.CURDIR}

SRCS+=pthread_dbg.c

.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
.include <bsd.lib.mk>
@


1.1
log
@Import initial work of libpthread debugging. This is a debugger independent
friend library for libpthread, the library will be used by debugger to
read/write libpthread's internal data structures.
@
text
@d1 1
a1 1
# $FreeBSD$
@

