summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc1obj/Makefile
blob: ac4c5732699fd5bca1f1ee488bb76e9648efd928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include "../Makefile.inc"

.PATH: ../cc_tools ${GCCDIR}/objc ${GCCDIR}

PROG=	cc1obj
SRCS=	objc-parse.c objc-act.c
# Ugh, compiled twice...
SRCS+=	c-aux-info.c c-common.c c-convert.c c-decl.c c-iterate.c c-lex.c \
	c-pragma.c c-typeck.c
BINDIR=	/usr/libexec
NOMAN=	1
NOSHARED=yes
DPADD+=	${LIBCC_INT} 
LDADD+=	${LIBCC_INT}

CFLAGS+= -I${GCCDIR}/objc

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