]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
Merge compiler-rt trunk r321017 to contrib/compiler-rt.
[FreeBSD/FreeBSD.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR=                 csu
6 SUBDIR.${MK_DIALOG}+=   libdialog
7 SUBDIR.${MK_GCC}+=      libgcov libgomp
8 SUBDIR.${MK_SSP}+=      libssp
9 SUBDIR.${MK_TESTS}+=    tests
10 SUBDIR.${MK_GDB}+=      libreadline
11
12 .if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
13     ${MK_GDB} != "no"
14 SUBDIR+=                libregex
15 .endif
16
17 .if ${MK_LLVM_LIBUNWIND} == "no"
18 SUBDIR+=                libgcc
19 .endif
20
21 # libsupc++ uses libstdc++ headers, although 'make includes' should
22 # have taken care of that already.
23 .if ${MK_GNUCXX} != "no"
24 SUBDIR+= libstdc++ libsupc++
25 SUBDIR_DEPENDS_libsupc++:= libstdc++
26 .endif
27
28 SUBDIR_PARALLEL=
29
30 .include <bsd.subdir.mk>