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

12 lines
338 B
Makefile
Raw Normal View History

1993-08-23 13:20:31 +04:00
# $Id: Makefile,v 1.5 1993/08/23 09:22:46 cgd Exp $
PROG= cc1plus
1993-08-23 13:20:31 +04:00
1993-07-09 17:11:49 +04:00
SRCS= cp-parse.c cp-decl.c cp-decl2.c cp-typeck.c cp-type2.c \
cp-tree.c cp-ptree.c cp-cvt.c cp-search.c cp-lex.c \
cp-gc.c cp-call.c cp-class.c cp-init.c cp-method.c \
cp-except.c cp-expr.c cp-pt.c cp-edsel.c cp-xref.c \
1993-08-23 13:20:31 +04:00
cp-spew.c
1993-07-09 17:11:49 +04:00
1993-08-23 13:20:31 +04:00
.include <../Makefile.cc1>