X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2FMakefile.in;h=beaa832617bb440c62bbe7b49968c34eb1afd4c6;hb=ff4eef8a2988aab60c054323e551ca2a67337826;hp=73b28e394f0e7871f73a6b1519a324ef811cf51e;hpb=259dcba1e6f68045bcc5ba10faa9631dcff732ca;p=libfirm diff --git a/ir/ana/Makefile.in b/ir/ana/Makefile.in index 73b28e394..beaa83261 100644 --- a/ir/ana/Makefile.in +++ b/ir/ana/Makefile.in @@ -1,8 +1,13 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# $Id$ +# Project: libFIRM +# File name: ir/ana/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@ @@ -10,19 +15,19 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ana -INSTALL_HEADERS = irouts.h +INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - irouts.c - + irouts.c irdom_t.h irdom.c cgana.c \ + irloop_t.h irbackedge.c irbackedge_t.h irscc.c irtypeinfo.c irsimpletype.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/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st include $(top_srcdir)/MakeTargets