Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / usr.bin / cc40 / c++ / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/c++/Attic/Makefile,v 1.1 2005/06/05 22:43:19 corecode Exp $
2
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
6
7 .PATH:  ${GCCDIR}/gcc/cp
8
9 PROG=   c++
10 LINKS=  ${BINDIR}/c++ ${BINDIR}/g++
11 LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
12 MAN=    g++40.1
13
14 SRCS=   gcc.c g++spec.c intl.c prefix.c version_local.c
15
16 SRCS+=  insn-constants.h insn-flags.h specs.h options.h
17
18 CFLAGS+= -I.
19 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
20 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
21
22 .include <bsd.prog.mk>