Build infrastructure for GCC 3.4
[dragonfly.git] / gnu / usr.bin / cc34 / cc1obj / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc1obj/Makefile,v 1.1 2004/06/14 22:27:53 joerg Exp $
2
3 GCC_LANG_DIR=   gcc/objc
4
5 .include "../Makefile.inc"
6 .include "../cc_tools/Makefile.tools"
7 .include "../Makefile.langs"
8
9 CFLAGS+=        -DTARGET_MACHINE=\"${target}\" -DHOST_MACHINE=\"${target}\"
10
11 PROG=           cc1obj
12 NOMAN=          1
13 NOSHARED?=      yes
14
15 SRCS+=  objc-lang.c objc-parse.y objc-act.c attribs.c c-errors.c c-lex.c
16 SRCS+=  c-pragma.c c-decl.c c-typeck.c c-convert.c c-aux-info.c c-common.c
17 SRCS+=  c-opts.c c-format.c c-semantics.c c-incpath.c cppdefault.c c-ppoutput.c
18 SRCS+=  c-cppbuiltin.c prefix.c c-objc-common.c c-dump.c c-pch.c main.c
19
20 SRCS+=  tm-preds.h tree-check.h genrtl.h insn-flags.h insn-constants.h
21 SRCS+=  gtype-desc.h insn-modes.h insn-config.h options.h insn-modes.c
22 SRCS+=  insn-emit.c insn-codes.h insn-attrtab.c insn-attr.h insn-extract.c
23 SRCS+=  insn-opinit.c
24
25 SRCS+=  concat.c fibheap.c getpwd.c getruntime.c hashtab.c hex.c lbasename.c
26 SRCS+=  lrealpath.c md5.c obstack.c physmem.c safe-ctype.c splay-tree.c
27 SRCS+=  xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
28
29 LDADD=  -L../libbackend -lbackend -L../libcpp -lcpp
30
31 CFLAGS+=        -I${GCCDIR}/gcc/objc
32 CFLAGS+=        -I.
33
34 .include <bsd.prog.mk>