X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FMakefile.in;h=d424643d520bd5b55c16bcdd3ab6b4deb85f3086;hb=c7aae220f908ae663ee138672a16a14aceab2aa4;hp=3de14ab412ad576ca4c27debcd722616fee23ebc;hpb=2f5aa6031a432c4e49bb900243808d24a76f3cfb;p=libfirm diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index 3de14ab41..d424643d5 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. # @@ -15,15 +15,19 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/be -INSTALL_HEADERS = be.h bearch.h bearch_obj.def +INSTALL_HEADERS = be.h bearch.h 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 phistat.c \ - bephiopt.c bephicoal.c bera.h bechordalspill.c \ - beasm_dump_globals.c beasm_asm_gnu.c bearch.h bearch.c + benumb_t.h benumb.c bechordal.c bera.c beutil.c \ + bera.h bechordalspill.c bechordal_main.c \ + becopyoptmain.c becopyopt.c becopyheur.c beifg.c \ + becopyilp.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 + include $(topdir)/MakeRules