head	1.3;
access;
symbols
	BEFORE_BU_2_12:1.2
	BEFORE_BU_2112_snap:1.2
	BEFORE_BU_2110:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.06.30.05.29.43;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	2001.10.14.02.07.25;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.25.02.20.37;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Don't need these any more.
@
text
@# $FreeBSD: src/gnu/usr.bin/binutils/gdbserver5/Makefile,v 1.2 2001/10/14 02:07:25 obrien Exp $

.include "../Makefile.inc0"

# Not elf specific so don't install in /usr/libexec/elf
BINDIR=/usr/bin

GDBDIR=	${.CURDIR}/../../../../contrib/gdb.291
.PATH:	${GDBDIR}/gdb/gdbserver
.PATH:	${GDBDIR}/gdb

PROG=	gdbserver

SRCS=	remote-utils.c utils.c server.c
SRCS+=	low-fbsd.c

CFLAGS+=	-I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+=	-I${GDBDIR}/gdb
CFLAGS+=	-I${GDBDIR}/gdb/config
CFLAGS+=	-I${GDBDIR}/gdb/gdbserver
CFLAGS+=	-I../libbfd	# for BFD's config.h
CFLAGS+=	-DNO_MMALLOC

.include <bsd.prog.mk>
@


1.2
log
@Need to look in additional places for BFD's config.h now.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Temporary build structure for GDB 5.0 so people can test the new version
before pulling the switch to making it the default version.
@
text
@d21 1
@

