Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / cc1 / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc1/Makefile,v 1.2 2007/01/20 03:51:33 corecode Exp $
2
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
6
7 CFLAGS+=        -DTARGET_MACHINE=\"${target}\" -DHOST_MACHINE=\"${target}\"
8
9 PROG=           cc1
10 NOMAN=          1
11 NOSHARED?=      yes
12
13 SRCS=   c-lang.c c-parse.y c-pretty-print.c stub-objc.c attribs.c c-errors.c
14 SRCS+=  c-lex.c c-pragma.c c-decl.c c-typeck.c c-convert.c c-aux-info.c
15 SRCS+=  c-common.c c-opts.c c-format.c c-semantics.c c-incpath.c cppdefault.c
16 SRCS+=  c-ppoutput.c c-cppbuiltin.c prefix.c c-objc-common.c c-dump.c c-pch.c
17 SRCS+=  main.c
18
19 SRCS+=  tm-preds.h tree-check.h genrtl.h insn-flags.h insn-constants.h
20 SRCS+=  gtype-desc.h insn-modes.h insn-config.h options.h insn-modes.c
21 SRCS+=  insn-emit.c insn-codes.h insn-attrtab.c insn-attr.h insn-extract.c
22 SRCS+=  insn-opinit.c
23
24 SRCS+=  concat.c fibheap.c getpwd.c getruntime.c hashtab.c hex.c lbasename.c
25 SRCS+=  lrealpath.c md5.c obstack.c physmem.c safe-ctype.c splay-tree.c
26 SRCS+=  xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
27
28 LDADD+= ${LIBBACKEND} ${LIBCPP}
29 DPADD+= ${LIBBACKEND} ${LIBCPP}
30
31 CFLAGS+= -I.
32
33 .include <bsd.prog.mk>