2001-12-20 02:54:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.14 2001/12/19 23:54:26 tv Exp $
|
2001-06-18 20:18:30 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2001-12-20 02:54:16 +03:00
|
|
|
.if defined(USE_NEW_TOOLCHAIN)
|
2001-06-18 20:18:30 +04:00
|
|
|
|
2001-10-09 02:27:34 +04:00
|
|
|
SUBDIR+= backend frontend cpp0 gcov .WAIT \
|
2001-12-20 02:54:16 +03:00
|
|
|
cc1 cc1obj cc1plus cpp f771 g++ g77 gcc protoize unprotoize
|
2001-06-18 20:18:30 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
|
|
|
|
.else
|
|
|
|
# Do nothing. (PROG undefined)
|
2001-12-12 04:48:43 +03:00
|
|
|
NOOBJ=# defined
|
2001-06-18 20:18:30 +04:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.endif
|