diff options
Diffstat (limited to 'src/arch/arm/v7/opcodes')
-rw-r--r-- | src/arch/arm/v7/opcodes/Makefile.am | 119 |
1 files changed, 3 insertions, 116 deletions
diff --git a/src/arch/arm/v7/opcodes/Makefile.am b/src/arch/arm/v7/opcodes/Makefile.am index 0bff196..fd67ff3 100644 --- a/src/arch/arm/v7/opcodes/Makefile.am +++ b/src/arch/arm/v7/opcodes/Makefile.am @@ -1,122 +1,9 @@ +include gencode.mk + noinst_LTLIBRARIES = libarcharmv7opcodes.la -# ls *c | grep -v thumb | sort | sed 's/^/\t/' | sed 's/$/\t\t\\/' -libarcharmv7opcodes_la_SOURCES = \ - arm_adc.c \ - arm_add.c \ - arm_and.c \ - arm_b.c \ - arm_bic.c \ - arm_bl.c \ - arm_bx.c \ - arm_cbnz.c \ - arm_cmn.c \ - arm_cmp.c \ - arm_eor.c \ - arm_ldr.c \ - arm_ldrb.c \ - arm_lsl.c \ - arm_mla.c \ - arm_mls.c \ - arm_mov.c \ - arm_mul.c \ - arm_mvn.c \ - arm_nop.c \ - arm_orr.c \ - arm_pop.c \ - arm_push.c \ - arm_rsb.c \ - arm_rsc.c \ - arm_sbc.c \ - arm_smlal.c \ - arm_smull.c \ - arm_str.c \ - arm_strb.c \ - arm_sub.c \ - arm_subs.c \ - arm_teq.c \ - arm_tst.c \ - arm_umaal.c \ - arm_umlal.c \ - arm_umull.c \ - arm_yield.c \ - thumb_16_adc.c \ - thumb_16_add.c \ - thumb_16_and.c \ - thumb_16_b.c \ - thumb_16_bic.c \ - thumb_16_bl.c \ - thumb_16_bx.c \ - thumb_16_cbnz.c \ - thumb_16_cmn.c \ - thumb_16_cmp.c \ - thumb_16_eor.c \ - thumb_16_ldr.c \ - thumb_16_ldrb.c \ - thumb_16_lsl.c \ - thumb_16_mla.c \ - thumb_16_mls.c \ - thumb_16_mov.c \ - thumb_16_mul.c \ - thumb_16_mvn.c \ - thumb_16_nop.c \ - thumb_16_orr.c \ - thumb_16_pop.c \ - thumb_16_push.c \ - thumb_16_rsb.c \ - thumb_16_rsc.c \ - thumb_16_sbc.c \ - thumb_16_smlal.c \ - thumb_16_smull.c \ - thumb_16_str.c \ - thumb_16_strb.c \ - thumb_16_sub.c \ - thumb_16_subs.c \ - thumb_16_teq.c \ - thumb_16_tst.c \ - thumb_16_umaal.c \ - thumb_16_umlal.c \ - thumb_16_umull.c \ - thumb_16_yield.c \ - thumb_32_adc.c \ - thumb_32_add.c \ - thumb_32_and.c \ - thumb_32_b.c \ - thumb_32_bic.c \ - thumb_32_bl.c \ - thumb_32_bx.c \ - thumb_32_cbnz.c \ - thumb_32_cmn.c \ - thumb_32_cmp.c \ - thumb_32_eor.c \ - thumb_32_ldr.c \ - thumb_32_ldrb.c \ - thumb_32_lsl.c \ - thumb_32_mla.c \ - thumb_32_mls.c \ - thumb_32_mov.c \ - thumb_32_mul.c \ - thumb_32_mvn.c \ - thumb_32_nop.c \ - thumb_32_orr.c \ - thumb_32_pop.c \ - thumb_32_push.c \ - thumb_32_rsb.c \ - thumb_32_rsc.c \ - thumb_32_sbc.c \ - thumb_32_smlal.c \ - thumb_32_smull.c \ - thumb_32_str.c \ - thumb_32_strb.c \ - thumb_32_sub.c \ - thumb_32_subs.c \ - thumb_32_teq.c \ - thumb_32_tst.c \ - thumb_32_umaal.c \ - thumb_32_umlal.c \ - thumb_32_umull.c \ - thumb_32_yield.c +libarcharmv7opcodes_la_SOURCES = $(GENERATED_FILES) libarcharmv7opcodes_la_LIBADD = |