|
|
| version 1.4, 2004/02/02 23:35:10 | version 1.5, 2004/02/03 03:47:11 |
|---|---|
| Line 12 SRCS= parse+%DIKED.c parse.h cfns.h | Line 12 SRCS= parse+%DIKED.c parse.h cfns.h |
| SRCS+= main.c cp-lang.c c-opts.c \ | SRCS+= main.c cp-lang.c c-opts.c \ |
| call.c class.c cvt.c decl.c decl2.c error.c except.c expr.c friend.c \ | call.c class.c cvt.c decl.c decl2.c error.c except.c expr.c friend.c \ |
| init.c lex.c mangle.c method.c pt.c ptree.c repo.c rtti.c search.c \ | init.c lex.c mangle.c method.c pt.c ptree.c repo.c rtti.c search.c \ |
| semantics.c spew.c tree.c typeck.c typeck2.c dump.c optimize.c | semantics.c spew.c tree.c typeck.c typeck2.c dump.c optimize.c \ |
| xmalloc.c xexit.c | |
| NOMAN= 1 | NOMAN= 1 |
| NOSHARED?=yes | NOSHARED?=yes |
| CFLAGS+= -I${GCCDIR}/cp -I. | CFLAGS+= -I${GCCDIR}/gcc/cp -I. |
| DPADD+= ${LIBCC_INT} | DPADD+= ${LIBCC_INT} |
| LDADD+= ${LIBCC_INT} | LDADD+= ${LIBCC_INT} |