X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2FMakefile.in;h=eaca6a8e101cd30dc13aa0ee664014c3bf28e02a;hb=d382b0fb29e8eca5f6d04b5762838ec4431b6f63;hp=5beecba1e548b3de4e2f0d1f6a4c2db208d4d453;hpb=978e0407c83d32b9e733a4ce8ea457f2486f0122;p=libfirm diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index 5beecba1e..eaca6a8e1 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -1,8 +1,13 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# $Id$ +# Project: libFIRM +# File name: ir/tr/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,20 +15,21 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/tr -INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h typegmod.h +INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h \ + typegmod.h trvrfy.h type_identify.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ entity.c entity_t.h mangle.c tpop.c tpop_t.h type.c type_t.h \ - typewalk.c typegmod.c typegmod_t.h + typewalk.c typegmod.c trvrfy.h trvrfy.c type_identify.c include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana + -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt include $(top_srcdir)/MakeTargets