]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/gdb/arch/arm/Makefile
This commit was generated by cvs2svn to compensate for changes in r171169,
[FreeBSD/FreeBSD.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
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}