blob: 4bc72af241ea6311a24830a4e923b8c9b5707247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1 2003/07/25 16:32:39 mrg Exp $
NOLINKLIB= # defined
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
LIB= cpp
SRCS= ${G_LIBCPP_OBJS:.o=.c}
CPPFLAGS+= -I${.CURDIR} -I${GCCARCH} -I${BACKENDOBJ} \
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \
-DPREFIX=\"/usr\"
.include <bsd.lib.mk>
${OBJS}: ${G_LIBCPP_DEPS}
.PATH: ${DIST}/gcc
|