# $OpenBSD: Makefile,v 1.48 2011/07/05 00:15:03 drahn Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include .if make(obj) SUBDIR+= cc gcc ../egcs/gcc .else . if ${COMPILER_VERSION:L} == "gcc3" SUBDIR+= gcc . elif ${COMPILER_VERSION:L} == "gcc4" SUBDIR+= cc . else SUBDIR+= ../egcs/gcc . endif .endif SUBDIR+= cxxfilt cvs lynx .if make(obj) SUBDIR+= binutils binutils-2.17 .else SUBDIR+= ${BINUTILS_VERSION} .endif # most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" SUBDIR+= gas ld .endif # Do these last; texinfo builds the info 'dir' file, perl must be after binutils SUBDIR+= perl texinfo .include