From: Michael Beck Date: Wed, 30 Mar 2005 08:55:02 +0000 (+0000) Subject: arch directory added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7bedaada9e07786357c1971550ea78d4b6e02b02;p=libfirm arch directory added [r5484] --- diff --git a/Makefile.in b/Makefile.in index 25fd7050b..061a22a26 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,7 +33,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ build_subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir \ - ir/opt ir/tr ir/ana ir/stat ir/ana2 + ir/opt ir/tr ir/ana ir/stat ir/ana2 ir/arch ifeq (@enable_external_effects@,yes) build_subdirs += ir/external diff --git a/configure b/configure index d3f192447..6191d63af 100755 --- a/configure +++ b/configure @@ -1216,8 +1216,8 @@ ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ ir/ana/Makefile ir/tr/Makefile ir/ana2/Makefile ir/stat/Makefile \ ir/opt/Makefile ir/external/Makefile ir/config/Makefile \ + ir/arch/Makefile ir/be/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ - ir/be/Makefile \ libfirm.doxygen" ac_config_headers="$ac_config_headers config.h" diff --git a/configure.in b/configure.in index c02e1896c..698119c68 100644 --- a/configure.in +++ b/configure.in @@ -22,8 +22,8 @@ ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ ir/ana/Makefile ir/tr/Makefile ir/ana2/Makefile ir/stat/Makefile \ ir/opt/Makefile ir/external/Makefile ir/config/Makefile \ + ir/arch/Makefile ir/be/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ - ir/be/Makefile \ libfirm.doxygen" dnl generate the config header file diff --git a/firmjni/Makefile.in b/firmjni/Makefile.in index dc9aa7893..3cccb983c 100644 --- a/firmjni/Makefile.in +++ b/firmjni/Makefile.in @@ -51,7 +51,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/debug \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt \ -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/stat \ - -I$(topdir)/ir/config \ + -I$(topdir)/ir/config -I$(top_srcdir)/arch \ -I$(topdir) LDFLAGS += -L$(libdir) @@ -91,7 +91,7 @@ FIRM_PATH_HEADERS=common/firm.h common/firm_common.h \ ir/ircons.h ir/ircgcons.h ir/irflag.h ir/irvrfy.h ir/irdump.h \ ir/iropt.h ir/irgopt.h ir/ircgopt.h \ ana/irouts.h ana/irdom.h ana/irloop.h ana/cgana.h \ - ir/irgmod.h tr/typegmod.h opt/tailrec.h + ir/irgmod.h tr/typegmod.h opt/tailrec.h arch/archop.h FIRM_SOURCE_DIR_HEADERS=$(addprefix $(SOURCE_DIR)/,$(FIRM_HEADERS)) diff --git a/ir/ana/Makefile.in b/ir/ana/Makefile.in index 260129135..241694d58 100644 --- a/ir/ana/Makefile.in +++ b/ir/ana/Makefile.in @@ -33,7 +33,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/comm -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/opt -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \ - -I$(topdir)/ir/config + -I$(topdir)/ir/config -I$(topdir)/ir/arch include $(top_srcdir)/MakeTargets diff --git a/ir/ana2/Makefile.in b/ir/ana2/Makefile.in index 79ba6ff61..6f77d0478 100644 --- a/ir/ana2/Makefile.in +++ b/ir/ana2/Makefile.in @@ -34,7 +34,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/comm -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/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \ - -I$(top_srcdir)/ir/external -I$(topdir)/ir/config + -I$(top_srcdir)/ir/external -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch include $(top_srcdir)/MakeTargets diff --git a/ir/common/Makefile.in b/ir/common/Makefile.in index e8830b7e5..761cd1c8c 100644 --- a/ir/common/Makefile.in +++ b/ir/common/Makefile.in @@ -29,7 +29,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/i -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \ -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \ - -I$(top_srcdir)/ir/external -I$(topdir)/ir/config + -I$(top_srcdir)/ir/external -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch include $(top_srcdir)/MakeTargets