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

Side by Side Diff: third_party/yasm/patched-yasm/modules/arch/lc3b/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/lc3b/lc3barch.c 1 libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.c
4 libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.h 2 libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.h
5 libyasm_a_SOURCES += modules/arch/lc3b/lc3bbc.c 3 libyasm_a_SOURCES += modules/arch/lc3b/lc3bbc.c
6 nodist_libyasm_a_SOURCES += lc3bid.c 4 nodist_libyasm_a_SOURCES += lc3bid.c
7 5
8 YASM_MODULES += arch_lc3b 6 YASM_MODULES += arch_lc3b
9 7
10 lc3bid.c: $(srcdir)/modules/arch/lc3b/lc3bid.re re2c$(EXEEXT) 8 lc3bid.c: $(srcdir)/modules/arch/lc3b/lc3bid.re re2c$(EXEEXT)
11 $(top_builddir)/re2c$(EXEEXT) -s -o $@ $(srcdir)/modules/arch/lc3b/lc3bi d.re 9 $(top_builddir)/re2c$(EXEEXT) -s -o $@ $(srcdir)/modules/arch/lc3b/lc3bi d.re
12 10
13 CLEANFILES += lc3bid.c 11 CLEANFILES += lc3bid.c
14 12
15 EXTRA_DIST += modules/arch/lc3b/tests/Makefile.inc 13 EXTRA_DIST += modules/arch/lc3b/tests/Makefile.inc
16 EXTRA_DIST += modules/arch/lc3b/lc3bid.re 14 EXTRA_DIST += modules/arch/lc3b/lc3bid.re
17 15
18 include modules/arch/lc3b/tests/Makefile.inc 16 include modules/arch/lc3b/tests/Makefile.inc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698