]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/lib/Makefile
MFC r289393:
[FreeBSD/stable/10.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline
6
7 .if ${MK_SSP} != "no"
8 SUBDIR+= libssp
9 .endif
10
11 .if ${MK_TESTS} != "no"
12 SUBDIR+= tests
13 .endif
14
15 # libsupc++ uses libstdc++ headers, although 'make includes' should
16 # have taken care of that already.
17 .if ${MK_GNUCXX} != "no"
18 SUBDIR+= libstdc++ libsupc++
19 SUBDIR_DEPENDS_libsupc++:= libstdc++
20 .endif
21
22 SUBDIR_PARALLEL=
23
24 .include <bsd.subdir.mk>