From: Christian Würdig Date: Mon, 15 May 2006 14:03:35 +0000 (+0000) Subject: added missing include path X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f6c37e8593bc6385f4a60567ce7b4be4287fb782;p=libfirm added missing include path --- diff --git a/ir/be/Makefile.in b/ir/be/Makefile.in index aa498ded5..768df6c3d 100644 --- a/ir/be/Makefile.in +++ b/ir/be/Makefile.in @@ -38,7 +38,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ - -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config + -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets diff --git a/ir/be/arm/Makefile.in b/ir/be/arm/Makefile.in index a5636ef9d..182253df0 100644 --- a/ir/be/arm/Makefile.in +++ b/ir/be/arm/Makefile.in @@ -30,7 +30,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 -I$(top_srcdir)/ir/lower \ - -I$(topdir)/ir/config + -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets diff --git a/ir/be/firm/Makefile.in b/ir/be/firm/Makefile.in index 8a8bc18d7..99229b1ce 100644 --- a/ir/be/firm/Makefile.in +++ b/ir/be/firm/Makefile.in @@ -23,7 +23,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ - -I$(topdir)/ir/config + -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets diff --git a/ir/be/ia32/Makefile.in b/ir/be/ia32/Makefile.in index efd379d2d..a00d2be3e 100644 --- a/ir/be/ia32/Makefile.in +++ b/ir/be/ia32/Makefile.in @@ -31,7 +31,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ - -I$(topdir)/ir/config + -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets diff --git a/ir/be/mips/Makefile.in b/ir/be/mips/Makefile.in index a2a7dcd62..3a58a9e24 100644 --- a/ir/be/mips/Makefile.in +++ b/ir/be/mips/Makefile.in @@ -29,7 +29,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 -I$(top_srcdir)/ir/lower \ - -I$(topdir)/ir/config + -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets diff --git a/ir/be/ppc32/Makefile.in b/ir/be/ppc32/Makefile.in index f2e35b2b2..aeac7a7d1 100644 --- a/ir/be/ppc32/Makefile.in +++ b/ir/be/ppc32/Makefile.in @@ -29,7 +29,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/ -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \ - -I$(topdir)/ir/config + -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower include $(top_srcdir)/MakeTargets