Hook gcc 3.4 into the buildworld. Rearrange HOST_CCVER so it becomes the
[dragonfly.git] / gnu / usr.bin / cc34 / cpp / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cpp/Makefile,v 1.3 2004/06/21 03:48:06 dillon Exp $
2
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
6
7 PROG=   cpp
8 SRCS=   gcc.c cppspec.c intl.c prefix.c version_local.c
9 SRCS+=  insn-constants.h insn-flags.h specs.h
10 SRCS+=  concat.c make-relative-prefix.c lbasename.c lrealpath.c
11 SRCS+=  make-temp-file.c obstack.c pex-unix.c safe-ctype.c xexit.c
12 SRCS+=  xmalloc.c xstrdup.c xmemdup.c xstrerror.c
13
14 CFLAGS+= -I.
15 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
16 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
17
18 .include <bsd.prog.mk>