aboutsummaryrefslogblamecommitdiff
path: root/gnu/lib/Makefile
blob: 036c42f89edbee7e5121c0f50d4d3e9826ef7efc (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
                      
 
                           
                                 


                                       
 
                                               


                           
                                                         
                                                      


                                



                                

                                                                   
                        
                            
                                    
      
 

                
                        
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=			csu
SUBDIR.${MK_DIALOG}+=	libdialog
SUBDIR.${MK_GCC}+=	libgcov libgomp
SUBDIR.${MK_SSP}+=	libssp
SUBDIR.${MK_TESTS}+=	tests

.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
SUBDIR+=	libreadline
.endif

.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
    ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
SUBDIR+=		libregex
.endif

.if ${MK_LLVM_LIBUNWIND} == "no"
SUBDIR+=		libgcc
.endif

# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if ${MK_GNUCXX} != "no"
SUBDIR+= libstdc++ libsupc++
SUBDIR_DEPENDS_libsupc++:= libstdc++
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>