NetBSD/gnu/usr.bin/gcc/Makefile.frontend
tv 634ebd4dc4 Add gcc 2.95.2 build framework, and i386 config files from toolchain2netbsd.
This should not be used directly for building host tools; rather, the top
level bootstrap (to be committed separately) should be used to build the
entire system including this compiler.
2001-06-18 16:18:30 +00:00

18 lines
495 B
Makefile

# $NetBSD: Makefile.frontend,v 1.1 2001/06/18 16:18:31 tv Exp $
MKMAN= no
BINDIR= /usr/libexec
CPPFLAGS+= -I${GCCARCH} -I${FRONTENDOBJ} \
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
.include <bsd.own.mk>
LIBIBERTYOBJ!= cd ${.CURDIR}/../../../lib/libiberty && ${PRINTOBJDIR}
FRONTENDOBJ!= cd ${.CURDIR}/../frontend && ${PRINTOBJDIR}
DPADD= ${FRONTENDOBJ}/libfrontend.a ${LIBIBERTYOBJ}/libiberty.a
LDADD= -L${FRONTENDOBJ} -lfrontend -L${LIBIBERTYOBJ} -liberty
.include <bsd.prog.mk>