Create startup files from the GCC sources and drop our versions.
[dragonfly.git] / gnu / usr.bin / cc40 / cc / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/cc/Attic/Makefile,v 1.1 2005/06/05 22:43:20 corecode 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 MAN=    gcc40.1
10
11 SRCS=   gcc.c gccspec.c intl.c prefix.c version_local.c
12
13 SRCS+=  insn-constants.h insn-flags.h specs.h options.h
14
15 CFLAGS+= -I.
16 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
17 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
18
19 .include <bsd.prog.mk>