Initial import of gdbreplay build structure

This commit is contained in:
Paul Traina 1997-04-25 22:25:22 +00:00
parent ec15f0c7ce
commit 57f37775e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/TRAINA/; revision=25147
2 changed files with 34 additions and 0 deletions

View File

@ -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 <bsd.prog.mk>

View File

@ -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 <bsd.prog.mk>