From 244e7cb028e1c829118407d7dd5892fd2a3a036d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 25 Oct 2005 08:02:10 +0000 Subject: [PATCH] added codegen module --- ir/be/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index a27d72513..7ef3a0d4a 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. # @@ -26,7 +26,8 @@ SOURCES += Makefile.in besched.h belistsched.h belistsched.c \ becopyoptmain.c becopyopt.c becopyheur.c \ becopyilp.c becopystat.c bearch_firm.c bearch.c bechordal_draw.c \ bechordal_draw.h beirgmod.c beirgmod.h benode.c benode_t.h \ - bessadestr.c beifg.c bespill.c bespillbelady.c bespillilp.c beuses.c + bessadestr.c beifg.c bespill.c bespillbelady.c bespillilp.c beuses.c \ + firm2arch.c firm2arch.h include $(topdir)/MakeRules -- 2.20.1