| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |