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

Side by Side Diff: third_party/yasm/patched-yasm/tools/python-yasm/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 2256 2010-01-01 20:55:07Z peter $
2
3 PYBINDING_DEPS = tools/python-yasm/bytecode.pxi 1 PYBINDING_DEPS = tools/python-yasm/bytecode.pxi
4 PYBINDING_DEPS += tools/python-yasm/errwarn.pxi 2 PYBINDING_DEPS += tools/python-yasm/errwarn.pxi
5 PYBINDING_DEPS += tools/python-yasm/expr.pxi 3 PYBINDING_DEPS += tools/python-yasm/expr.pxi
6 PYBINDING_DEPS += tools/python-yasm/floatnum.pxi 4 PYBINDING_DEPS += tools/python-yasm/floatnum.pxi
7 PYBINDING_DEPS += tools/python-yasm/intnum.pxi 5 PYBINDING_DEPS += tools/python-yasm/intnum.pxi
8 PYBINDING_DEPS += tools/python-yasm/symrec.pxi 6 PYBINDING_DEPS += tools/python-yasm/symrec.pxi
9 PYBINDING_DEPS += tools/python-yasm/value.pxi 7 PYBINDING_DEPS += tools/python-yasm/value.pxi
10 8
11 EXTRA_DIST += tools/python-yasm/pyxelator/cparse.py 9 EXTRA_DIST += tools/python-yasm/pyxelator/cparse.py
12 EXTRA_DIST += tools/python-yasm/pyxelator/genpyx.py 10 EXTRA_DIST += tools/python-yasm/pyxelator/genpyx.py
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 else 70 else
73 71
74 python-build: 72 python-build:
75 python-install: 73 python-install:
76 python-uninstall: 74 python-uninstall:
77 75
78 endif 76 endif
79 77
80 EXTRA_DIST += tools/python-yasm/tests/Makefile.inc 78 EXTRA_DIST += tools/python-yasm/tests/Makefile.inc
81 include tools/python-yasm/tests/Makefile.inc 79 include tools/python-yasm/tests/Makefile.inc
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/out_test.sh ('k') | third_party/yasm/patched-yasm/tools/python-yasm/tests/Makefile.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698