X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2FMakefile.in;h=c2f627196eddf27ab099cd3308234567156a13fb;hb=ec68b2aaadb9504d101e6cbc4a58c69f3897f489;hp=fed3782d4d7056e31506bef3839f967e88230c9a;hpb=37acf12c601f927fefa4c94990d3359657764c12;p=libfirm diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index fed3782d4..c2f627196 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -16,20 +16,22 @@ topdir = ../.. subdir := ir/tr INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h \ - typegmod.h trvrfy.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 + 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/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