Makefile (8134347f262dfea11b64a46c54fdf55adbb8445a) Makefile (31d62a73c2e6ac0ff413a7a17700ffc7dce254ef)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5SUBDIR= csu
5SUBDIR=
6SUBDIR.${MK_DIALOG}+= libdialog
7SUBDIR.${MK_GCC}+= libgcov libgomp
8SUBDIR.${MK_SSP}+= libssp
9SUBDIR.${MK_TESTS}+= tests
10
6SUBDIR.${MK_DIALOG}+= libdialog
7SUBDIR.${MK_GCC}+= libgcov libgomp
8SUBDIR.${MK_SSP}+= libssp
9SUBDIR.${MK_TESTS}+= tests
10
11.if ${MK_BSD_CRTBEGIN} == "no"
12SUBDIR+= csu
13.endif
14
11.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
12 ${MK_GDB} != "no"
13SUBDIR+= libregex
14.endif
15
16.if ${MK_LLVM_LIBUNWIND} == "no"
17SUBDIR+= 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"
23SUBDIR+= libstdc++ libsupc++
24SUBDIR_DEPENDS_libsupc++:= libstdc++
25.endif
26
27SUBDIR_PARALLEL=
28
29.include <bsd.subdir.mk>
15.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \
16 ${MK_GDB} != "no"
17SUBDIR+= libregex
18.endif
19
20.if ${MK_LLVM_LIBUNWIND} == "no"
21SUBDIR+= libgcc
22.endif
23
24# libsupc++ uses libstdc++ headers, although 'make includes' should
25# have taken care of that already.
26.if ${MK_GNUCXX} != "no"
27SUBDIR+= libstdc++ libsupc++
28SUBDIR_DEPENDS_libsupc++:= libstdc++
29.endif
30
31SUBDIR_PARALLEL=
32
33.include <bsd.subdir.mk>