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

Side by Side Diff: third_party/yasm/patched-yasm/modules/parsers/gas/Makefile.inc

Issue 11369048: Update Yasm to 1.2.0 (Yasm Part 2/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 2279 2010-01-19 07:57:43Z peter $
2
3 libyasm_a_SOURCES += modules/parsers/gas/gas-parser.c 1 libyasm_a_SOURCES += modules/parsers/gas/gas-parser.c
4 libyasm_a_SOURCES += modules/parsers/gas/gas-parser.h 2 libyasm_a_SOURCES += modules/parsers/gas/gas-parser.h
5 libyasm_a_SOURCES += modules/parsers/gas/gas-parse.c 3 libyasm_a_SOURCES += modules/parsers/gas/gas-parse.c
6 libyasm_a_SOURCES += modules/parsers/gas/gas-parse-intel.c 4 libyasm_a_SOURCES += modules/parsers/gas/gas-parse-intel.c
7 nodist_libyasm_a_SOURCES += gas-token.c 5 nodist_libyasm_a_SOURCES += gas-token.c
8 6
9 YASM_MODULES += parser_gas parser_gnu 7 YASM_MODULES += parser_gas parser_gnu
10 8
11 gas-token.c: $(srcdir)/modules/parsers/gas/gas-token.re re2c$(EXEEXT) 9 gas-token.c: $(srcdir)/modules/parsers/gas/gas-token.re re2c$(EXEEXT)
12 $(top_builddir)/re2c$(EXEEXT) -b -o $@ $(srcdir)/modules/parsers/gas/gas -token.re 10 $(top_builddir)/re2c$(EXEEXT) -b -o $@ $(srcdir)/modules/parsers/gas/gas -token.re
13 11
14 BUILT_SOURCES += gas-token.c 12 BUILT_SOURCES += gas-token.c
15 13
16 CLEANFILES += gas-token.c 14 CLEANFILES += gas-token.c
17 15
18 EXTRA_DIST += modules/parsers/gas/tests/Makefile.inc 16 EXTRA_DIST += modules/parsers/gas/tests/Makefile.inc
19 EXTRA_DIST += modules/parsers/gas/gas-token.re 17 EXTRA_DIST += modules/parsers/gas/gas-token.re
20 18
21 include modules/parsers/gas/tests/Makefile.inc 19 include modules/parsers/gas/tests/Makefile.inc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698