150472Speter# $FreeBSD: releng/10.3/gnu/lib/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
21042Srgrimes
3156813Sru.include <bsd.own.mk>
4156813Sru
5235727SmarcelSUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline
61042Srgrimes
7235727Smarcel.if ${MK_SSP} != "no"
8235727SmarcelSUBDIR+= libssp
9235727Smarcel.endif
10235727Smarcel
11265037Sjmmv.if ${MK_TESTS} != "no"
12265037SjmmvSUBDIR+= tests
13265037Sjmmv.endif
14265037Sjmmv
1597433Speter# libsupc++ uses libstdc++ headers, although 'make includes' should
1697433Speter# have taken care of that already.
17255321Stheraven.if ${MK_GNUCXX} != "no"
1897433SpeterSUBDIR+= libstdc++ libsupc++
19291792SbdrewerySUBDIR_DEPENDS_libsupc++:= libstdc++
2067489Sobrien.endif
2167489Sobrien
22291792SbdrewerySUBDIR_PARALLEL=
23291792Sbdrewery
241042Srgrimes.include <bsd.subdir.mk>
25