# $FreeBSD: releng/12.1/gnu/usr.bin/gdb/arch/arm/Makefile 181167 2008-08-02 12:33:39Z cognet $ GENSRCS+= xm.h LIBSRCS+= armbsdsux-nat.c LIBSRCS+= arm-tdep.c armbsdsux-tdep.c solib.c solib-svr4.c armfbsd-tdep.c .if !defined(GDB_CROSS_DEBUGGER) LIBSRCS+= bsdsux-threads.c fbsd-threads.c .endif nm.h: #XXX this should be arm/nm-bsdsux.h but won't until it's merged into the gdb repo echo '#include "nm-bsdsux.h"' > ${.TARGET} tm.h: #XXX this should be arm/tm-bsdsux.h echo '#include "tm-bsdsux.h"' > ${.TARGET} xm.h: #XXX this should be arm/xm-bsdsux.h echo '#include "xm-bsdsux.h"' > ${.TARGET}