X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=d629f7e2ed38655d84df8a09381f0ae9f39f7a13;hb=5ff40d04f7617b3ea10b11ef9b46dbdb7d02249c;hp=ab5cf0aba439cae088493f836df3019a9b94e2d4;hpb=5b86ce0c985e15c9dbae385cb92c833cd0cae6cd;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index ab5cf0aba..d629f7e2e 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -8,13 +8,13 @@ top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. -subdir := ir +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 old_fctnames.h -SOURCES = INSTALL_HEADERS +SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \ @@ -27,7 +27,7 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/debug + -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st include $(top_srcdir)/MakeTargets