summaryrefslogtreecommitdiff
path: root/external/gpl3/gdb.old/lib/Makefile
blob: f424cc32501ad272c6291ce0b69d69776491ce31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.9 2023/03/21 16:55:30 christos Exp $

.include "../Makefile.inc"

SUBDIR=		libbfd libiberty libopcodes libgdb libgdbsupport libdecnumber
SUBDIR+=	libgnulib libctf
.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
SUBDIR+=	libreadline
.endif

.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
    ${MACHINE_ARCH} == powerpc64
SUBDIR+= libsim
.endif


.include <bsd.subdir.mk>