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

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

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