X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=88200621ee542cce40220ac0336fab294253da94;hb=bec1595974fa007c8e0652b558c1061ea0ff691e;hp=b6599176c12152d7003e8d142b539464b78acc98;hpb=e20c76deed686070d6b78fa6c94f22840ff80d12;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index b6599176c..88200621e 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -1,8 +1,13 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# $Id$ +# Project: libFIRM +# File name: ir/ir/Makefile.in +# Purpose: +# Author: Boris Boesler, Till Riedel +# Modified by: +# Created: +# CVS-ID: $Id$ +# Copyright: (c) 1999-2003 Universität Karlsruhe +# Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. # top_srcdir := @top_srcdir@ @@ -12,22 +17,24 @@ subdir := ir/ir INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \ irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h \ - irgopt.h old_fctnames.h + irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h \ + irlwrdw.h SOURCES = $(INSTALL_HEADERS) -SOURCES += Makefile.in \ - ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \ - irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h \ - irmode.c irop.c irprog.c irflag.c irgraph.c irmode_t.h \ - irop_t.h irprog_t.h iropt_dbg.c - +SOURCES += Makefile.in \ + ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c iropt_t.h irvrfy.c \ + irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_t.h \ + irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c irprintf_t.h \ + irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c irprintf.c \ + irlwrdw.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 +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$(topdir)/ir/config include $(top_srcdir)/MakeTargets