X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FMakefile.in;h=985ddfd602400c18d05e18742d77f0053fee037b;hb=f7aeba1c435b8ea674263f30aff4deb53c84eed0;hp=bd839b90168e39b9681bdb9632a5f0cf92ecff1f;hpb=9b060a71a2667ced8d103023eda0ff710e799867;p=libfirm diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index bd839b901..985ddfd60 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,13 +15,20 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/be -INSTALL_HEADERS = be.h +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 phistat.h bephicongr.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 \ + beconstrperm.c belower.c belower.h beraextern.c + include $(topdir)/MakeRules