1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-01-29 20:03:16 -05:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
2008-06-25 17:33:28 -04:00
|
|
|
SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline libssp
|
2000-10-24 07:25:28 -04:00
|
|
|
|
2002-05-28 20:45:51 -04:00
|
|
|
# libsupc++ uses libstdc++ headers, although 'make includes' should
|
|
|
|
|
# have taken care of that already.
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_CXX} != "no"
|
2002-05-28 20:45:51 -04:00
|
|
|
SUBDIR+= libstdc++ libsupc++
|
2002-05-15 12:29:45 -04:00
|
|
|
.endif
|
1999-11-27 16:52:55 -05:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_OBJC} != "no"
|
1999-11-27 16:52:55 -05:00
|
|
|
SUBDIR+= libobjc
|
|
|
|
|
.endif
|
1994-01-29 20:03:16 -05:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|