1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-01-29 20:03:16 -05:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2015-05-18 12:05:41 -04:00
|
|
|
SUBDIR= csu libgcc libdialog libregex
|
2015-05-15 10:22:33 -04:00
|
|
|
|
|
|
|
|
.if ${MK_GCC} != "no"
|
2015-05-18 11:02:35 -04:00
|
|
|
SUBDIR+= libgcov libgomp
|
2015-05-15 10:22:33 -04:00
|
|
|
.endif
|
2012-05-21 12:03:44 -04:00
|
|
|
|
|
|
|
|
.if ${MK_SSP} != "no"
|
|
|
|
|
SUBDIR+= libssp
|
|
|
|
|
.endif
|
2000-10-24 07:25:28 -04:00
|
|
|
|
2014-04-21 17:39:25 -04:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
|
SUBDIR+= tests
|
|
|
|
|
.endif
|
|
|
|
|
|
2015-07-18 20:38:19 -04:00
|
|
|
.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
|
2015-05-18 12:05:41 -04:00
|
|
|
SUBDIR+= libreadline
|
|
|
|
|
.endif
|
|
|
|
|
|
2002-05-28 20:45:51 -04:00
|
|
|
# libsupc++ uses libstdc++ headers, although 'make includes' should
|
|
|
|
|
# have taken care of that already.
|
2014-07-10 17:11:48 -04:00
|
|
|
.if ${MK_GNUCXX} != "no"
|
2002-05-28 20:45:51 -04:00
|
|
|
SUBDIR+= libstdc++ libsupc++
|
2015-10-15 18:55:08 -04:00
|
|
|
SUBDIR_DEPENDS_libsupc++:= libstdc++
|
2002-05-15 12:29:45 -04:00
|
|
|
.endif
|
1999-11-27 16:52:55 -05:00
|
|
|
|
2015-10-15 18:55:08 -04:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
1994-01-29 20:03:16 -05:00
|
|
|
.include <bsd.subdir.mk>
|