|
|
| version 1.6, 2004/01/25 22:14:27 | version 1.7, 2004/02/02 23:35:11 |
|---|---|
| Line 4 | Line 4 |
| .include "../Makefile.inc" | .include "../Makefile.inc" |
| .include "../Makefile.fe" | .include "../Makefile.fe" |
| .PATH: ${GCCDIR} | CFLAGS+= -I${.CURDIR}/../config |
| .PATH: ${GCCDIR}/gcc ${GCCDIR}/libiberty | |
| PROG= cpp | PROG= cpp |
| SRCS= gcc.c cppspec.c | SRCS= gcc_local.c cppspec.c |
| SRCS+= make-relative-prefix.c lrealpath.c | |
| CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" | CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" |
| CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" | CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" |