Activate gdbserver and gdbreplay

This commit is contained in:
Paul Traina 1997-04-26 17:34:05 +00:00
parent c76e95c3c7
commit e620a3be19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25170
6 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@ -11,7 +11,7 @@ NOMAN= yes
SRCS= gdbreplay.c
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
CFLAGS+=-DNO_MMALLOC
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@ -11,7 +11,7 @@ BINDIR= /usr/bin
SRCS= remote-utils.c utils.c server.c
SRCS+= low-fbsd.c
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
CFLAGS+=-DNO_MMALLOC
.include <bsd.prog.mk>

View File

@ -1,3 +1,3 @@
SUBDIR= bfd libiberty gdb doc
SUBDIR= bfd libiberty gdb doc gdbreplay gdbserver
.include <bsd.subdir.mk>

View File

@ -1,6 +1,6 @@
# bsd.lib.mk causes this file to be loaded multiple times.
.if !defined(BEEN_HERE)
BEEN_HERE=1
.if !defined(GDB_MAKEFILE_INC_BEEN_HERE)
GDB_MAKEFILE_INC_BEEN_HERE=yes
# this may be defined in other places
.if !defined(GDBDIR)

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@ -11,7 +11,7 @@ NOMAN= yes
SRCS= gdbreplay.c
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
CFLAGS+=-DNO_MMALLOC
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $
# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
@ -11,7 +11,7 @@ BINDIR= /usr/bin
SRCS= remote-utils.c utils.c server.c
SRCS+= low-fbsd.c
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd
CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd
CFLAGS+=-DNO_MMALLOC
.include <bsd.prog.mk>