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

Side by Side Diff: third_party/yasm/patched-yasm/modules/parsers/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 2269 2010-01-07 07:00:05Z peter $
2
3 EXTRA_DIST += modules/parsers/gas/Makefile.inc 1 EXTRA_DIST += modules/parsers/gas/Makefile.inc
4 EXTRA_DIST += modules/parsers/nasm/Makefile.inc 2 EXTRA_DIST += modules/parsers/nasm/Makefile.inc
5 3
6 include modules/parsers/gas/Makefile.inc 4 include modules/parsers/gas/Makefile.inc
7 include modules/parsers/nasm/Makefile.inc 5 include modules/parsers/nasm/Makefile.inc
8 include modules/parsers/tasm/Makefile.inc 6 include modules/parsers/tasm/Makefile.inc
9 7
10 notrans_dist_man_MANS += yasm_parsers.7 8 notrans_dist_man_MANS += yasm_parsers.7
11 9
12 if BUILD_MAN 10 if BUILD_MAN
13 yasm_parsers.7: modules/parsers/yasm_parsers.xml 11 yasm_parsers.7: modules/parsers/yasm_parsers.xml
14 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.x ml 12 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.x ml
15 endif 13 endif
16 14
17 EXTRA_DIST += modules/parsers/yasm_parsers.xml 15 EXTRA_DIST += modules/parsers/yasm_parsers.xml
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698