X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FMakefile.in;h=15920fb81ce55210d2d610e8321c72359e27b75f;hb=b7aa66eb5b4b4668d2b009020d3ee9be9bdaf56c;hp=5ad9b9747a8792369b4924be9e1d21ed5f72b10c;hpb=a1817339c46ee9b118c27350d2dfbfcaf5195ef1;p=libfirm diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index 5ad9b9747..15920fb81 100644 --- a/ir/be/Makefile.in +++ b/ir/be/Makefile.in @@ -1,12 +1,12 @@ # # Project: libFIRM -# File name: ir/ir/Makefile.in +# File name: ir/be/Makefile.in # Purpose: # Author: Boris Boesler, Till Riedel # Modified by: # Created: # CVS-ID: $Id$ -# Copyright: (c) 1999-2003 Universit�t Karlsruhe +# Copyright: (c) 1999-2005 Universitaet Karlsruhe # Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. # @@ -22,19 +22,27 @@ 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 \ - sp_matrix.c becopyoptmain.c becopyopt.c becopyheur.c \ - becopyilp.c becopystat.c bearch_firm.c bearch.c bechordal_draw.c \ + bera.h bechordalspill.c bechordal_main.c \ + becopyopt.c becopyheur.c becopyheur2.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 \ - mps.c lpp.c lpp_local.c lpp_remote.c bessadestr.c beifg.c bedupl.c bedupl.h + bessadestr.c beifg_std.c bespill.c bespillbelady.c bespillilp.c \ + beuses.c beuses.h belower.c belower.h beraextern.c \ + beabi.c beabi.h beabi_t.h benodesets.c benodesets.h \ + bemachnode.c bemachnode.h beinsn.c bestat.h bestat.c \ + beschedmris.h beschedmris.c bespillmorgan.c bespillmorgan.h \ + beverify.h beverify.c bespillremat.c bepressurestat.c bepressurestat.h \ + bespillappel.c bessadestrsimple.c beifg_clique.c beifg_list.c beifg_pointer.c + + 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 -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets