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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/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/objfmts/dbg/Makefile.inc 1 EXTRA_DIST += modules/objfmts/dbg/Makefile.inc
4 EXTRA_DIST += modules/objfmts/bin/Makefile.inc 2 EXTRA_DIST += modules/objfmts/bin/Makefile.inc
5 EXTRA_DIST += modules/objfmts/elf/Makefile.inc 3 EXTRA_DIST += modules/objfmts/elf/Makefile.inc
6 #!EXTRA_DIST += modules/objfmts/omf/Makefile.inc 4 #!EXTRA_DIST += modules/objfmts/omf/Makefile.inc
7 EXTRA_DIST += modules/objfmts/coff/Makefile.inc 5 EXTRA_DIST += modules/objfmts/coff/Makefile.inc
8 EXTRA_DIST += modules/objfmts/macho/Makefile.inc 6 EXTRA_DIST += modules/objfmts/macho/Makefile.inc
9 EXTRA_DIST += modules/objfmts/rdf/Makefile.inc 7 EXTRA_DIST += modules/objfmts/rdf/Makefile.inc
10 EXTRA_DIST += modules/objfmts/win32/Makefile.inc 8 EXTRA_DIST += modules/objfmts/win32/Makefile.inc
11 EXTRA_DIST += modules/objfmts/win64/Makefile.inc 9 EXTRA_DIST += modules/objfmts/win64/Makefile.inc
12 EXTRA_DIST += modules/objfmts/xdf/Makefile.inc 10 EXTRA_DIST += modules/objfmts/xdf/Makefile.inc
(...skipping 10 matching lines...) Expand all
23 include modules/objfmts/xdf/Makefile.inc 21 include modules/objfmts/xdf/Makefile.inc
24 22
25 notrans_dist_man_MANS += yasm_objfmts.7 23 notrans_dist_man_MANS += yasm_objfmts.7
26 24
27 if BUILD_MAN 25 if BUILD_MAN
28 yasm_objfmts.7: modules/objfmts/yasm_objfmts.xml 26 yasm_objfmts.7: modules/objfmts/yasm_objfmts.xml
29 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/objfmts/yasm_objfmts.x ml 27 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/objfmts/yasm_objfmts.x ml
30 endif 28 endif
31 29
32 EXTRA_DIST += modules/objfmts/yasm_objfmts.xml 30 EXTRA_DIST += modules/objfmts/yasm_objfmts.xml
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698