Hook gcc 3.4 into the buildworld. Rearrange HOST_CCVER so it becomes the
[dragonfly.git] / gnu / usr.bin / cc34 / cc / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc/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=   cc
8 LINKS=  ${BINDIR}/cc ${BINDIR}/gcc
9
10 SRCS=   gcc.c gccspec.c intl.c prefix.c version_local.c
11 SRCS+=  insn-constants.h insn-flags.h specs.h
12 SRCS+=  concat.c make-relative-prefix.c lbasename.c lrealpath.c
13 SRCS+=  make-temp-file.c obstack.c pex-unix.c safe-ctype.c xexit.c
14 SRCS+=  xmalloc.c xstrdup.c xmemdup.c xstrerror.c
15
16 CFLAGS+= -I.
17 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
18 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
19
20 .include <bsd.prog.mk>