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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/coff/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 2082 2008-05-09 06:46:02Z peter $
2
3 libyasm_a_SOURCES += modules/objfmts/coff/coff-objfmt.c 1 libyasm_a_SOURCES += modules/objfmts/coff/coff-objfmt.c
4 libyasm_a_SOURCES += modules/objfmts/coff/coff-objfmt.h 2 libyasm_a_SOURCES += modules/objfmts/coff/coff-objfmt.h
5 libyasm_a_SOURCES += modules/objfmts/coff/win64-except.c 3 libyasm_a_SOURCES += modules/objfmts/coff/win64-except.c
6 4
7 YASM_MODULES += objfmt_coff 5 YASM_MODULES += objfmt_coff
8 6
9 $(top_srcdir)/modules/objfmts/coff/coff-objfmt.c: win64-nasm.c win64-gas.c 7 $(top_srcdir)/modules/objfmts/coff/coff-objfmt.c: win64-nasm.c win64-gas.c
10 8
11 win64-nasm.c: $(srcdir)/modules/objfmts/coff/win64-nasm.mac genmacro$(EXEEXT) 9 win64-nasm.c: $(srcdir)/modules/objfmts/coff/win64-nasm.mac genmacro$(EXEEXT)
12 $(top_builddir)/genmacro$(EXEEXT) $@ win64_nasm_stdmac $(srcdir)/modules /objfmts/coff/win64-nasm.mac 10 $(top_builddir)/genmacro$(EXEEXT) $@ win64_nasm_stdmac $(srcdir)/modules /objfmts/coff/win64-nasm.mac
13 11
14 BUILT_SOURCES += win64-nasm.c 12 BUILT_SOURCES += win64-nasm.c
15 CLEANFILES += win64-nasm.c 13 CLEANFILES += win64-nasm.c
16 EXTRA_DIST += modules/objfmts/coff/win64-nasm.mac 14 EXTRA_DIST += modules/objfmts/coff/win64-nasm.mac
17 15
18 win64-gas.c: $(srcdir)/modules/objfmts/coff/win64-gas.mac genmacro$(EXEEXT) 16 win64-gas.c: $(srcdir)/modules/objfmts/coff/win64-gas.mac genmacro$(EXEEXT)
19 $(top_builddir)/genmacro$(EXEEXT) $@ win64_gas_stdmac $(srcdir)/modules/ objfmts/coff/win64-gas.mac 17 $(top_builddir)/genmacro$(EXEEXT) $@ win64_gas_stdmac $(srcdir)/modules/ objfmts/coff/win64-gas.mac
20 18
21 BUILT_SOURCES += win64-gas.c 19 BUILT_SOURCES += win64-gas.c
22 CLEANFILES += win64-gas.c 20 CLEANFILES += win64-gas.c
23 EXTRA_DIST += modules/objfmts/coff/win64-gas.mac 21 EXTRA_DIST += modules/objfmts/coff/win64-gas.mac
24 22
25 EXTRA_DIST += modules/objfmts/coff/tests/Makefile.inc 23 EXTRA_DIST += modules/objfmts/coff/tests/Makefile.inc
26 24
27 include modules/objfmts/coff/tests/Makefile.inc 25 include modules/objfmts/coff/tests/Makefile.inc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698