mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Initial import of gdbreplay build structure
This commit is contained in:
parent
ec15f0c7ce
commit
57f37775e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/TRAINA/; revision=25147
17
gnu/usr.bin/binutils/gdbreplay/Makefile
Normal file
17
gnu/usr.bin/binutils/gdbreplay/Makefile
Normal 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>
|
17
gnu/usr.bin/gdb/gdbreplay/Makefile
Normal file
17
gnu/usr.bin/gdb/gdbreplay/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user