xref: /netbsd-src/external/gpl3/gcc.old/lib/Makefile (revision 87d689fb734c654d2486f87f7be32f1b53ecdbec)
1#	$NetBSD: Makefile,v 1.5 2017/07/23 01:11:47 mrg Exp $
2
3.include <bsd.own.mk>
4
5# crtstuff is built out of elsewhere, or not at all
6SUBDIR+= libgcc .WAIT
7SUBDIR+= libiberty libobjc libgomp
8SUBDIR+= libbacktrace
9SUBDIR+= liblto_plugin
10
11.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")
12SUBDIR+= libsupc++ libstdc++-v3
13.endif
14
15SUBDIR+= .WAIT libasan libubsan
16
17.include <bsd.subdir.mk>
18