| OLD | NEW |
| 1 # $Id: Makefile.inc 2108 2008-06-05 08:48:21Z peter $ | |
| 2 | |
| 3 TESTS += modules/objfmts/macho/tests/nasm64/macho64_test.sh | 1 TESTS += modules/objfmts/macho/tests/nasm64/macho64_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm | 3 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm |
| 6 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.hex | 4 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.hex |
| 7 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho64_test.sh | 5 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho64_test.sh |
| 8 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.c | 6 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.c |
| 9 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.asm | 7 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.asm |
| 10 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.hex | 8 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.hex |
| 11 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm | 9 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm |
| 12 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn | 10 EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn |
| OLD | NEW |