xref: /netbsd-src/external/gpl3/gcc/lib/Makefile (revision b83ebeba7f767758d2778bb0f9d7a76534253621)
1#	$NetBSD: Makefile,v 1.12 2016/06/05 01:17:57 christos 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+= libasan libubsan
16
17.include <bsd.subdir.mk>
18