summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp0/Makefile
blob: 0f2b035731db27267bd6e4d0fc784febab113294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: Makefile,v 1.4 2001/12/12 12:24:20 lukem Exp $

NOMAN=		# defined

.include <bsd.own.mk>

PROG=           cpp0
SRCS=		${G_CCCP_OBJS:.o=.c}

CPPFLAGS+=	-I${GCCARCH} \
		${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \
		-DGCC_INCLUDE_DIR=\"\" -DPREFIX=\"/usr\"

BINDIR=		/usr/libexec

.include <bsd.prog.mk>

# Don't auto-frob .y or .l files.
.l.c .y.c .y.h:
	@true

.PATH: ${DIST}/gcc