X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2FMakefile.in;h=5beecba1e548b3de4e2f0d1f6a4c2db208d4d453;hb=da9c4a1519a03db4b6a4cbd79dff05f69387611f;hp=dc29119e3d09a4f905a5c81bb27b0cd4e4173274;hpb=a3a4f27fa76972a5aa4773b34ad83796eaf1fcfc;p=libfirm diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index dc29119e3..5beecba1e 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -10,18 +10,20 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/tr -INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h +INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h typegmod.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 + entity.c entity_t.h mangle.c tpop.c tpop_t.h type.c type_t.h \ + typewalk.c typegmod.c typegmod_t.h include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \ - -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv + -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 include $(top_srcdir)/MakeTargets