X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=890a0d67d4ebf82626750ecbaef559f22685a78c;hb=e1c33a238578342a072e1c95ff12eefe6d0acd37;hp=1e2b78e1e6f107f2b1141dd7d3ef08047510705c;hpb=42dadf8bb24e98e6e07aa75b1a97fddb9dc26408;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 1e2b78e1e..890a0d67d 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -19,7 +19,7 @@ enable_libcore := @enable_libcore@ INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \ irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h \ - irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h \ + irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h irphase.h \ pseudo_irg.h irhooks.h iredges.h SOURCES = $(INSTALL_HEADERS) @@ -29,7 +29,7 @@ SOURCES += Makefile.in \ irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_t.h \ irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c irprintf_t.h \ irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c \ - pseudo_irg.c irhooks.c iredges.c irprintf.c + pseudo_irg.c irhooks.c iredges.c irprintf.c irvrfy_t.h irphase.c irphase_t.h ifeq ($(enable_libcore),yes) SOURCES += irargs.c