]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/gdb/arch/sparc64/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / gdb / arch / sparc64 / Makefile
1 # $FreeBSD$
2
3 .if !defined(GDB_CROSS_DEBUGGER)
4 LIBSRCS+= fbsd-threads.c
5 LIBSRCS+= solib.c solib-legacy.c solib-svr4.c
6 LIBSRCS+= sparc-nat.c sparc64-nat.c sparc64fbsd-nat.c
7 .endif
8 LIBSRCS+= sparc-tdep.c sparc64-tdep.c sparc64fbsd-tdep.c
9
10 nm.h:
11         echo '#include "sparc/nm-fbsd.h"' > ${.TARGET}
12
13 tm.h:
14         echo '#include "sparc/tm-fbsd.h"' > ${.TARGET}