xref: /netbsd-src/external/gpl3/gdb.old/lib/Makefile (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1#	$NetBSD: Makefile,v 1.8 2020/09/14 00:40:37 christos Exp $
2
3.include "../Makefile.inc"
4
5SUBDIR=		libbfd libiberty libopcodes libgdb libdecnumber
6.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
7SUBDIR+=	libreadline
8.endif
9
10.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
11    ${MACHINE_ARCH} == powerpc64
12SUBDIR+= libsim
13.endif
14
15
16.include <bsd.subdir.mk>
17