2006-11-29 18:18:10 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2006/11/29 15:18:10 he Exp $
|
2006-05-15 20:31:37 +04:00
|
|
|
|
|
|
|
.include "Makefile.inc"
|
|
|
|
|
|
|
|
SUBDIR= bfd libiberty opcodes libgdb
|
|
|
|
.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
|
|
|
|
SUBDIR+= readline
|
|
|
|
.endif
|
|
|
|
|
2006-11-29 18:18:10 +03:00
|
|
|
SUBDIR+= sim .WAIT
|
2006-05-15 20:31:37 +04:00
|
|
|
|
|
|
|
SUBDIR+= gdb
|
|
|
|
.if ${USE_TUI} == yes
|
|
|
|
SUBDIR+= gdbtui
|
|
|
|
.endif
|
|
|
|
|
|
|
|
#SUBDIR+= gdbserver
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|