amd64 port: mainly on the pmap headers, identify_cpu and initcpu
[dragonfly/port-amd64.git] / gnu / usr.bin / cc34 / libbackend / Makefile
blobded7677ee20c08b75c8ac96e73121629ee787213
1 # $DragonFly: src/gnu/usr.bin/cc34/libbackend/Makefile,v 1.2 2004/06/19 10:30:08 joerg Exp $
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
7 CFLAGS+= -I${.CURDIR}/../config -I.
8 CFLAGS+= -DTARGET_NAME=\"${target}\"
10 .PATH: ${GCCDIR}/gcc/config/${GCC_CPU}
12 LIB= backend
13 INTERNALLIB= YES
15 SRCS+= alias.c bb-reorder.c bitmap.c builtins.c caller-save.c calls.c
16 SRCS+= cfg.c cfganal.c cfgbuild.c cfgcleanup.c cfglayout.c cfgloop.c
17 SRCS+= cfgloopanal.c cfgloopmanip.c loop-init.c loop-unswitch.c loop-unroll.c
18 SRCS+= cfgrtl.c combine.c conflict.c convert.c coverage.c cse.c cselib.c
19 SRCS+= dbxout.c debug.c df.c diagnostic.c dojump.c doloop.c dominance.c
20 SRCS+= dwarf2asm.c dwarf2out.c emit-rtl.c except.c explow.c expmed.c expr.c
21 SRCS+= final.c flow.c fold-const.c function.c gcse.c genrtl.c ggc-common.c
22 SRCS+= global.c graph.c gtype-desc.c haifa-sched.c hooks.c ifcvt.c
23 SRCS+= insn-output.c insn-peep.c insn-recog.c integrate.c intl.c jump.c
24 SRCS+= langhooks.c lcm.c lists.c local-alloc.c loop.c optabs.c options.c
25 SRCS+= opts.c params.c postreload.c predict.c print-rtl.c print-tree.c
26 SRCS+= value-prof.c profile.c ra.c ra-build.c ra-colorize.c ra-debug.c
27 SRCS+= ra-rewrite.c real.c recog.c reg-stack.c regclass.c regmove.c
28 SRCS+= regrename.c reload.c reload1.c reorg.c resource.c rtl.c rtlanal.c
29 SRCS+= rtl-error.c sbitmap.c sched-deps.c sched-ebb.c sched-rgn.c sched-vis.c
30 SRCS+= sdbout.c sibcall.c simplify-rtx.c sreal.c stmt.c stor-layout.c
31 SRCS+= stringpool.c targhooks.c timevar.c toplev.c tracer.c tree.c
32 SRCS+= tree-dump.c unroll.c varasm.c varray.c version.c vmsdbgout.c
33 SRCS+= xcoffout.c alloc-pool.c et-forest.c cfghooks.c bt-load.c
34 SRCS+= pretty-print.c ggc-page.c web.c host-default.c hashtable.c
35 SRCS+= tree-inline.c tree-optimize.c cgraph.c cgraphunit.c
37 SRCS+= i386.c
39 SRCS+= insn-config.h genrtl.h insn-codes.h tm-preds.h insn-modes.h
40 SRCS+= insn-constants.h insn-flags.h tree-check.h gtype-desc.h
41 SRCS+= insn-attr.h gcov-iov.h
43 # ProPolice
44 SRCS+= protector.c
46 .include <bsd.lib.mk>