Create startup files from the GCC sources and drop our versions.
[dragonfly.git] / gnu / usr.bin / cc40 / libbackend / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/libbackend/Attic/Makefile,v 1.1 2005/06/05 22:43:21 corecode Exp $
2
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
6
7 CFLAGS+=        -I${.CURDIR}/../config -I.
8 CFLAGS+=        -DTARGET_NAME=\"${target}\"
9
10 .PATH: ${GCCDIR}/gcc/config/${GCC_CPU}
11
12 LIB=            backend
13 INTERNALLIB=    YES
14
15 SRCS=   tree-chrec.c tree-scalar-evolution.c tree-data-ref.c \
16         tree-cfg.c tree-dfa.c tree-eh.c tree-ssa.c tree-optimize.c tree-gimple.c \
17         gimplify.c tree-pretty-print.c tree-into-ssa.c \
18         tree-outof-ssa.c tree-ssa-ccp.c tree-vn.c \
19         tree-ssa-dce.c  tree-ssa-copy.c tree-nrv.c tree-ssa-copyrename.c \
20         tree-ssa-pre.c tree-ssa-live.c tree-ssa-operands.c tree-ssa-alias.c \
21         tree-ssa-phiopt.c tree-ssa-forwprop.c tree-nested.c tree-ssa-dse.c \
22         tree-ssa-dom.c domwalk.c tree-tailcall.c gimple-low.c tree-iterator.c \
23         tree-phinodes.c tree-ssanames.c tree-sra.c tree-complex.c tree-ssa-loop.c \
24         tree-ssa-loop-niter.c tree-ssa-loop-manip.c tree-ssa-threadupdate.c \
25         tree-vectorizer.c tree-vect-analyze.c tree-vect-transform.c \
26         tree-ssa-loop-ivcanon.c tree-ssa-propagate.c \
27         tree-ssa-loop-ivopts.c tree-if-conv.c tree-ssa-loop-unswitch.c \
28         alias.c bb-reorder.c bitmap.c builtins.c caller-save.c calls.c \
29         cfg.c cfganal.c cfgbuild.c cfgcleanup.c cfglayout.c cfgloop.c \
30         cfgloopanal.c cfgloopmanip.c loop-init.c loop-unswitch.c loop-unroll.c \
31         cfgrtl.c combine.c conflict.c convert.c coverage.c cse.c cselib.c \
32         dbxout.c ddg.c tree-ssa-loop-ch.c loop-invariant.c tree-ssa-loop-im.c \
33         debug.c df.c diagnostic.c dojump.c dominance.c loop-doloop.c \
34         dwarf2asm.c dwarf2out.c emit-rtl.c except.c explow.c loop-iv.c \
35         expmed.c expr.c final.c flow.c fold-const.c function.c gcse.c \
36         genrtl.c ggc-common.c global.c graph.c gtype-desc.c \
37         haifa-sched.c hooks.c ifcvt.c insn-attrtab.c insn-emit.c insn-modes.c \
38         insn-extract.c insn-opinit.c insn-output.c insn-peep.c insn-recog.c \
39         integrate.c intl.c jump.c  langhooks.c lcm.c lists.c local-alloc.c \
40         loop.c modulo-sched.c optabs.c options.c opts.c \
41         params.c postreload.c postreload-gcse.c predict.c \
42         insn-preds.c pointer-set.c postreload.c \
43         print-rtl.c print-tree.c profile.c value-prof.c var-tracking.c \
44         real.c recog.c reg-stack.c regclass.c regmove.c regrename.c \
45         reload.c reload1.c reorg.c resource.c rtl.c rtlanal.c rtl-error.c \
46         sbitmap.c sched-deps.c sched-ebb.c sched-rgn.c sched-vis.c sdbout.c \
47         simplify-rtx.c sreal.c stmt.c stor-layout.c stringpool.c \
48         targhooks.c timevar.c toplev.c tracer.c tree.c tree-dump.c \
49         varasm.c varray.c vec.c version.c vmsdbgout.c xcoffout.c alloc-pool.c \
50         et-forest.c cfghooks.c bt-load.c pretty-print.c ggc-page.c web.c passes.c \
51         rtl-profile.c tree-profile.c rtlhooks.c cfgexpand.c lambda-mat.c \
52         lambda-trans.c lambda-code.c tree-loop-linear.c
53
54 SRCS+=  host-default.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o
55
56 SRCS+=  i386.c
57
58 SRCS+=  insn-config.h genrtl.h insn-codes.h tm-preds.h insn-modes.h
59 SRCS+=  insn-constants.h insn-flags.h tree-check.h gtype-desc.h
60 SRCS+=  insn-attr.h gcov-iov.h options.h
61
62
63 .include <bsd.lib.mk>