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