arch directory added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 30 Mar 2005 08:55:02 +0000 (08:55 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 30 Mar 2005 08:55:02 +0000 (08:55 +0000)
[r5484]

Makefile.in
configure
configure.in
firmjni/Makefile.in
ir/ana/Makefile.in
ir/ana2/Makefile.in
ir/common/Makefile.in

index 25fd705..061a22a 100644 (file)
@@ -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
index d3f1924..6191d63 100755 (executable)
--- 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"
index c02e189..698119c 100644 (file)
@@ -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
index dc9aa78..3cccb98 100644 (file)
@@ -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))
 
index 2601291..241694d 100644 (file)
@@ -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
 
index 79ba6ff..6f77d04 100644 (file)
@@ -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
 
index e8830b7..761cd1c 100644 (file)
@@ -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