Deleted Added
full compact
Makefile (181148) Makefile (181167)
1# $FreeBSD: head/gnu/usr.bin/gdb/arch/arm/Makefile 181148 2008-08-02 01:21:04Z cognet $
1# $FreeBSD: head/gnu/usr.bin/gdb/arch/arm/Makefile 181167 2008-08-02 12:33:39Z cognet $
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)
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)
7LIBSRC+= fbsd-threads.c
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}
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}