freebsd-dev/gnu/lib/Makefile

26 lines
427 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
SUBDIR= csu libgcc libdialog libregex libreadline
.if ${OBJFORMAT} == aout
.if !defined(NOLIBC_R)
SUBDIR+= libgcc_r
.endif
.endif
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if !defined(NO_CXX)
SUBDIR+= libstdc++ libsupc++
.endif
.if !defined(NO_OBJC)
SUBDIR+= libobjc
.endif
.if !defined(NO_FORTRAN)
SUBDIR+= libg2c
.endif
.include <bsd.subdir.mk>