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