1998-08-16 21:16:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 1998/08/16 17:16:00 tv Exp $
|
1998-04-09 04:05:14 +04:00
|
|
|
|
|
|
|
# XXX Temporary for USE_EGCS
|
|
|
|
.include <bsd.own.mk>
|
1993-04-08 05:10:47 +04:00
|
|
|
|
1997-10-23 22:15:04 +04:00
|
|
|
SUBDIR+= libmalloc
|
1998-04-09 04:05:14 +04:00
|
|
|
.ifdef USE_EGCS
|
1998-08-16 21:16:00 +04:00
|
|
|
#SUBDIR+= libg2c libstdc++ - currently in flux
|
1998-04-09 04:05:14 +04:00
|
|
|
.else
|
1997-10-18 22:13:35 +04:00
|
|
|
SUBDIR+= libg++
|
1998-04-09 04:05:14 +04:00
|
|
|
.endif
|
1993-04-08 05:10:47 +04:00
|
|
|
|
1998-07-29 23:04:16 +04:00
|
|
|
# XXX Until our bintuils is upgraded
|
|
|
|
.if (${MACHINE_ARCH} != "powerpc")
|
1998-07-25 15:21:24 +04:00
|
|
|
SUBDIR+= bfd
|
1998-07-29 23:04:16 +04:00
|
|
|
.endif
|
1997-10-23 22:15:04 +04:00
|
|
|
|
1993-04-08 05:10:47 +04:00
|
|
|
.include <bsd.subdir.mk>
|