]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/gdb/arch/mips/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / gdb / arch / mips / Makefile
1 # $FreeBSD$
2
3 .if !defined(GDB_CROSS_DEBUGGER)
4 LIBSRCS+= mips-nat.c mips-nat.c mipsfbsd-nat.c
5 .endif
6 LIBSRCS+= solib.c solib-svr4.c
7 LIBSRCS+= mips-tdep.c mipsfbsd-tdep.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}