]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/gdb/arch/powerpc/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 / 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}