Fixed Makefile.am due to r25581
[libfirm] / ir / Makefile.am
index aa22252..1e4d56a 100644 (file)
@@ -68,7 +68,6 @@ libfirm_la_SOURCES = \
        ana/rta.c \
        ana/structure.c \
        ana/trouts.c \
-       arch/archop.c \
        be/beabi.c \
        be/bearch.c \
        be/beblocksched.c \
@@ -127,7 +126,6 @@ libfirm_la_SOURCES = \
        be/bespillslots.c \
        be/bessaconstr.c \
        be/bessadestr.c \
-       be/bessadestrsimple.c \
        be/bestabs.c \
        be/bestat.c \
        be/bestate.c \
@@ -165,6 +163,7 @@ libfirm_la_SOURCES = \
        ir/irgwalk_blk.c \
        ir/irgwalk.c \
        ir/irhooks.c \
+       ir/irio.c \
        ir/irlinkednodemap.c \
        ir/irlinkednodeset.c \
        ir/irmode.c \
@@ -267,7 +266,6 @@ EXTRA_DIST = \
        be/becopyopt_t.h \
        be/beifg_t.h \
        be/beblocksched.h \
-       be/bessadestrsimple.h \
        be/becopyilp_t.h \
        be/bemachine.h \
        be/beverify.h \
@@ -398,6 +396,9 @@ EXTRA_DIST = \
        be/scripts/generate_new_opcodes.pl \
        be/scripts/generate_regalloc_if.pl
 
+EXTRA_DIST += libcore/do_bisonflex.sh \
+       libcore/lc_config_parser.y \
+       libcore/lc_config_lexer.l
 
 # ia32 backend
 
@@ -405,6 +406,7 @@ ia32_sources = \
        be/ia32/bearch_ia32.c \
        be/ia32/ia32_architecture.c \
        be/ia32/ia32_address_mode.c \
+       be/ia32/ia32_common_transform.c \
        be/ia32/ia32_emitter.c \
        be/ia32/ia32_finish.c \
        be/ia32/ia32_fpu.c \
@@ -435,6 +437,7 @@ EXTRA_DIST += \
        be/ia32/bearch_ia32_t.h \
        be/ia32/ia32_architecture.h \
        be/ia32/ia32_address_mode.h \
+       be/ia32/ia32_common_transform.h \
        be/ia32/ia32_dbg_stat.h \
        be/ia32/ia32_emitter.h \
        be/ia32/ia32_finish.h \