X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FMakefile.in;h=0d562d82eb6d47c832edf3abb058bbbd57f7f0c5;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=565ee2be2a0f3a23fe422f4ad28c5c762118f5d7;hpb=161e6543b858d635b2b6919b1e90ce594061f21f;p=libfirm diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index 565ee2be2..0d562d82e 100644 --- a/ir/be/Makefile.in +++ b/ir/be/Makefile.in @@ -22,11 +22,12 @@ SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in besched.h belistsched.h belistsched.c \ beutil.h bemain.c besched.c bemain.c belive.c belive.h benumb.h \ benumb_t.h benumb.c bechordal.c bera.c beutil.c \ - bera.h bechordalspill.c beasm_dump_globals.c beasm_asm_gnu.c \ - becopyoptmain.c becopyopt.c becopyheur.c \ - becopyilp.c becopystat.c bearch.c bechordal_draw.c \ + bera.h bechordalspill.c bechordal_main.c \ + becopyopt.c becopyheur.c becopyilp.c becopyilp1.c becopyilp2.c \ + beifg.c becopystat.c bearch.c bechordal_draw.c \ bechordal_draw.h beirgmod.c beirgmod.h benode.c benode_t.h \ - bessadestr.c beifg_std.c bespill.c bespillbelady.c bespillilp.c beuses.c + bessadestr.c beifg_std.c bespill.c bespillbelady.c bespillilp.c beuses.c \ + belower.c belower.h beraextern.c beabi.c beabi.h beabi_t.h include $(topdir)/MakeRules @@ -34,8 +35,8 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ - -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ - -I$(topdir)/ir/config + -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ + -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config include $(top_srcdir)/MakeTargets