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