Lines Matching refs:PROGELF
10 PROG= ${PROGELF}.lif
18 CLEANFILES+= ${PROGELF}
36 ${PROG}: ${PROGELF}
37 ${OBJCOPY} --output-target=binary ${PROGELF} ${PROGELF}.bin
38 ${TOOL_HP300MKBOOT} -l 0x${RELOC} ${HP300MKBOOT_TIMESTAMP} ${PROGELF}.bin ${PROG}
39 rm -f ${PROGELF}.bin
86 ${PROGELF}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
87 ${LD} -N -Ttext ${RELOC} -e begin -o ${PROGELF} \
89 @${SIZE} ${PROGELF}
90 @echo ${PROGELF} total size should not exceed 1044480 bytes