X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fir%2FMakefile.in;h=b9ea6684ca5850c68d518ff6479f13e965fd3e4f;hb=eafdd21af14e81c9f27dd76a2ad4d97f3a991a47;hp=7e742a5e20cf4c2ccd29e4d286b8108b3d23376d;hpb=077b749d5960a27f04ff64024b3edc05f0fd0c77;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 7e742a5e2..b9ea6684c 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -17,8 +17,8 @@ subdir := ir/ir 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 \ + pseudo_irg.h SOURCES = $(INSTALL_HEADERS) @@ -26,8 +26,8 @@ SOURCES += Makefile.in \ ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c iropt_t.h irvrfy.c \ 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 irprintf.c - + irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c irprintf.c \ + pseudo_irg.c include $(topdir)/MakeRules