| OLD | NEW |
| 1 # $Id: Makefile.inc 2111 2008-07-06 22:26:49Z peter $ | |
| 2 | |
| 3 libyasm_a_SOURCES += modules/arch/x86/x86arch.c | 1 libyasm_a_SOURCES += modules/arch/x86/x86arch.c |
| 4 libyasm_a_SOURCES += modules/arch/x86/x86arch.h | 2 libyasm_a_SOURCES += modules/arch/x86/x86arch.h |
| 5 libyasm_a_SOURCES += modules/arch/x86/x86bc.c | 3 libyasm_a_SOURCES += modules/arch/x86/x86bc.c |
| 6 libyasm_a_SOURCES += modules/arch/x86/x86expr.c | 4 libyasm_a_SOURCES += modules/arch/x86/x86expr.c |
| 7 libyasm_a_SOURCES += modules/arch/x86/x86id.c | 5 libyasm_a_SOURCES += modules/arch/x86/x86id.c |
| 8 nodist_libyasm_a_SOURCES += x86cpu.c | 6 nodist_libyasm_a_SOURCES += x86cpu.c |
| 9 nodist_libyasm_a_SOURCES += x86regtmod.c | 7 nodist_libyasm_a_SOURCES += x86regtmod.c |
| 10 | 8 |
| 11 YASM_MODULES += arch_x86 | 9 YASM_MODULES += arch_x86 |
| 12 | 10 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 BUILT_SOURCES += x86insn_nasm.c | 48 BUILT_SOURCES += x86insn_nasm.c |
| 51 BUILT_SOURCES += x86insn_gas.c | 49 BUILT_SOURCES += x86insn_gas.c |
| 52 CLEANFILES += x86insn_nasm.c | 50 CLEANFILES += x86insn_nasm.c |
| 53 CLEANFILES += x86insn_gas.c | 51 CLEANFILES += x86insn_gas.c |
| 54 CLEANFILES += x86cpu.c | 52 CLEANFILES += x86cpu.c |
| 55 CLEANFILES += x86regtmod.c | 53 CLEANFILES += x86regtmod.c |
| 56 | 54 |
| 57 EXTRA_DIST += modules/arch/x86/tests/Makefile.inc | 55 EXTRA_DIST += modules/arch/x86/tests/Makefile.inc |
| 58 | 56 |
| 59 include modules/arch/x86/tests/Makefile.inc | 57 include modules/arch/x86/tests/Makefile.inc |
| OLD | NEW |