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

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

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months 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 2130 2008-10-07 05:38:11Z peter $ 1 # $Id: Makefile.inc 2269 2010-01-07 07:00:05Z peter $
2 2
3 EXTRA_DIST += modules/parsers/gas/Makefile.inc 3 EXTRA_DIST += modules/parsers/gas/Makefile.inc
4 EXTRA_DIST += modules/parsers/nasm/Makefile.inc 4 EXTRA_DIST += modules/parsers/nasm/Makefile.inc
5 5
6 include modules/parsers/gas/Makefile.inc 6 include modules/parsers/gas/Makefile.inc
7 include modules/parsers/nasm/Makefile.inc 7 include modules/parsers/nasm/Makefile.inc
8 include modules/parsers/tasm/Makefile.inc 8 include modules/parsers/tasm/Makefile.inc
9 9
10 dist_man_MANS += yasm_parsers.7 10 notrans_dist_man_MANS += yasm_parsers.7
11 11
12 if BUILD_MAN 12 if BUILD_MAN
13 yasm_parsers.7: modules/parsers/yasm_parsers.xml 13 yasm_parsers.7: modules/parsers/yasm_parsers.xml
14 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.x ml 14 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.x ml
15 endif 15 endif
16 16
17 EXTRA_DIST += modules/parsers/yasm_parsers.xml 17 EXTRA_DIST += modules/parsers/yasm_parsers.xml
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698