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

Side by Side Diff: third_party/yasm/patched-yasm/modules/dbgfmts/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 1662 2006-10-21 18:52:29Z peter $ 1 # $Id: Makefile.inc 2269 2010-01-07 07:00:05Z peter $
2 2
3 EXTRA_DIST += modules/dbgfmts/codeview/Makefile.inc 3 EXTRA_DIST += modules/dbgfmts/codeview/Makefile.inc
4 EXTRA_DIST += modules/dbgfmts/dwarf2/Makefile.inc 4 EXTRA_DIST += modules/dbgfmts/dwarf2/Makefile.inc
5 EXTRA_DIST += modules/dbgfmts/null/Makefile.inc 5 EXTRA_DIST += modules/dbgfmts/null/Makefile.inc
6 EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc 6 EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc
7 7
8 include modules/dbgfmts/codeview/Makefile.inc 8 include modules/dbgfmts/codeview/Makefile.inc
9 include modules/dbgfmts/dwarf2/Makefile.inc 9 include modules/dbgfmts/dwarf2/Makefile.inc
10 include modules/dbgfmts/null/Makefile.inc 10 include modules/dbgfmts/null/Makefile.inc
11 include modules/dbgfmts/stabs/Makefile.inc 11 include modules/dbgfmts/stabs/Makefile.inc
12 12
13 dist_man_MANS += yasm_dbgfmts.7 13 notrans_dist_man_MANS += yasm_dbgfmts.7
14 14
15 if BUILD_MAN 15 if BUILD_MAN
16 yasm_dbgfmts.7: modules/dbgfmts/yasm_dbgfmts.xml 16 yasm_dbgfmts.7: modules/dbgfmts/yasm_dbgfmts.xml
17 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/dbgfmts/yasm_dbgfmts.x ml 17 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/dbgfmts/yasm_dbgfmts.x ml
18 endif 18 endif
19 19
20 EXTRA_DIST += modules/dbgfmts/yasm_dbgfmts.xml 20 EXTRA_DIST += modules/dbgfmts/yasm_dbgfmts.xml
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698