NetBSD/gnu/lib/libstdc++/io/Makefile

22 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.9 2002/09/17 23:18:37 thorpej Exp $
NOOBJ= # defined
.include <bsd.own.mk>
# This include file keeps the includes/build of libstdc++ separate,
# to avoid issues like "iostream.cc" using the default ".cc:" rule
# to build the "iostream" file (which is actually a header).
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain
INCS= ${LIBIO_HEADERS:Niostdio.h}
INCSDIR= /usr/include/g++
.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>