X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2FMakefile.in;h=9c7fa3736babe36eeedc854bc2590572b8dbf8e3;hb=d0d85962ef52c14950db90e5981a7bea36023ab3;hp=68de0dbc88456b60f5033b618f7eb6d1a64d10be;hpb=d3416afd9b21a06039e8fafd3c1c8d6e183f0876;p=libfirm diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index 68de0dbc8..9c7fa3736 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -16,13 +16,13 @@ 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 + typegmod.h trvrfy.h type_identify.h tr_inheritance.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 + typewalk.c typegmod.c trvrfy.h trvrfy.c type_identify.c tr_inheritance.c include $(topdir)/MakeRules @@ -30,7 +30,8 @@ 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/stat -I$(top_srcdir)/ir/external + -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \ + -I$(topdir)/ir/config include $(top_srcdir)/MakeTargets