xref: /freebsd/gnu/lib/Makefile (revision 016e7731e7c8f0a0776d691e439378fdf51b64a3)
19b7a44a6SPeter Wemm# $FreeBSD$
2984de365SRodney W. Grimes
3c6063d0dSWarner Losh.include <src.opts.mk>
4e1fe3dbaSRuslan Ermilov
5b31f8596SEd MasteSUBDIR= csu libgcc libregex
6b31f8596SEd Maste
7b31f8596SEd MasteSUBDIR.${MK_DIALOG}+=	libdialog
8*016e7731SEd MasteSUBDIR.${MK_GCC}+=	libgcov libgomp
9*016e7731SEd MasteSUBDIR.${MK_SSP}+=	libssp
10*016e7731SEd MasteSUBDIR.${MK_TESTS}+=	tests
1138f0b757SJulio Merino
12cab0e8ffSMarius Strobl.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
1340f51e75SBaptiste DaroussinSUBDIR+=	libreadline
1440f51e75SBaptiste Daroussin.endif
1540f51e75SBaptiste Daroussin
16b5ad6294SPeter Wemm# libsupc++ uses libstdc++ headers, although 'make includes' should
17b5ad6294SPeter Wemm# have taken care of that already.
189e88096eSWarner Losh.if ${MK_GNUCXX} != "no"
19b5ad6294SPeter WemmSUBDIR+= libstdc++ libsupc++
20aa92269eSBryan DrewerySUBDIR_DEPENDS_libsupc++:= libstdc++
2183f56d9aSRuslan Ermilov.endif
22690d1b00SDavid E. O'Brien
23aa92269eSBryan DrewerySUBDIR_PARALLEL=
24aa92269eSBryan Drewery
25984de365SRodney W. Grimes.include <bsd.subdir.mk>
26