Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.17.2.1
      1  1.17.2.1    martin #	$NetBSD: Makefile,v 1.17.2.1 2020/04/13 07:58:46 martin Exp $
      2       1.6     joerg 
      3       1.6     joerg .include <bsd.own.mk>
      4       1.1       mrg 
      5       1.2       mrg # crtstuff is built out of elsewhere, or not at all
      6      1.10       mrg SUBDIR+= libgcc .WAIT
      7      1.10       mrg SUBDIR+= libiberty libobjc libgomp
      8       1.9       mrg SUBDIR+= libbacktrace
      9       1.7       mrg SUBDIR+= liblto_plugin
     10       1.1       mrg 
     11      1.10       mrg .if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")
     12       1.5     joerg SUBDIR+= libsupc++ libstdc++-v3
     13       1.5     joerg 
     14      1.16  christos SUBDIR+= .WAIT libasan liblsan libubsan
     15  1.17.2.1    martin .endif
     16       1.8  christos 
     17       1.1       mrg .include <bsd.subdir.mk>
     18