From 57f37775e52a930e22e0726eef8eaf1e865061ab Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Fri, 25 Apr 1997 22:25:22 +0000 Subject: [PATCH] Initial import of gdbreplay build structure --- gnu/usr.bin/binutils/gdbreplay/Makefile | 17 +++++++++++++++++ gnu/usr.bin/gdb/gdbreplay/Makefile | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 gnu/usr.bin/binutils/gdbreplay/Makefile create mode 100644 gnu/usr.bin/gdb/gdbreplay/Makefile diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile new file mode 100644 index 000000000000..43ae9dca1543 --- /dev/null +++ b/gnu/usr.bin/binutils/gdbreplay/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $ + +GDBDIR= ${.CURDIR}/../../../../contrib/gdb +.PATH: ${GDBDIR}/gdb/gdbserver +.PATH: ${GDBDIR}/gdb +.PATH: ${GDBDIR}/opcodes + +PROG= gdbreplay +BINDIR= /usr/bin +NOMAN= yes + +SRCS= gdbreplay.c + +CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd +CFLAGS+=-DNO_MMALLOC + +.include diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile new file mode 100644 index 000000000000..43ae9dca1543 --- /dev/null +++ b/gnu/usr.bin/gdb/gdbreplay/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $ + +GDBDIR= ${.CURDIR}/../../../../contrib/gdb +.PATH: ${GDBDIR}/gdb/gdbserver +.PATH: ${GDBDIR}/gdb +.PATH: ${GDBDIR}/opcodes + +PROG= gdbreplay +BINDIR= /usr/bin +NOMAN= yes + +SRCS= gdbreplay.c + +CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd +CFLAGS+=-DNO_MMALLOC + +.include