- add ir_bk_outport and ir_bk_inport
[libfirm] / ir / Makefile.am
index aa22252..9aa8269 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 \
@@ -398,6 +397,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 +407,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 +438,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 \