NetBSD/gnu/usr.bin/gcc2/cc1obj/Makefile

11 lines
251 B
Makefile
Raw Normal View History

1993-08-23 13:20:31 +04:00
# $Id: Makefile,v 1.5 1993/08/23 09:22:37 cgd Exp $
PROG= cc1obj
1993-07-09 17:11:49 +04:00
1993-08-23 13:20:31 +04:00
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>