]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/lib/Makefile
This commit was generated by cvs2svn to compensate for changes in r156230,
[FreeBSD/FreeBSD.git] / gnu / lib / Makefile
1 # $FreeBSD$
2
3 SUBDIR= csu libgcc libgcov libdialog libregex libreadline
4
5 # libsupc++ uses libstdc++ headers, although 'make includes' should
6 # have taken care of that already.
7 .if !defined(NO_CXX)
8 SUBDIR+= libstdc++ libsupc++
9 .endif
10
11 .if !defined(NO_OBJC)
12 SUBDIR+= libobjc
13 .endif
14
15 .if !defined(NO_FORTRAN)
16 SUBDIR+= libg2c
17 .endif
18
19 .include <bsd.subdir.mk>