summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc2/cc1obj/Makefile
blob: acb843467ad97bd48c5dde1187241aa55700c53d (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.5 1993/08/23 09:22:37 cgd Exp $

PROG=           cc1obj

SRCS=		objc-parse.c objc-act.c c-lex.c c-pragma.c c-decl.c \
		c-typeck.c c-convert.c c-aux-info.c c-iterate.c

.PATH:          $(.CURDIR)/../cc1

.include <../Makefile.cc1>