X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2FMakefile.in;h=35b466af072c2affd768ee8ab662d24050196712;hb=af874fa6439abc37a74564bf32a623dee73e9e34;hp=84014b031a78780c069f95f8465b11acd4493e96;hpb=1ddb7bc5b6bb20093f85cc0e3b501583a0a46667;p=libfirm diff --git a/ir/ana/Makefile.in b/ir/ana/Makefile.in index 84014b031..35b466af0 100644 --- a/ir/ana/Makefile.in +++ b/ir/ana/Makefile.in @@ -19,7 +19,7 @@ INSTALL_HEADERS = irouts.h trouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimp callgraph.h rta.h interval_analysis.h \ field_temperature.h execution_frequency.h irextbb.h irconsconfirm.h \ analyze_irg_args.h height.h \ - cdep.h execfreq.h + cdep.h execfreq.h irmemory.h SOURCES = $(INSTALL_HEADERS) @@ -30,7 +30,7 @@ SOURCES += Makefile.in \ callgraph.c field_temperature.c execution_frequency.c phiclass.c \ irextbb.c irextbb_t.h irconsconfirm.c analyze_irg_args.c \ compute_loop_info.c compute_loop_info.h height.c \ - cdep.c execfreq.c + cdep.c execfreq.c irextbb2.c irmemory.c include $(topdir)/MakeRules