1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-01-30 01:03:16 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2004-08-14 03:23:24 +00:00
|
|
|
SUBDIR= csu libgcc libgcov libdialog libregex libreadline
|
2000-10-24 11:25:28 +00:00
|
|
|
|
2002-05-29 00:45:51 +00:00
|
|
|
# libsupc++ uses libstdc++ headers, although 'make includes' should
|
|
|
|
# have taken care of that already.
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_CXX} != "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
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OBJC} != "no"
|
1999-11-27 21:52:55 +00:00
|
|
|
SUBDIR+= libobjc
|
|
|
|
.endif
|
1994-01-30 01:03:16 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_FORTRAN} != "no"
|
1999-04-18 09:50:16 +00:00
|
|
|
SUBDIR+= libg2c
|
|
|
|
.endif
|
|
|
|
|
1994-01-30 01:03:16 +00:00
|
|
|
.include <bsd.subdir.mk>
|