Home | History | Annotate | Download | only in stand

Lines Matching refs:SA_PROG

9 .if defined(SA_PROG)
41 CLEANFILES+= ${SA_PROG} ${SA_PROG}.bin
44 ${SA_PROG}.bin : ${SA_PROG}
45 ${OBJCOPY} --output-target=binary ${SA_PROG} $@
47 ${SA_PROG} : ${OBJS} ${DPADD} ${SRTLIB}
53 realall: ${SA_PROG} ${SA_PROG}.bin
54 proginstall: ${SA_PROG}.bin
56 ${SA_PROG}.bin ${DESTDIR}${MDEC_DIR}/${SA_PROG}
59 .endif # defined(SA_PROG)