]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/binutils/gdbreplay/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / binutils / gdbreplay / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc0"
4
5 # Not elf specific so don't install in /usr/libexec/elf
6 BINDIR=/usr/bin
7
8 GDBDIR= ${.CURDIR}/../../../../contrib/gdb
9 .PATH:  ${GDBDIR}/gdb/gdbserver
10 .PATH:  ${GDBDIR}/gdb
11
12 PROG=   gdbreplay
13 NO_MAN=
14
15 SRCS=   gdbreplay.c
16
17 CFLAGS+=        -I${.CURDIR}/../gdb
18 CFLAGS+=        -I${GDBDIR}/gdb
19 CFLAGS+=        -I${GDBDIR}/gdb/config
20 CFLAGS+=        -I${GDBDIR}/gdb/gdbserver
21 CFLAGS+=        -DNO_MMALLOC
22
23 .include <bsd.prog.mk>