mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-17 04:57:18 +02:00
52 lines
3.2 KiB
Makefile
52 lines
3.2 KiB
Makefile
TESTS += modules/objfmts/bin/tests/multisect/bin_multi_test.sh
|
|
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin_multi_test.sh
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-align.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin-ssym.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-loop1-err.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-loop1-err.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-loop2-err.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-loop2-err.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-notfound-err.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-notfound-err.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/initbss.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/initbss.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/initbss.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/initbss.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/ldlinux-sects.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/ldlinux-sects.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/ldlinux-sects.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect1.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect1.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect1.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect2.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect2.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect2.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect3.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect3.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect3.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect4.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect4.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect4.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect5.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect5.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/multisect5.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect1.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect1.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect1.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.hex
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/nomultisect2.map
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm
|
|
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn
|
|
|