xref: /netbsd-src/external/gpl3/gdb/lib/Makefile (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
1#	$NetBSD: Makefile,v 1.6 2024/08/27 21:50:00 christos Exp $
2
3.include "../Makefile.inc"
4
5SUBDIR+=	libbacktrace libbfd libiberty libopcodes libgdb libgdbsupport
6SUBDIR+=	libdecnumber libgnulib libctf libsframe
7.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
8SUBDIR+=	libreadline
9.endif
10
11#.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
12#    ${MACHINE_ARCH} == powerpc64
13#SUBDIR+= libsim
14#.endif
15
16
17.include <bsd.subdir.mk>
18