# # 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@ srcdir = @srcdir@ topdir = ../.. subdir := ir/tr 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 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/opt \ -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \ -I$(topdir)/ir/config include $(top_srcdir)/MakeTargets all: subdir.o