1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1999-05-02 15:50:18 -04:00
|
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
1997-04-25 18:25:22 -04:00
|
|
|
|
1999-05-08 08:08:06 -04:00
|
|
|
# Not elf specific so don't install in /usr/libexec/elf
|
|
|
|
|
BINDIR=/usr/bin
|
|
|
|
|
|
1997-04-25 18:25:22 -04:00
|
|
|
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
|
|
|
|
.PATH: ${GDBDIR}/gdb/gdbserver
|
|
|
|
|
.PATH: ${GDBDIR}/gdb
|
|
|
|
|
|
|
|
|
|
PROG= gdbreplay
|
2004-12-21 03:47:35 -05:00
|
|
|
NO_MAN=
|
1997-04-25 18:25:22 -04:00
|
|
|
|
|
|
|
|
SRCS= gdbreplay.c
|
|
|
|
|
|
2002-06-29 14:19:53 -04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../gdb
|
1999-05-02 15:50:18 -04:00
|
|
|
CFLAGS+= -I${GDBDIR}/gdb
|
|
|
|
|
CFLAGS+= -I${GDBDIR}/gdb/config
|
|
|
|
|
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
|
|
|
|
|
CFLAGS+= -DNO_MMALLOC
|
1997-04-25 18:25:22 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|