aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/alpha/Makefile
blob: 6ed43689b83031e1dc45dd45c9a157f3fcd0aff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.if !defined(GDB_CROSS_DEBUGGER)
LIBSRCS+= core-regset.c solib.c solib-legacy.c solib-svr4.c
LIBSRCS+= alphabsd-nat.c
.endif
LIBSRCS+= alpha-mdebug-tdep.c alpha-tdep.c alphabsd-tdep.c alphafbsd-tdep.c

nm.h:
	echo '#include "alpha/nm-fbsd.h"' > ${.TARGET}

tm.h:
	echo '#include "alpha/tm-alpha.h"' > ${.TARGET}