1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-01-30 01:03:16 +00:00
|
|
|
|
2002-05-10 00:49:55 +00:00
|
|
|
SUBDIR= csu libgcc 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.
|
2000-10-24 11:25:28 +00:00
|
|
|
.if !defined(NO_CXX)
|
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
|
|
|
|
|
|
|
.if !defined(NO_OBJC)
|
|
|
|
SUBDIR+= libobjc
|
|
|
|
.endif
|
1994-01-30 01:03:16 +00:00
|
|
|
|
1999-04-18 09:50:16 +00:00
|
|
|
.if !defined(NO_FORTRAN)
|
|
|
|
SUBDIR+= libg2c
|
|
|
|
.endif
|
|
|
|
|
1994-01-30 01:03:16 +00:00
|
|
|
.include <bsd.subdir.mk>
|