1# $FreeBSD$
2
3GENSRCS+= xm.h
4LIBSRCS+= armfbsd-nat.c
5LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
6.if !defined(GDB_CROSS_DEBUGGER)
7LIBSRCS+= fbsd-threads.c
8.endif
9
10nm.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
14tm.h:
15#XXX this should be arm/tm-fbsd.h
16	echo '#include "tm-fbsd.h"' > ${.TARGET}
17
18xm.h:
19#XXX this should be arm/xm-fbsd.h
20	echo '#include "xm-fbsd.h"' > ${.TARGET}
21