4c9a2ef7d3
* Regen files with proper OS names and version numbers. * Clean up toolchain2netbsd somewhat, to get it ready to be cross-host compatible (more work to be done here, but it's getting closer). * Add framework for gdbreplay and gdbserver, but hold off on enabling these by default until low-nbsd.c is verified to work everywhere.
20 lines
472 B
Makefile
20 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/12/19 23:54:32 tv Exp $
|
|
|
|
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/gdbserver.mk"
|
|
|
|
TOP= ${.CURDIR}/../../..
|
|
DIST= ${TOP}/dist/toolchain
|
|
|
|
PROG= gdbreplay
|
|
NOMAN= # defined
|
|
|
|
SRCS= gdbreplay.c
|
|
CPPFLAGS= -I${DIST} -I${.CURDIR}/../arch/${MACHINE_ARCH} \
|
|
${G_INTERNAL_CFLAGS:M-[ID]*:N*readline*:N*intl*:N-I.*} \
|
|
-I${TOP}/lib/libbfd/arch/${MACHINE_ARCH}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${DIST}/gdb/gdbserver
|