1!IFDEF ASM_OBJS 2!IF "$(CPU)" == "ARM" 3$(ASM_OBJS): ../../../../Asm/Arm/$(*B).asm 4 $(COMPL_ASM) 5!ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS" 6$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm 7 $(COMPL_ASM) 8!ENDIF 9!ENDIF 10