Another round of spelling fixes in manpages, messages, readmes etc.
[dragonfly/vkernel-mp.git] / gnu / usr.bin / gdb / libgdb / Makefile.amd64
blob23bdc57c093877b69f35f70da759148a27ce169a
1 # $DragonFly: src/gnu/usr.bin/gdb/libgdb/Makefile.amd64,v 1.2 2006/07/27 02:30:10 corecode Exp $
3 SRCS+=  amd64-nat.c amd64-tdep.c amd64bsd-nat.c amd64fbsd-nat.c bsd-kvm.c
4 SRCS+=  amd64fbsd-tdep.c i386-tdep.c i386bsd-tdep.c i386fbsd-tdep.c
5 SRCS+=  i387-tdep.c
7 # Hack to avoid compilation of the wrong file
8 SRCS:=  ${SRCS:N*i386bsd-nat.c*:N*i386fbsd-nat.c*}
10 nm.h:
11         echo '#include "i386/nm-fbsd64.h"' > ${.TARGET}
13 tm.h:
14         echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
16 xm.h:
17         echo '#include "i386/xm-i386.h"' > ${.TARGET}