X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=bb336a41f65b824595bca425cdd7a16e46ac2477;hb=e570f00fb465d212dde403160e97ab45d36d1d7e;hp=a3e51092f20d435398063e3e95d0ad4fcd5478f2;hpb=9be70b7ef6120836707d76050372a89247cec2a6;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index a3e51092f..bb336a41f 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@ @@ -19,15 +24,16 @@ 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 ircgcons.c ircgopt.c + irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c \ + irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.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/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ + -I$(top_srcdir)/ir/stat include $(top_srcdir)/MakeTargets