summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_drv/Makefile
blob: 8dddbba095c6d943a3453aa06a5115e7e92fa26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$Id: Makefile,v 1.2 1999/04/04 20:29:43 imp Exp $

.include "../Makefile.inc"

.PATH: ../cc_tools ${GCCDIR} 

SRCS=	multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c

CFLAGS+=	-DPREFIX=\"/usr\"
CFLAGS+=	-DIN_GCC

LIB=		cc_drv
NOPROFILE=	YES
NOPIC=		YES

install:
	@true

${OUT_OBJ}.o ${OUT_OBJ}.so:	${OUT_FILE}

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud