NetBSD/gnu/usr.bin/gcc/Makefile

20 lines
431 B
Makefile
Raw Normal View History

2001-08-06 23:46:12 +04:00
# $NetBSD: Makefile,v 1.10 2001/08/06 19:46:12 tv Exp $
.include <bsd.own.mk>
.ifdef USE_NEW_TOOLCHAIN
2001-08-06 23:46:12 +04:00
SUBDIR+= cpp0 gcov backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
# Dependencies to allow single-target builds.
all-cc1 all-cc1obj all-cc1plus all-f771: all-backend
2001-07-18 18:02:26 +04:00
all-g++ all-g77 all-gcc all-cpp: all-frontend
.include <bsd.subdir.mk>
.else
# Do nothing. (PROG undefined)
MKOBJ=no
.include <bsd.prog.mk>
.endif