Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.3.2.2
      1  1.3.2.2  yamt #	$NetBSD: Makefile,v 1.3.2.2 2014/05/22 16:53:13 yamt Exp $
      2  1.3.2.2  yamt 
      3  1.3.2.2  yamt .include <bsd.own.mk>
      4      1.1   mrg 
      5      1.2   mrg # crtstuff is built out of elsewhere, or not at all
      6  1.3.2.2  yamt SUBDIR+= libgcc libiberty libobjc libgomp
      7  1.3.2.2  yamt SUBDIR+= libmudflap libmudflapth libbacktrace
      8  1.3.2.2  yamt SUBDIR+= liblto_plugin
      9  1.3.2.2  yamt 
     10  1.3.2.2  yamt .if (${MKLIBSTDCXX} != "no")
     11  1.3.2.2  yamt SUBDIR+= libsupc++ libstdc++-v3
     12  1.3.2.2  yamt .endif
     13      1.1   mrg 
     14      1.1   mrg .include <bsd.subdir.mk>
     15