]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5
[FreeBSD/FreeBSD.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR=
6 SUBDIR.${MK_DIALOG}+=   libdialog
7 SUBDIR.${MK_GCC}+=      libgcov
8 .if ${MK_GCC} != "no" && ${MK_OPENMP} == "no"
9 SUBDIR+=                libgomp
10 .endif
11 SUBDIR.${MK_TESTS}+=    tests
12
13 .if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
14     ${MK_GDB} != "no"
15 SUBDIR+=                libregex
16 .endif
17
18 # libsupc++ uses libstdc++ headers, although 'make includes' should
19 # have taken care of that already.
20 .if ${MK_GNUCXX} != "no"
21 SUBDIR+= libstdc++ libsupc++
22 SUBDIR_DEPENDS_libsupc++:= libstdc++
23 .endif
24
25 SUBDIR_PARALLEL=
26
27 .include <bsd.subdir.mk>