]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/gdb/arch/arm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / gdb / arch / arm / Makefile
1 # $FreeBSD$
2
3 GENSRCS+= xm.h
4 LIBSRCS+= armfbsd-nat.c
5 LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
6 .if !defined(GDB_CROSS_DEBUGGER)
7 LIBSRCS+= fbsd-threads.c
8 .endif
9
10 nm.h:
11 #XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo
12         echo '#include "nm-fbsd.h"' > ${.TARGET}
13
14 tm.h:
15 #XXX this should be arm/tm-fbsd.h
16         echo '#include "tm-fbsd.h"' > ${.TARGET}
17
18 xm.h:
19 #XXX this should be arm/xm-fbsd.h
20         echo '#include "xm-fbsd.h"' > ${.TARGET}