Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cpp / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cpp/Makefile,v 1.4 2007/01/13 16:32:16 corecode 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_machine}\"
17
18 cpp.1: ${GCCDIR}/gcc/doc/cpp.1
19         cp ${.ALLSRC} ${.TARGET}
20
21 CLEANFILES+=    cpp.1
22
23 .include <bsd.prog.mk>