Asm/test/project.conf

52 lines
648 B
Plaintext

targets=i386.o,i386_real.o,i486.o,i586.o,i686.o,sparc.o
as=../src/asm
dist=Makefile
[i386.o]
type=object
sources=i386.S
[i386.S]
asflags=-a i386 -f flat
depends=../src/asm
[i386_real.o]
type=object
sources=i386_real.S
[i386_real.S]
asflags=-a i386_real -f flat
depends=../src/asm
[i486.o]
type=object
sources=i486.S
[i486.S]
asflags=-a i486 -f flat
depends=../src/asm
[i586.o]
type=object
sources=i586.S
[i586.S]
asflags=-a i586 -f flat
depends=../src/asm
[i686.o]
type=object
sources=i686.S
[i686.S]
asflags=-a i686 -f flat
depends=../src/asm
[sparc.o]
type=object
sources=sparc.S
[sparc.S]
asflags=-a sparc -f flat
depends=../src/asm