Initial import of gdbreplay build structure
This commit is contained in:
parent
1ab475491a
commit
507b33f76a
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>
|
Loading…
Reference in New Issue
Block a user