Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / gnu / usr.bin / cc41 / cpp / Makefile
1 .include "../Makefile.inc"
2 .include "../cc_tools/Makefile.tools"
3 .include "../Makefile.langs"
4
5 PROG=   cpp
6 MAN=    cpp41.1
7
8 SRCS=   gcc.c cppspec.c intl.c prefix.c version.c
9
10 SRCS+=  insn-constants.h insn-flags.h specs.h options.h
11
12 CFLAGS+= -I.
13 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
14 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target_machine}\"
15
16 cpp41.1: ${GCCDIR}/gcc/doc/cpp.1
17         cp ${.ALLSRC} ${.TARGET}
18
19 CLEANFILES+=    cpp41.1
20
21 .include <bsd.prog.mk>