Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: third_party/yasm/patched-yasm/modules/arch/x86/Makefile.inc

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698