android_mt6572_jiabo/external/lzma/CPP/7zip/Asm.mak
2025-09-05 16:56:03 +08:00

9 lines
224 B
Makefile

!IFDEF ASM_OBJS
!IF "$(CPU)" == "ARM"
$(ASM_OBJS): ../../../../Asm/Arm/$(*B).asm
$(COMPL_ASM)
!ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS"
$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm
$(COMPL_ASM)
!ENDIF
!ENDIF