Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.22
      1 #	$NetBSD: Makefile,v 1.22 2023/08/01 05:57:56 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 # crtstuff is built out of elsewhere, or not at all
      6 SUBDIR+= libgcc .WAIT
      7 SUBDIR+= libiberty libobjc libgomp
      8 SUBDIR+= libbacktrace
      9 SUBDIR+= liblto_plugin
     10 
     11 .if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")
     12 SUBDIR+= libsupc++ libstdc++-v3
     13 
     14 # XXX needs re-port
     15 .if 0
     16 SUBDIR+= .WAIT libasan liblsan libubsan
     17 
     18 # TSan does not work with 32bit address space and has not been ported
     19 # to all 64-bit architectures.
     20 .if ${MACHINE} == "amd64"
     21 SUBDIR+= libtsan
     22 .endif
     23 .endif # 0
     24 
     25 .endif
     26 
     27 .include <bsd.subdir.mk>
     28