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