]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - gnu/usr.bin/gdb/arch/arm/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / gnu / usr.bin / gdb / arch / arm / Makefile
1 # $FreeBSD$
2
3 GENSRCS+= xm.h
4 LIBSRCS+= armfbsd-nat.c
5 LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c fbsd-threads.c
6
7 nm.h:
8 #XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo
9         echo '#include "nm-fbsd.h"' > ${.TARGET}
10
11 tm.h:
12 #XXX this should be arm/tm-fbsd.h
13         echo '#include "tm-fbsd.h"' > ${.TARGET}
14
15 xm.h:
16 #XXX this should be arm/xm-fbsd.h
17         echo '#include "xm-fbsd.h"' > ${.TARGET}