]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
Copy libevent sources to contrib
[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
11 .if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
12     ${MK_GDB} != "no"
13 SUBDIR+=                libregex
14 .endif
15
16 .if ${MK_LLVM_LIBUNWIND} == "no"
17 SUBDIR+=                libgcc
18 .endif
19
20 # libsupc++ uses libstdc++ headers, although 'make includes' should
21 # have taken care of that already.
22 .if ${MK_GNUCXX} != "no"
23 SUBDIR+= libstdc++ libsupc++
24 SUBDIR_DEPENDS_libsupc++:= libstdc++
25 .endif
26
27 SUBDIR_PARALLEL=
28
29 .include <bsd.subdir.mk>