0d7a4fdf65
block profiling.
20 lines
354 B
Makefile
20 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= csu libgcc libgcov libdialog libregex libreadline
|
|
|
|
# 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>
|