Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / binutils / gdbreplay / Makefile
1 # $FreeBSD: src/gnu/usr.bin/binutils/gdbreplay/Makefile,v 1.6 1999/08/27 23:34:50 peter Exp $
2 # $DragonFly: src/gnu/usr.bin/binutils/gdbreplay/Attic/Makefile,v 1.2 2003/06/17 04:25:44 dillon Exp $
3
4 .include "../Makefile.inc0"
5
6 # Not elf specific so don't install in /usr/libexec/elf
7 BINDIR=/usr/bin
8
9 GDBDIR= ${.CURDIR}/../../../../contrib/gdb
10 .PATH:  ${GDBDIR}/gdb/gdbserver
11 .PATH:  ${GDBDIR}/gdb
12
13 PROG=   gdbreplay
14 NOMAN=  yes
15
16 SRCS=   gdbreplay.c
17
18 CFLAGS+=        -I${.CURDIR}/../gdb/${MACHINE_ARCH}
19 CFLAGS+=        -I${GDBDIR}/gdb
20 CFLAGS+=        -I${GDBDIR}/gdb/config
21 CFLAGS+=        -I${GDBDIR}/gdb/gdbserver
22 CFLAGS+=        -DNO_MMALLOC
23
24 .include <bsd.prog.mk>