summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc1obj/Makefile
blob: 1a0cd7f23e40a1ca2544133cec3aa832b2e97db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $Id: Makefile,v 1.1 1996/09/19 15:39:20 peter Exp $
#

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