Merge from vendor branch LESS:
[dragonfly.git] / gnu / usr.bin / gdb / libgdb / Makefile.amd64
1 # $DragonFly: src/gnu/usr.bin/gdb/libgdb/Makefile.amd64,v 1.3 2007/08/21 19:55:23 corecode Exp $
2
3 SRCS+=  amd64-nat.c amd64-tdep.c amd64bsd-nat.c amd64fbsd-nat.c
4 SRCS+=  amd64fbsd-tdep.c i386-tdep.c i386bsd-tdep.c i386fbsd-tdep.c
5 SRCS+=  i387-tdep.c
6
7 # Hack to avoid compilation of the wrong file
8 SRCS:=  ${SRCS:N*i386bsd-nat.c*:N*i386fbsd-nat.c*}
9
10 nm.h:
11         echo '#include "i386/nm-fbsd64.h"' > ${.TARGET}
12
13 tm.h:
14         echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
15
16 xm.h:
17         echo '#include "i386/xm-i386.h"' > ${.TARGET}