100 lines
1.2 KiB
Plaintext
100 lines
1.2 KiB
Plaintext
targets=amd64.o,arm.o,dalvik.o,i386.o,i386_real.o,i486.o,i586.o,i686.o,mips.o,java.o,sparc.o,sparc64.o
|
|
as=../src/asm-static
|
|
dist=Makefile
|
|
|
|
[amd64.o]
|
|
type=object
|
|
sources=amd64.S
|
|
|
|
[amd64.S]
|
|
asflags=-a amd64
|
|
depends=../src/asm
|
|
|
|
[arm.o]
|
|
type=object
|
|
sources=arm.S
|
|
|
|
[arm.S]
|
|
asflags=-a arm
|
|
depends=../src/asm
|
|
|
|
[dalvik.o]
|
|
type=object
|
|
sources=dalvik.S
|
|
|
|
[dalvik.S]
|
|
asflags=-a dalvik -f flat
|
|
depends=../src/asm
|
|
|
|
[i386.o]
|
|
type=object
|
|
sources=i386.S
|
|
|
|
[i386.S]
|
|
asflags=-a i386
|
|
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
|
|
depends=../src/asm
|
|
|
|
[i586.o]
|
|
type=object
|
|
sources=i586.S
|
|
|
|
[i586.S]
|
|
asflags=-a i586
|
|
depends=../src/asm
|
|
|
|
[i686.o]
|
|
type=object
|
|
sources=i686.S
|
|
|
|
[i686.S]
|
|
asflags=-a i686
|
|
depends=../src/asm
|
|
|
|
[java.o]
|
|
type=object
|
|
sources=java.S
|
|
|
|
[java.S]
|
|
asflags=-a java -f flat
|
|
depends=../src/asm
|
|
|
|
[mips.o]
|
|
type=object
|
|
sources=mips.S
|
|
|
|
[mips.S]
|
|
asflags=-a mips
|
|
depends=../src/asm
|
|
|
|
[sparc.o]
|
|
type=object
|
|
sources=sparc.S
|
|
|
|
[sparc.S]
|
|
asflags=-a sparc
|
|
depends=../src/asm
|
|
|
|
[sparc64.o]
|
|
type=object
|
|
sources=sparc64.S
|
|
|
|
[sparc64.S]
|
|
asflags=-a sparc64
|
|
depends=../src/asm
|